summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-11-16xfs: check inode core when scrubbing metadata filesscrub-check-metadata-inode-records-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong
2022-11-16xfs: teach scrub to flag non-extents format cow forksscrub-bmap-enhancements-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: check that CoW fork extents are not sharedDarrick J. Wong
2022-11-16xfs: check quota files for unwritten extentsDarrick J. Wong
2022-11-16xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong
2022-11-16xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong
2022-11-16xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong
2022-11-16xfs: online checking of the free rt extent countscrub-fscounters-enhancements-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong
2022-11-16xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap filescrub-fix-rtmeta-ilocking-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: load rtbitmap and rtsummary extent mapping btrees at mount timeDarrick J. Wong
2022-11-16xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedscrub-fix-return-value-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong
2022-11-16xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong
2022-11-16xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong
2022-11-16xfs: pivot online scrub away from kmem.[ch]scrub-cleanup-malloc-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: initialize the check_owner object fullyDarrick J. Wong
2022-11-16xfs: standardize GFP flags usage in online scrubDarrick J. Wong
2022-11-16xfs: make AGFL repair function avoid crosslinked blocksscrub-fix-ag-header-handling-6.2_2022-11-16Darrick J. Wong
2022-11-16xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong
2022-11-16xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong
2022-11-16xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGrefcount-cow-domain-6.1_2022-10-31Darrick J. Wong
2022-10-31xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong
2022-10-31xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong
2022-10-31xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong
2022-10-31xfs: report refcount domain in tracepointsDarrick J. Wong
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-10-31xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong
2022-10-31xfs: move _irec structs to xfs_types.hDarrick J. Wong
2022-10-31xfs: check deferred refcount op continuation parametersDarrick J. Wong
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-10-31xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyfix-log-recovery-misuse-6.1_2022-10-31Darrick J. Wong
2022-10-31xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in RUI log format copyingDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in CUI log format copyingDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in BUI log format copyingDarrick J. Wong
2022-10-31xfs: fix validation in attr log item recoveryDarrick J. Wong
2022-10-31xfs: fix incorrect return type for fsdax fault handlersxfs-6.1-fixes_2022-10-31xfs-6.1-fixes-2Darrick J. Wong
2022-10-26xfs: increase rename inode reservationxfs-6.1-fixes_2022-10-27Allison Henderson
2022-10-20xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()xfs-6.1-fixes_2022-10-24xfs-6.1-fixes-1Li Zetao
2022-10-20xfs: fix memory leak in xfs_errortag_initZeng Heng
2022-10-20xfs: remove redundant pointer lipColin Ian King
2022-10-20xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan