summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-01-30ext4: fix warning in ext4_da_update_reserve_space()Jan Kara3-5/+20
2015-01-30quota: provide interface for readding allocated space into reserved spaceJan Kara2-2/+55
2015-01-27fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann1-6/+11
2015-01-27LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust1-4/+4
2015-01-27NFSv4.1: Fix client id trunking on LinuxTrond Myklebust1-9/+8
2015-01-16Btrfs: don't delay inode ref updates during log replayChris Mason1-0/+8
2015-01-16nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi2-11/+36
2015-01-16nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2015-01-16fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2015-01-16writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo1-7/+22
2015-01-16pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2-11/+33
2015-01-16pstore-ram: Fix hangs by using write-combine mappingsRob Herring1-2/+2
2015-01-16ocfs2: fix journal commit deadlockJunxiao Bi1-2/+14
2015-01-08Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2-10/+6
2015-01-08Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2015-01-08eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow1-1/+0
2015-01-08eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2-15/+13
2015-01-08udf: Verify symlink size before loading itJan Kara1-4/+13
2015-01-08ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara1-1/+0
2015-01-08userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman1-0/+53
2015-01-08umount: Disallow unprivileged mount forceEric W. Biederman1-0/+3
2015-01-08mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman1-1/+7
2015-01-08isofs: Fix unchecked printing of ER recordsJan Kara1-0/+3
2015-01-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2015-01-08isofs: Fix infinite looping over CE entriesJan Kara1-0/+6
2014-12-16ext2: Fix oops in ext2_get_block() called from ext2_quota_write()Jan Kara1-0/+1
2014-12-07nfsd: Fix ACL null pointer derefSergio Gelato1-0/+3
2014-12-07nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields1-11/+20
2014-12-07nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust1-2/+6
2014-11-21NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust3-3/+23
2014-11-21nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara1-1/+1
2014-11-21NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust1-0/+2
2014-11-21NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust1-1/+23
2014-11-21block: Fix computation of merged request priorityJan Kara1-6/+8
2014-11-21nfs: fix pnfs direct write memory leakPeng Tao1-0/+1
2014-11-14Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason1-1/+1
2014-11-14quota: Properly return errors from dquot_writeback_dquots()Jan Kara1-1/+1
2014-11-14ext3: Don't check quota format when there are no quota filesJan Kara1-7/+0
2014-11-14nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
2014-11-14ext4: fix oops when loading block bitmap failedJan Kara1-0/+4
2014-11-14ext4: fix overflow when updating superblock backups after resizeJan Kara1-1/+1
2014-11-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong2-2/+6
2014-11-14ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen1-1/+16
2014-11-14ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o4-3/+11
2014-11-14ext4: grab missed write_count for EXT4_IOC_SWAP_BOOTDmitry Monakhov1-1/+9
2014-11-14ext4: don't check quota format when there are no quota filesJan Kara1-7/+0
2014-11-14ext4: check EA value offset when loadingDarrick J. Wong1-8/+24
2014-11-14jbd2: free bh when descriptor block checksum failsDarrick J. Wong1-0/+1
2014-11-14pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks1-2/+2
2014-11-14mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman1-0/+3