summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-03-27userns: Don't allow creation if the user is chrootedEric W. Biederman1-0/+24
2013-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-6/+44
2013-03-27Nest rename_lock inside vfsmount_lockAl Viro1-5/+11
2013-03-27Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-32/+89
2013-03-27nfsd4: reject "negative" acl lengthsJ. Bruce Fields1-1/+1
2013-03-26Btrfs: fix race between mmap writes and compressionChris Mason3-0/+49
2013-03-25Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-6/+8
2013-03-23nfsd: fix bad offset useKent Overstreet1-1/+2
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds1-3/+3
2013-03-22Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-56/+43
2013-03-22Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds12-81/+540
2013-03-22Btrfs: fix memory leak in btrfs_create_tree()Tsutomu Itoh1-3/+9
2013-03-22Btrfs: fix locking on ROOT_REPLACE operations in tree mod logJan Schmidt1-10/+20
2013-03-22Btrfs: fix missing qgroup reservation before fallocatingWang Shilong1-0/+9
2013-03-22Btrfs: handle a bogus chunk tree nicelyJosef Bacik2-6/+42
2013-03-22Btrfs: update to use fs_state bitLiu Bo1-1/+1
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-21sysfs: handle failure path correctly for readdir()Ming Lei1-0/+4
2013-03-21sysfs: fix race between readdir and lseekMing Lei1-1/+12
2013-03-21NFSv4: 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-20Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-2/+8
2013-03-19nfsd: 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
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds7-12/+25
2013-03-16Btrfs: fix warning of free_extent_mapLiu Bo1-0/+1
2013-03-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-7/+9
2013-03-14Btrfs: fix warning when creating snapshotsLiu Bo1-6/+5
2013-03-14Btrfs: return as soon as possible when edquot happensWang Shilong1-4/+6
2013-03-14Btrfs: return EIO if we have extent tree corruptionJosef Bacik1-1/+4
2013-03-14btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-03-14Btrfs: remove btrfs_try_spin_lockLiu Bo1-1/+0
2013-03-14Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo1-0/+3
2013-03-14UBIFS: make space fixup work in the remount caseArtem Bityutskiy1-6/+6
2013-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds10-0/+11
2013-03-14nfsd: convert to idr_alloc()Tejun Heo1-3/+2
2013-03-14nfsd: remove unused get_new_stid()Tejun Heo1-31/+0
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik3-1/+33
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2-7/+5
2013-03-13ext2: Fix BUG_ON in evict() on inode deletionJan Kara2-1/+2