aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20anon_inodes: move allocation of anon_inode into ->mount()Al Viro1-53/+56
2012-03-209p: make register_filesystem() the last failure exitAl Viro1-8/+8
2012-03-20make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal oneAl Viro1-1/+1
2012-03-20kill reiserfs_fs_{i,sb}.hAl Viro1-2/+597
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro28-28/+2354
2012-03-20kill pointless includes of reiserfs_fs_{i,sb}.hAl Viro5-6/+0
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro7-6/+82
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro10-9/+133
2012-03-20vfs: take path_get_longterm() out of write_seqcount scopeAl Viro1-12/+15
2012-03-20no need to play with fs->seq in exit_fs()Al Viro1-2/+0
2012-03-20switch touch_atime to struct pathAl Viro6-15/+17
2012-03-20aio: fix the comment in aio_kick_handler()Al Viro1-1/+1
2012-03-20aio: don't bother with cancel_delayed_work() in exit_aio()Al Viro1-4/+0
2012-03-20aio: use cancel_delayed_work_sync()Al Viro1-2/+1
2012-03-20aio: aio_nr_lock is taken only synchronously nowAl Viro1-3/+3
2012-03-20aio: aio_nr decrements don't need to be delayedAl Viro1-28/+14
2012-03-20aio: don't bother with async freeing on failure in ioctx_alloc()Al Viro1-7/+5
2012-03-20fs: initial qnx6fs additionKai Bankett10-0/+1359
2012-03-20qnx4fs: small cleanupKai Bankett2-31/+0
2012-03-20vfs: d_alloc_root() goneAl Viro1-24/+0
2012-03-20tidy up after d_make_root() conversionAl Viro2-31/+13
2012-03-20minixfs: switch to d_make_root()Al Viro1-16/+12
2012-03-20hfsplus: switch to d_make_root()Al Viro1-8/+9
2012-03-20fat: switch to d_make_root()Al Viro1-4/+4
2012-03-20ntfs: switch to d_make_root()Al Viro1-3/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro53-200/+80
2012-03-20procfs: clean proc_fill_super() upAl Viro1-4/+3
2012-03-20... and the same failure exits cleanup for ocfs2Al Viro1-6/+4
2012-03-20coda: clean failure exits in coda_fill_super()Al Viro1-4/+1
2012-03-20clean up the failure exits in cifs_read_super()Al Viro1-4/+1
2012-03-20vfs: turn generic_drop_inode() into static inlineAl Viro1-11/+0
2012-03-20ecryptfs: don't bother with ->drop_inode()Al Viro1-1/+0
2012-03-20vfs: drop_file_write_access() made staticAl Viro1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro25-149/+45
2012-03-18Don't limit non-nested epoll pathsJason Baron1-0/+4
2012-03-16Merge branch 'akpm' (more patches from Andrew)Linus Torvalds1-0/+7
2012-03-16nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi1-0/+1
2012-03-16nilfs2: clamp ns_r_segments_percentage to [1, 99]Haogang Chen1-0/+6
2012-03-16afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard1-0/+3
2012-03-16afs: Read of file returns EBADMSGAnton Blanchard1-1/+1
2012-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+12
2012-03-13Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-16/+59
2012-03-10restore smp_mb() in unlock_new_inode()Al Viro1-0/+1
2012-03-10vfs: fix return value from do_last()Miklos Szeredi1-1/+1
2012-03-10vfs: fix double put after complete_walk()Miklos Szeredi1-1/+1
2012-03-10udf: Fix deadlock in udf_release_file()Jan Kara1-2/+0
2012-03-10vfs: Correctly set the dir i_mutex lockdep classTyler Hicks1-2/+1
2012-03-09aio: fix the "too late munmap()" raceAl Viro1-8/+6
2012-03-09aio: fix io_setup/io_destroy raceAl Viro1-4/+4
2012-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-3/+7