summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen2017-03-161-0/+1
* xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen2017-03-161-2/+5
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2017-02-231-6/+4
* xfs: Propagate dentry down to inode_change_ok()Jan Kara2017-02-235-33/+66
* Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings2017-02-235-16/+13
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-11-201-9/+4
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-205-13/+16
* xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-08-221-0/+1
* xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-08-221-4/+4
* xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-08-221-4/+13
* xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen2016-08-221-0/+10
* xfs: mmap lock needs to be inside freeze protectionDave Chinner2016-06-151-3/+8
* xfs: lock out page faults from extent swap operationsDave Chinner2016-06-151-20/+14
* xfs: xfs_setattr_size no longer races with page faultsDave Chinner2016-06-151-12/+14
* xfs: take i_mmap_lock on extent manipulation operationsDave Chinner2016-06-153-6/+7
* xfs: use i_mmaplock on write faultsDave Chinner2016-06-152-15/+25
* xfs: use i_mmaplock on read faultsDave Chinner2016-06-152-1/+29
* xfs: introduce mmap/truncate lockDave Chinner2016-06-153-38/+121
* xfs: fix swapext ilock deadlockDave Chinner2016-06-151-15/+18
* xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik2016-05-011-9/+10
* xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner2016-02-025-9/+40
* xfs: inode recovery readahead can race with inode buffer creationDave Chinner2016-02-022-5/+14
* libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong2016-02-021-1/+1
* xfs: allow inode allocations in post-growfs disk spaceEric Sandeen2015-12-183-11/+17
* fs: create and use seq_show_option for escapingKees Cook2015-09-291-2/+2
* xfs: return errors from partial I/O failures to filesDavid Jeffery2015-09-291-1/+2
* xfs: Fix file type directory corruption for btree directoriesJan Kara2015-09-281-1/+9
* xfs: Fix xfs_attr_leafblock definitionJan Kara2015-09-281-2/+9
* libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong2015-09-281-1/+2
* xfs: remote attributes need to be considered dataDave Chinner2015-08-251-4/+11
* xfs: remote attribute headers contain an invalid LSNDave Chinner2015-08-252-9/+31
* xfs: don't truncate attribute extents if no extents existBrian Foster2015-07-151-2/+8
* xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen2015-07-151-1/+1
* xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner2015-06-034-47/+58
* xfs: ensure truncate forces zeroed blocks to diskDave Chinner2015-05-203-28/+27
* xfs: Fix quota type in quota structures when reusing quota fileJan Kara2015-03-181-0/+5
* xfs: set superblock buffer type correctlyDave Chinner2015-02-241-0/+1
* xfs: set buf types when converting extent formatsDave Chinner2015-02-242-1/+7
* xfs: inode unlink does not set AGI buffer typeDave Chinner2015-02-241-0/+2
* xfs: ensure buffer types are set correctlyDave Chinner2015-02-241-0/+4
* quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara2015-02-043-96/+72
* xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner2014-10-301-2/+14
* xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason2014-09-171-1/+10
* xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner2014-09-171-1/+9
* xfs: don't dirty buffers beyond EOFDave Chinner2014-09-171-0/+61
* xfs: quotacheck leaves dquot buffers without verifiersDave Chinner2014-09-172-2/+9
* xfs: ensure verifiers are attached to recovered buffersDave Chinner2014-09-171-20/+31
* xfs: null unused quota inodes when quota is onDave Chinner2014-07-151-4/+21
* xfs: refine the allocation stack switchDave Chinner2014-07-156-62/+90
* Revert "xfs: block allocation work needs to be kswapd aware"Dave Chinner2014-07-152-20/+9