summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-04xfs: stabilize fs summary counters for online fsckDarrick J. Wong4-38/+183
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-06-05xfs: fix broken logic when detecting mergeable bmap recordsDarrick J. Wong1-12/+13
2023-06-04xfs: Fix undefined behavior of shift into sign bitGeert Uytterhoeven1-4/+4
2023-05-26overflow: Add struct_size_t() helperKees Cook1-1/+1
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong6-39/+6
2023-05-02xfs: flush dirty data and drain directios before scrubbing cow forkDarrick J. Wong1-2/+2
2023-04-20xfs: fix duplicate includesDave Chinner1-3/+1
2023-04-12xfs: cross-reference rmap records with refcount btreesDarrick J. Wong1-0/+23
2023-04-12xfs: cross-reference rmap records with inode btreesDarrick J. Wong1-0/+35
2023-04-12xfs: cross-reference rmap records with free space btreesDarrick J. Wong3-0/+102
2023-04-12xfs: cross-reference rmap records with ag btreesDarrick J. Wong3-1/+201
2023-04-12xfs: introduce bitmap type for AG blocksDarrick J. Wong2-0/+49
2023-04-12xfs: convert xbitmap to interval treeDarrick J. Wong3-157/+185
2023-04-12xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong1-9/+8
2023-04-12xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong4-94/+180
2023-04-12xfs: don't load local xattr values during scrubDarrick J. Wong1-0/+8