summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
12 daysxfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong1-1/+1
12 daysxfs: fully check the parent handle when it points to the rootdirDarrick J. Wong1-8/+8
12 daysxfs: clamp timestamp nanoseconds correctlyDarrick J. Wong1-1/+1
12 daysxfs: set xfarray killable sort correctlyDarrick J. Wong2-5/+4
12 daysxfs: don't wrap around quota ids in dqiterateDarrick J. Wong1-1/+1
12 daysxfs: resample the data fork mapping after cycling ILOCKDarrick J. Wong1-0/+36
12 daysxfs: fail recovery on a committed log item with no regionsWeiming Shi1-0/+9
12 daysxfs: fix null pointer dereference in tracepointAndrey Albershteyn1-1/+1
12 daysxfs: fix exchmaps reservation limit checkYingjie Gao1-1/+1
12 daysxfs: fix pointer arithmetic error on 32-bit systemsDarrick J. Wong1-1/+1
12 daysxfs: fix unreachable BIGTIME check in dquot flush validationAlexey Nepomnyashih1-8/+8
12 daysxfs: release dquot buffer after dqflush failureYingjie Gao1-3/+2
12 daysxfs: use null daddr for unset first bad log blockYousef Alhouseen1-3/+3
2026-07-04xfs: fix error returns in CoW fork repairYingjie Gao1-5/+2
2026-07-04xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig23-65/+58
2026-05-07xfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li1-0/+1
2026-04-02xfs: avoid dereferencing log items after push callbacksYuto Ohnuki2-11/+51
2026-04-02xfs: remove file_path tracepoint dataDarrick J. Wong2-19/+4
2026-04-02xfs: don't irele after failing to iget in xfs_attri_recover_workDarrick J. Wong1-1/+0
2026-04-02xfs: fix ri_total validation in xlog_recover_attri_commit_pass2Long Li1-2/+2
2026-04-02xfs: scrub: unlock dquot before early return in quota scrubhongao1-1/+3
2026-04-02xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
2026-04-02xfs: stop reclaim before pushing AIL during unmountYuto Ohnuki1-3/+4
2026-03-25xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong16-139/+41
2026-03-25xfs: fix integer overflow in bmap intent sort comparatorLong Li1-1/+2
2026-03-25xfs: Fix error pointer dereferenceEthan Tidmore1-1/+6
2026-03-25xfs: ensure dquot item is deleted from AIL only after log shutdownLong Li1-1/+7
2026-03-25xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
2026-03-25xfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino1-1/+1
2026-03-04xfs: fix copy-paste error in previous fixDarrick J. Wong1-1/+1
2026-03-04xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong2-3/+32
2026-03-04xfs: check return value of xchk_scrub_create_subordDarrick J. Wong3-1/+7
2026-03-04xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong5-9/+24
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
2026-03-04xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong1-27/+27
2026-03-04xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong1-8/+28
2026-03-04xfs: delete attr leaf freemap entries when emptyDarrick J. Wong1-0/+13
2026-03-04xfs: remove xfs_attr_leaf_hasnameChristoph Hellwig1-51/+24
2026-03-04xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-02-16xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong1-2/+5
2026-01-23xfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster1-5/+6
2026-01-23xfs: Fix the return value of xfs_rtcopy_summary()Nirjhar Roy (IBM)1-1/+1
2026-01-08xfs: fix a UAF problem in xattr repairDarrick J. Wong1-1/+1
2026-01-08xfs: fix stupid compiler warningDarrick J. Wong1-1/+1
2026-01-08xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li1-0/+1
2026-01-08xfs: don't leak a locked dquot when xfs_dquot_attach_buf failsChristoph Hellwig1-2/+3
2025-12-01xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong1-1/+1
2025-12-01xfs: Replace strncpy with memcpyMarcelo Moreira1-1/+1
2025-10-29xfs: always warn about deprecated mount optionsDarrick J. Wong1-12/+21
2025-10-29xfs: fix locking in xchk_nlinks_collect_dirDarrick J. Wong1-3/+31