summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-02-11xfs: Sanity check flags of Q_XQUOTARM callJan Kara1-0/+3
2019-09-23xfs: clear sb->s_fs_info on mount failureDave Chinner1-0/+10
2019-03-25xfs: don't BUG() on mixed direct and mapped I/OBrian Foster1-1/+20
2019-02-11xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino1-1/+1
2018-12-17xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2018-09-26xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2018-09-26xfs: validate cached inodes are free when allocatedDave Chinner1-25/+48
2018-09-26xfs: catch inode allocation state mismatch corruptionDave Chinner1-1/+22
2018-09-26xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen1-0/+2
2017-11-26xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-11-11xfs: fix inobt inode allocation search optimizationOmar Sandoval1-1/+1
2017-10-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-10-12xfs: Don't clear SGID when inheriting ACLsJan Kara3-5/+6
2017-09-15xfs: Fix missed holes in SEEK_HOLE implementationJan Kara1-20/+9
2017-09-15xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan1-1/+1
2017-03-16xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen1-0/+1
2017-03-16xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen1-2/+5
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-6/+4
2017-02-23xfs: Propagate dentry down to inode_change_ok()Jan Kara5-33/+66
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings5-16/+13
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara1-9/+4
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara5-13/+16
2016-08-23xfs: skip stale inodes in xfs_iflush_clusterDave Chinner1-0/+1
2016-08-23xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-08-23xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-08-23xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen1-0/+10
2016-06-15xfs: mmap lock needs to be inside freeze protectionDave Chinner1-3/+8
2016-06-15xfs: lock out page faults from extent swap operationsDave Chinner1-20/+14
2016-06-15xfs: xfs_setattr_size no longer races with page faultsDave Chinner1-12/+14
2016-06-15xfs: take i_mmap_lock on extent manipulation operationsDave Chinner3-6/+7
2016-06-15xfs: use i_mmaplock on write faultsDave Chinner2-15/+25
2016-06-15xfs: use i_mmaplock on read faultsDave Chinner2-1/+29
2016-06-15xfs: introduce mmap/truncate lockDave Chinner3-38/+121
2016-06-15xfs: fix swapext ilock deadlockDave Chinner1-15/+18
2016-05-01xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2016-02-02xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner5-9/+40
2016-02-02xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-02-02libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong1-1/+1
2015-12-18xfs: allow inode allocations in post-growfs disk spaceEric Sandeen3-11/+17
2015-09-29fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-09-29xfs: return errors from partial I/O failures to filesDavid Jeffery1-1/+2
2015-09-28xfs: Fix file type directory corruption for btree directoriesJan Kara1-1/+9
2015-09-28xfs: Fix xfs_attr_leafblock definitionJan Kara1-2/+9
2015-09-28libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong1-1/+2
2015-08-25xfs: remote attributes need to be considered dataDave Chinner1-4/+11
2015-08-25xfs: remote attribute headers contain an invalid LSNDave Chinner2-9/+31
2015-07-15xfs: don't truncate attribute extents if no extents existBrian Foster1-2/+8
2015-07-15xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen1-1/+1
2015-06-03xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner4-47/+58