summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-01-08Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2-10/+6
2015-01-08Btrfs: fix loop writing of async reclaimLiu Bo1-3/+14
2015-01-08Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik6-6/+72
2015-01-08Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2015-01-08btrfs: fix wrong accounting of raid1 data profile in statfsDavid Sterba1-1/+1
2015-01-08Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik1-1/+1
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: Check component length before reading itJan Kara1-2/+7
2015-01-08udf: Verify symlink size before loading itJan Kara1-4/+13
2015-01-08udf: Verify i_size when loading inodeJan Kara1-0/+14
2015-01-08udf: Check path length when reading symlinkJan Kara5-20/+48
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-08mnt: Fix a memory stomp in umountEric W. Biederman1-0/+2
2015-01-08isofs: Fix unchecked printing of ER recordsJan Kara1-0/+3
2015-01-08dcache: fix kmemcheck warning in switch_namesMikulas Patocka1-0/+2
2015-01-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2015-01-08f2fs: fix possible data corruption in f2fs_write_begin()Jan Kara1-13/+11
2015-01-08isofs: Fix infinite looping over CE entriesJan Kara1-0/+6
2014-12-16fat: fix oops on corrupted vfat fsAl Viro1-9/+11
2014-12-06nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust1-2/+6
2014-12-06nfsd: correctly define v4.2 support attributesChristoph Hellwig1-3/+6
2014-12-06btrfs: fix lockups from btrfs_clear_path_blockingChris Mason3-15/+25
2014-12-06aio: fix uncorrent dirty pages accouting when truncating AIO ring bufferGu Zheng1-7/+14
2014-11-21GFS2: Make rename not save dirent locationBob Peterson3-5/+11
2014-11-21NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust1-25/+17
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 call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust2-11/+0
2014-11-21NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust1-1/+23
2014-11-21nfs: fix pnfs direct write memory leakPeng Tao1-0/+1
2014-11-14xfs: track bulkstat progress by aginoDave Chinner1-37/+34
2014-11-14xfs: bulkstat error handling is brokenDave Chinner1-10/+19
2014-11-14xfs: bulkstat main loop logic is a messDave Chinner1-32/+24
2014-11-14xfs: bulkstat chunk-formatter has issuesDave Chinner1-34/+24
2014-11-14xfs: bulkstat chunk formatting cursor is brokenDave Chinner2-47/+28
2014-11-14xfs: bulkstat btree walk doesn't terminateDave Chinner1-9/+10
2014-11-14xfs: Check error during inode btree iteration in xfs_bulkstat()Jan Kara1-0/+4
2014-11-14xfs: bulkstat doesn't release AGI buffer on errorDave Chinner1-6/+10
2014-11-14Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason1-1/+1
2014-11-14fix breakage in o2net_send_tcp_msg()Al Viro1-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-14nfsd4: fix response size estimation for OP_SEQUENCEJ. Bruce Fields1-1/+3
2014-11-14fix inode leaks on d_splice_alias() failure exitsAl Viro1-0/+2