summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2025-10-23xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong1-3/+16
2024-12-27xfs: attr forks require attr, not attr2Darrick J. Wong1-1/+7
2024-12-27xfs: fix file_path handling in tracepointsDarrick J. Wong1-6/+4
2024-12-27xfs: convert comma to semicolonChen Ni1-1/+1
2024-12-19xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
2024-10-22xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong2-9/+10
2024-10-22xfs: revert commit 44af6c7e59b12Darrick J. Wong1-8/+5
2024-10-22xfs: enforce one namespace per attributeDarrick J. Wong1-7/+5
2024-10-22xfs: check shortform attr entry flags specificallyDarrick J. Wong1-0/+9
2024-10-22xfs: fix missing check for invalid attr flagsDarrick J. Wong1-4/+9
2024-06-21xfs: don't use current->journal_infoDave Chinner1-3/+1
2024-06-21xfs: fix scrub stats file permissionsDarrick J. Wong1-2/+2
2024-06-21xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong1-1/+6
2024-04-03xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2-0/+2
2024-04-03xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong1-0/+4
2024-04-03xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong1-1/+1
2024-04-03xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong3-4/+31
2024-04-03xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong1-1/+2
2024-04-03xfs: 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