aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-01-11xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong
2021-03-07xfs: Fix assert failure in xfs_setattr_size()Yumei Huang
2020-11-24xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong
2020-11-18xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig
2020-11-18xfs: fix rmap key and record comparison functionsDarrick J. Wong
2020-11-18xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong
2020-11-18xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster
2020-11-05xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong
2020-10-29xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-10-29xfs: limit entries returned when counting fsmap recordsDarrick J. Wong
2020-10-01xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster
2020-09-23xfs: initialize the shortform attr header padding entryDarrick J. Wong
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong
2020-08-21xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-08-05xfs: fix missed wakeup on l_flush_waitRik van Riel
2020-07-31xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen
2020-06-30xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin
2020-05-02xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong
2020-05-02xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia
2020-05-02xfs: validate sb_logsunit is a multiple of the fs blocksizeDarrick J. Wong
2020-01-27xfs: Sanity check flags of Q_XQUOTARM callJan Kara
2020-01-09xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval
2020-01-09xfs: fix mount failure crash on invalid iclog memory accessBrian Foster
2019-12-05xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler
2019-12-05xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler
2019-12-05xfs: require both realtime inodes to mountDarrick J. Wong
2019-12-01xfs: fix use-after-free race in xfs_buf_releDave Chinner
2019-11-06xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel
2019-10-17xfs: clear sb->s_fs_info on mount failureDave Chinner
2019-10-05xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong
2019-08-29xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong
2019-04-27xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong
2019-04-27xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong
2018-12-05xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong
2018-11-10xfs: truncate transaction does not modify the inobtBrian Foster
2018-08-09xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen
2018-08-09xfs: validate cached inodes are free when allocatedDave Chinner
2018-08-09xfs: catch inode allocation state mismatch corruptionDave Chinner
2018-07-11dax: change bdev_dax_supported() to support boolean returnsDave Jiang
2018-07-11fs: allow per-device dax status checking for filesystemsDarrick J. Wong
2018-06-05xfs: detect agfl count corruption and reset agflBrian Foster
2018-06-05xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2018-05-30Force log to disk before reading the AGF during a fstrimCarlos Maiolino
2018-05-09xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong
2018-03-03xfs: quota: check result of register_shrinker()Aliaksei Karaliou
2018-03-03xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou
2018-02-03xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino
2018-02-03xfs: ubsan fixesDarrick J. Wong