index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
iget/iget5: don't bother with ->i_lock until we find a match
Al Viro
2013-11-09
1
-1
/
+1
*
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-09-12
1
-1
/
+1
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2013-07-02
1
-1
/
+1
|
\
|
*
mm: change invalidatepage prototype to accept length
Lukas Czerner
2013-05-21
1
-1
/
+1
*
|
[readdir] convert ntfs
Al Viro
2013-06-29
1
-57
/
+27
|
/
*
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-07
2
-0
/
+2
*
lift sb_start_write/sb_end_write out of ->aio_write()
Al Viro
2013-04-09
1
-2
/
+0
*
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
2013-03-03
1
-0
/
+1
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
ntfs: drop vmtruncate
Marco Stornelli
2012-12-20
3
-5
/
+23
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-02
1
-0
/
+6
|
\
|
*
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
2012-10-02
1
-0
/
+6
*
|
userns: Convert ntfs to use kuid and kgid where appropriate
Eric W. Biederman
2012-09-21
3
-12
/
+39
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-08-01
1
-1
/
+2
|
\
|
*
ntfs: Convert to new freezing mechanism
Jan Kara
2012-07-31
1
-1
/
+2
*
|
ntfs: remove references to long gone super operations and unimplemented methods
Fernando Luis Vazquez Cao
2012-07-30
1
-17
/
+0
|
/
*
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
1
-1
/
+1
*
fs: introduce inode operation ->update_time
Josef Bacik
2012-06-01
1
-1
/
+3
*
vfs: Rename end_writeback() to clear_inode()
Jan Kara
2012-05-06
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-21
1
-3
/
+6
|
\
|
*
ntfs: forgets to unregister sysctls on register_filesystem() failure
Al Viro
2012-03-20
1
-0
/
+2
|
*
ntfs: switch to d_make_root()
Al Viro
2012-03-20
1
-3
/
+4
*
|
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
2012-03-21
4
-32
/
+32
|
\
\
|
*
|
ntfs: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
4
-32
/
+32
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-03-20
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Typos: change aditional to additional.
Justin P. Mattock
2012-02-21
1
-2
/
+2
|
*
Merge branch 'master' into for-next
Jiri Kosina
2012-02-03
1
-1
/
+1
|
|
\
|
*
|
ntfs: fix printk typos in mft.c
Masanari Iida
2012-02-03
1
-2
/
+2
*
|
|
NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.
Anton Altaparmakov
2012-02-24
1
-3
/
+3
*
|
|
NTFS: Do not dereference pointer before checking for NULL.
Anton Altaparmakov
2012-02-22
1
-3
/
+3
*
|
|
NTFS: Remove unused variable.
Anton Altaparmakov
2012-02-22
1
-3
/
+1
|
|
/
|
/
|
*
|
module_param: avoid bool abuse, add bint for special cases.
Rusty Russell
2012-01-13
1
-1
/
+1
|
/
*
vfs: switch ->show_options() to struct dentry *
Al Viro
2012-01-06
2
-5
/
+5
*
ntfs: propagate umode_t
Al Viro
2012-01-03
2
-5
/
+5
*
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
2012-01-03
1
-1
/
+0
*
filesystems: add set_nlink()
Miklos Szeredi
2011-11-02
1
-4
/
+4
*
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
2011-10-31
1
-6
/
+9
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
2
-2
/
+18
*
fs: kill i_alloc_sem
Christoph Hellwig
2011-07-20
2
-10
/
+3
*
Fix common misspellings
Lucas De Marchi
2011-03-31
9
-25
/
+25
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-03-24
1
-2
/
+2
|
\
|
*
fs: rename inode_lock to inode_hash_lock
Dave Chinner
2011-03-24
1
-2
/
+2
*
|
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-24
2
-6
/
+1
|
\
\
|
|
/
|
/
|
|
*
block: remove per-queue plugging
Jens Axboe
2011-03-10
2
-6
/
+1
*
|
fs: change to new flag variable
matt mooney
2011-03-17
1
-12
/
+7
|
/
*
NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().
Anton Altaparmakov
2011-01-31
1
-4
/
+7
*
NTFS: writev() fix and maintenance/contact details update
Anton Altaparmakov
2011-01-12
3
-22
/
+21
*
fs: icache RCU free inodes
Nick Piggin
2011-01-07
1
-1
/
+8
*
new helper: mount_bdev()
Al Viro
2010-10-29
1
-5
/
+4
[next]