summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-11-09xfs: clean up scrub context if scrub setup returns -EDEADLOCKDarrick J. Wong
2022-11-09xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2022-11-09xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong
2022-11-09xfs: create a function to duplicate an active perag referencepass-perag-refs_2022-11-09Darrick J. Wong
2022-11-09xfs: give xfs_refcount_intent its own perag referenceintents-perag-refs_2022-11-09Darrick J. Wong
2022-11-09xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong
2022-11-09xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong
2022-11-09xfs: pass per-ag references to xfs_free_extentDarrick J. Wong
2022-11-09xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong
2022-11-09xfs: fix confusing variable names in xfs_refcount_item.cintents-naming-cleanups_2022-11-09Darrick J. Wong
2022-11-09xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2022-11-09xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong
2022-11-09xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2022-11-09xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong
2022-11-09xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong
2022-11-09xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong
2022-11-09xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2022-11-09xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedxfs-6.2-fixes_2022-11-09Darrick J. Wong
2022-11-09xfs: shut up -Wuninitialized in xfsaild_pushDarrick J. Wong
2022-11-09xfs: use memcpy, not strncpy, to format the attr prefix during listxattrDarrick J. Wong
2022-11-09xfs: Print XFS UUID on mount and umount events.xfs-6.2-merge_2022-11-09Lukas Herbolt
2022-11-09xfs: fix incorrect error-out in xfs_removeDarrick J. Wong
2022-11-09xfs: teach scrub to flag non-extents format cow forksDarrick J. Wong
2022-11-09xfs: check that CoW fork extents are not sharedDarrick J. Wong
2022-11-09xfs: check quota files for unwritten extentsDarrick J. Wong
2022-11-09xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong
2022-11-09xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong
2022-11-09xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong
2022-11-09xfs: online checking of the free rt extent countDarrick J. Wong
2022-11-09xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong
2022-11-09xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap fileDarrick J. Wong
2022-11-09xfs: load rtbitmap and rtsummary extent mapping btrees at mount timeDarrick J. Wong
2022-11-09xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong
2022-11-09xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong
2022-11-09xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong
2022-11-09xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong
2022-11-09xfs: initialize the check_owner object fullyDarrick J. Wong
2022-11-09xfs: standardize GFP flags usage in online scrubDarrick J. Wong
2022-11-09xfs: make AGFL repair function avoid crosslinked blocksDarrick J. Wong
2022-11-09xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong
2022-11-09xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong
2022-11-09xfs: 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