summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2023-10-19xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong1-1/+1
2023-10-19xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong1-3/+2
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval1-2/+2
2023-10-19xfs: consolidate realtime allocation argumentsDave Chinner1-1/+5
2023-10-19xfs: use accessor functions for summary info wordsDarrick J. Wong3-15/+28
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong1-4/+3
2023-10-18xfs: convert rt summary macros to helpersDarrick J. Wong1-6/+8
2023-10-18xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong1-1/+1
2023-10-18xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong1-9/+5
2023-10-18xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong1-1/+2
2023-10-18xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2-4/+4
2023-10-18xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2-4/+4
2023-10-18xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong3-4/+4
2023-10-18xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong1-1/+2
2023-10-18xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong1-1/+1
2023-10-18xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong3-3/+3
2023-10-12xfs: Remove duplicate includeJiapeng Chong1-1/+0
2023-09-12xfs: only call xchk_stats_merge after validating scrub inputsDarrick J. Wong2-3/+6
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds27-593/+3789
2023-08-10xfs: don't check reflink iflag state when checking cow forkDarrick J. Wong1-5/+2
2023-08-10xfs: simplify returns in xchk_bmapDarrick J. Wong1-13/+13
2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong4-24/+162
2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong3-2/+40
2023-08-10xfs: fix agf_fllast when repairing an empty AGFLDarrick J. Wong1-1/+4
2023-08-10xfs: clear pagf_agflreset when repairing the AGFLDarrick J. Wong1-1/+4
2023-08-10xfs: allow userspace to rebuild metadata structuresDarrick J. Wong2-2/+12
2023-08-10xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong2-5/+14
2023-08-10xfs: allow the user to cancel repairs before we start writingDarrick J. Wong1-0/+16
2023-08-10xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong1-0/+10
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong6-28/+295
2023-08-10xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong2-37/+54
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong8-29/+53
2023-08-10xfs: get our own reference to inodes that we want to scrubDarrick J. Wong6-13/+36
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong5-4/+489
2023-08-10xfs: improve xfarray quicksort pivotDarrick J. Wong2-69/+148
2023-08-10xfs: cache pages used for xfarray quicksort convergenceDarrick J. Wong2-10/+86
2023-08-10xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong3-0/+121
2023-08-10xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong3-0/+120
2023-08-10xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong3-120/+39
2023-08-10xfs: enable sorting of xfile-backed arraysDarrick J. Wong3-0/+750
2023-08-10xfs: create a big array data structureDarrick J. Wong6-1/+919
2023-08-10xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong5-95/+45
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong8-121/+409
2023-08-10xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong1-1/+1
2023-08-10xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong3-17/+25
2023-08-10xfs: use deferred frees to reap old btree blocksDarrick J. Wong1-4/+26
2023-08-10xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong1-32/+13
2023-08-10xfs: only invalidate blocks if we're going to free themDarrick J. Wong2-55/+42
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong5-234/+282
2023-08-10xfs: cull repair code that will never get usedDarrick J. Wong3-111/+0