aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-09get rid of pipe->inodeAl Viro3-6/+5
2013-04-09introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOsAl Viro1-15/+25
2013-04-09pipe: set file->private_data to ->i_pipeAl Viro2-11/+10
2013-04-09pipe: don't use ->i_mutexAl Viro2-6/+5
2013-04-09pipe: take allocation and freeing of pipe_inode_info out of ->i_mutexAl Viro1-21/+51
2013-04-09pipe: preparation to new locking rulesAl Viro1-23/+15
2013-04-09pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_infoAl Viro1-9/+9
2013-04-09pipe: fold file_operations instances in oneAl Viro3-190/+38
2013-04-09fold fifo.c into pipe.cAl Viro3-154/+139
2013-04-09lift sb_start_write out of ->splice_write()Al Viro1-6/+4
2013-04-09lift sb_start_write into default_file_splice_write()Al Viro1-2/+2
2013-04-09lift sb_start_write() out of ->write()Al Viro5-10/+22
2013-04-09switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro3-192/+195
2013-04-09f2fs: use mnt_want_write_file() in ioctlAl Viro1-2/+2
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro9-20/+14
2013-04-09hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro1-16/+20
2013-04-09reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro1-60/+1
2013-04-09fold release_mounts() into namespace_unlock()Al Viro1-23/+30
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro3-24/+16
2013-04-09more conversions to namespace_unlock()Al Viro1-14/+6
2013-04-09get rid of the second argument of shrink_submounts()Al Viro1-4/+4
2013-04-09saner umount_tree()/release_mounts(), part 1Al Viro1-4/+13
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro4-97/+149
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin1-1/+1
2013-04-09procfs: add proc_remove_subtree()Al Viro1-30/+89
2013-04-09ecryptfs: close rmmod raceAl Viro1-12/+2
2013-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-6/+44
2013-03-26Nest rename_lock inside vfsmount_lockAl Viro1-5/+11
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-32/+89
2013-03-25Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-6/+8
2013-03-22nfsd: fix bad offset useKent Overstreet1-1/+2
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds1-3/+3
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-56/+43
2013-03-21Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds12-81/+540
2013-03-21cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton1-48/+5
2013-03-21Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro3-1/+33
2013-03-21NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust3-1/+34
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust2-9/+27
2013-03-21NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2-15/+18
2013-03-21pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting1-2/+2
2013-03-20NFSv4: Fix the string length returned by the idmapperTrond Myklebust1-5/+8
2013-03-20ext4: fix data=journal fast mount/umount hangTheodore Ts'o1-1/+2
2013-03-20ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o3-4/+14
2013-03-19Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-2/+8
2013-03-18nfsd: fix startup order in nfsd_reply_cache_initJeff Layton1-4/+4
2013-03-18nfsd: only unhash DRC entries that are in the hashtableJeff Layton1-1/+2
2013-03-18xfs: ensure we capture IO errors correctlyDave Chinner1-0/+6
2013-03-18xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely1-1/+1
2013-03-18xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster1-1/+1
2013-03-18ext4: fix memory leakage in mext_check_coverageDmitry Monakhov1-16/+19