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: 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-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-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2015-01-08isofs: Fix infinite looping over CE entriesJan Kara1-0/+6
2014-12-06nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery1-1/+1
2014-12-06locks: eliminate BUG() call when there's an unexpected lock on file closeJeff Layton1-6/+18
2014-12-06nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton1-9/+8
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-06aio: fix uncorrent dirty pages accouting when truncating AIO ring bufferGu Zheng1-7/+14
2014-11-21fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen1-4/+8
2014-11-21fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner1-3/+1
2014-11-21callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2-7/+0
2014-11-21mm: remove read_cache_page_async()Sasha Levin2-3/+2
2014-11-21mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-1/+1
2014-11-21mm: filemap: move radix tree hole searching hereJohannes Weiner1-1/+1
2014-11-21GFS2: Fix address space from page functionSteven Whitehouse3-1/+9
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 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-14xfs: avoid false quotacheck after unclean shutdownEric Sandeen2-5/+20
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: enable journal checksum when metadata checksum feature enabledDarrick J. Wong1-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: Replace open coded mdata csum feature to helper functionDmitry Monakhov12-70/+43
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: fix mmap data corruption when blocksize < pagesizeJan Kara1-1/+5
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