summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong2023-12-154-0/+46
* xfs: zap broken inode forksDarrick J. Wong2023-12-152-4/+751
* xfs: repair inode recordsDarrick J. Wong2023-12-156-2/+1017
* xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong2023-12-156-10/+101
* xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong2023-12-151-1/+1
* xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong2023-12-151-0/+4
* xfs: try to attach dquots to files before repairing themDarrick J. Wong2023-12-157-5/+55
* xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong2023-12-152-0/+11
* xfs: repair refcount btreesDarrick J. Wong2023-12-155-12/+810
* xfs: repair inode btreesDarrick J. Wong2023-12-158-37/+1001
* xfs: repair free space btreesDarrick J. Wong2023-12-1511-13/+1173
* xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong2023-12-154-46/+39
* xfs: roll the scrub transaction after completing a repairDarrick J. Wong2023-12-151-3/+6
* xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong2023-12-157-150/+174
* xfs: create separate structures and code for u32 bitmapsDarrick J. Wong2023-12-154-166/+458
* xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong2023-12-151-0/+1
* xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong2023-12-151-3/+8
* xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong2023-12-151-1/+1
* xfs: force small EFIs for reaping btree extentsDarrick J. Wong2023-12-061-0/+5
* xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong2023-12-062-8/+29
* xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong2023-12-063-0/+594
* xfs: remove __xfs_free_extent_laterDarrick J. Wong2023-12-061-1/+1
* xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong2023-12-063-4/+31
* xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong2023-10-191-1/+1
* xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong2023-10-191-3/+2
* xfs: cache last bitmap block in realtime allocatorOmar Sandoval2023-10-191-2/+2
* xfs: consolidate realtime allocation argumentsDave Chinner2023-10-181-1/+5
* xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-183-15/+28
* xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong2023-10-181-4/+3
* xfs: convert rt summary macros to helpersDarrick J. Wong2023-10-171-6/+8
* xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong2023-10-171-1/+1
* xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2023-10-171-9/+5
* xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2023-10-171-1/+2
* xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-172-4/+4
* xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-172-4/+4
* xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong2023-10-173-4/+4
* xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong2023-10-171-1/+2
* xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong2023-10-171-1/+1
* xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-173-3/+3
* xfs: Remove duplicate includeJiapeng Chong2023-10-121-1/+0
* xfs: only call xchk_stats_merge after validating scrub inputsDarrick J. Wong2023-09-122-3/+6
* Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-3027-593/+3789
|\
| * xfs: don't check reflink iflag state when checking cow forkDarrick J. Wong2023-08-101-5/+2
| * xfs: simplify returns in xchk_bmapDarrick J. Wong2023-08-101-13/+13
| * xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong2023-08-104-24/+162
| * xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong2023-08-103-2/+40
| * xfs: fix agf_fllast when repairing an empty AGFLDarrick J. Wong2023-08-101-1/+4
| * xfs: clear pagf_agflreset when repairing the AGFLDarrick J. Wong2023-08-101-1/+4
| * xfs: allow userspace to rebuild metadata structuresDarrick J. Wong2023-08-102-2/+12
| * xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong2023-08-102-5/+14