summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-06xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedscrub-fix-return-value_2022-11-06Darrick J. Wong
2022-11-06xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong
2022-11-06xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong
2022-11-06xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong
2022-11-06xfs: pivot online scrub away from kmem.[ch]scrub-cleanup-malloc_2022-11-06Darrick J. Wong
2022-11-06xfs: initialize the check_owner object fullyDarrick J. Wong
2022-11-06xfs: standardize GFP flags usage in online scrubDarrick J. Wong
2022-11-06xfs: make AGFL repair function avoid crosslinked blocksscrub-fix-ag-header-handling_2022-11-06Darrick J. Wong
2022-11-06xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong
2022-11-06xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong
2022-11-06xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong
2022-11-06xfs: document future directions of online fsckonline-fsck-design_2022-11-06Darrick J. Wong
2022-11-06xfs: document the userspace fsck driver programDarrick J. Wong
2022-11-06xfs: document directory tree repairsDarrick J. Wong
2022-11-06xfs: document metadata file repairDarrick J. Wong
2022-11-06xfs: document full filesystem scans for online fsckDarrick J. Wong
2022-11-06xfs: document online file metadata repair codeDarrick J. Wong
2022-11-06xfs: document btree bulk loadingDarrick J. Wong
2022-11-06xfs: document pageable kernel memoryDarrick J. Wong
2022-11-06xfs: document how online fsck deals with eventual consistencyDarrick J. Wong
2022-11-06xfs: document the filesystem metadata checking strategyDarrick J. Wong
2022-11-06xfs: document the user interface for online fsckDarrick J. Wong
2022-11-06xfs: document the testing plan for online fsckDarrick J. Wong
2022-11-06xfs: document the general theory underlying online fsck designDarrick J. Wong
2022-11-06xfs: document the motivation for online fsck designDarrick J. Wong
2022-11-06iomap: directly use logical block sizeiomap-6.2-merge_2022-11-06Keith Busch
2022-11-06xfs: rename XFS_REFC_COW_START to _COWFLAGxfs-6.1-fixes_2022-11-06Darrick J. Wong
2022-11-06xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong
2022-11-06xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong
2022-11-06xfs: check record domain when accessing refcount recordsDarrick J. Wong
2022-11-06xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong
2022-11-06xfs: refactor domain and refcount checkingDarrick J. Wong
2022-11-06xfs: report refcount domain in tracepointsDarrick J. Wong
2022-11-06xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-11-06xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong
2022-11-06xfs: move _irec structs to xfs_types.hDarrick J. Wong
2022-11-06xfs: check deferred refcount op continuation parametersDarrick J. Wong
2022-11-06xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-11-06xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong
2022-11-06xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong
2022-11-06xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong
2022-11-06xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in RUI log format copyingDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in CUI log format copyingDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in BUI log format copyingDarrick J. Wong
2022-11-06xfs: fix validation in attr log item recoveryDarrick J. Wong
2022-11-06xfs: fix incorrect return type for fsdax fault handlersDarrick J. Wong
2022-11-06xfs: increase rename inode reservationAllison Henderson
2022-11-06xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()Li Zetao