summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2022-10-14xfs: fix cow forks for realtime filesDarrick J. Wong
2022-10-14xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong
2022-10-14xfs: online repair of the realtime refcount btreeDarrick J. Wong
2022-10-14xfs: capture realtime CoW staging extents when rebuilding rt rmapbtDarrick J. Wong
2022-10-14xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong
2022-10-14xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong
2022-10-14xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong
2022-10-14xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong
2022-10-14xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong
2022-10-14xfs: allow overlapping rtrmapbt records for shared data extentsDarrick J. Wong
2022-10-14xfs: cross-reference checks with the rt refcount btreeDarrick J. Wong
2022-10-14xfs: scrub the realtime refcount btreeDarrick J. Wong
2022-10-14xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2022-10-14xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2022-10-14xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong
2022-10-14xfs: namespace the maximum length/refcount symbolsDarrick J. Wong
2022-10-14xfs: introduce realtime refcount btree definitionsDarrick J. Wong
2022-10-14xfs: create a noalloc mode for allocation groupsDarrick J. Wong
2022-10-14xfs: hook live realtime rmap operations during a repair operationDarrick J. Wong
2022-10-14xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong
2022-10-14xfs: online repair of the realtime rmap btreeDarrick J. Wong
2022-10-14xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong
2022-10-14xfs: repair inodes that have realtime extentsDarrick J. Wong
2022-10-14xfs: online repair of realtime file bmapsDarrick J. Wong
2022-10-14xfs: walk the rt reverse mapping tree when rebuilding rmapDarrick J. Wong
2022-10-14xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappingsDarrick J. Wong
2022-10-14xfs: cross-reference the realtime rmapbtDarrick J. Wong
2022-10-14xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong
2022-10-14xfs: scrub the realtime rmapbtDarrick J. Wong
2022-10-14xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong
2022-10-14xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong
2022-10-14xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2022-10-14xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2022-10-14xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventionsDarrick J. Wong
2022-10-14xfs: convert "skip_discard" to a proper flags bitsetextfree-intent-cleanups_2022-10-14Darrick J. Wong
2022-10-14xfs: simplify xfs_ag_resv_free signatureDarrick J. Wong
2022-10-14xfs: scrub each rtgroup's portion of the rtbitmap separatelyDarrick J. Wong
2022-10-14xfs: repair secondary realtime group superblocksDarrick J. Wong
2022-10-14xfs: scrub the realtime group superblockDarrick J. Wong
2022-10-14xfs: add block headers to realtime summary blocksDarrick J. Wong
2022-10-14xfs: record rt group superblock errors in the health systemDarrick J. Wong
2022-10-14xfs: remove XFS_ILOCK_RT*refactor-rt-locking_2022-10-14Darrick J. Wong
2022-10-14xfs: refactor realtime inode lockingDarrick J. Wong
2022-10-14xfs: use accessor functions for summary info wordsrefactor-rtbitmap-macros_2022-10-14Darrick J. Wong
2022-10-14xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong
2022-10-14xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong
2022-10-14xfs: convert rt summary macros to helpersDarrick J. Wong
2022-10-14xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong
2022-10-14xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong
2022-10-14xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong