aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-04-09hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro
2013-04-09reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro
2013-04-09fold release_mounts() into namespace_unlock()Al Viro
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro
2013-04-09more conversions to namespace_unlock()Al Viro
2013-04-09get rid of the second argument of shrink_submounts()Al Viro
2013-04-09saner umount_tree()/release_mounts(), part 1Al Viro
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin
2013-04-09procfs: add proc_remove_subtree()Al Viro
2013-04-09ecryptfs: close rmmod raceAl Viro
2013-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-26Nest rename_lock inside vfsmount_lockAl Viro
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-03-25Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-03-22nfsd: fix bad offset useKent Overstreet
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-03-21Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-03-21cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton
2013-03-21Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro
2013-03-21NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust
2013-03-21NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust
2013-03-21pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting
2013-03-20NFSv4: Fix the string length returned by the idmapperTrond Myklebust
2013-03-20ext4: fix data=journal fast mount/umount hangTheodore Ts'o
2013-03-20ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o
2013-03-19Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-03-18nfsd: fix startup order in nfsd_reply_cache_initJeff Layton
2013-03-18nfsd: only unhash DRC entries that are in the hashtableJeff Layton
2013-03-18xfs: ensure we capture IO errors correctlyDave Chinner
2013-03-18xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely
2013-03-18xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster
2013-03-18ext4: fix memory leakage in mext_check_coverageDmitry Monakhov
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-15Btrfs: fix warning of free_extent_mapLiu Bo
2013-03-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2013-03-14Btrfs: fix warning when creating snapshotsLiu Bo
2013-03-14Btrfs: return as soon as possible when edquot happensWang Shilong
2013-03-14Btrfs: return EIO if we have extent tree corruptionJosef Bacik
2013-03-14btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen
2013-03-14Btrfs: remove btrfs_try_spin_lockLiu Bo
2013-03-14Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo
2013-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-13nfsd: convert to idr_alloc()Tejun Heo
2013-03-13nfsd: remove unused get_new_stid()Tejun Heo
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu