summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2024-01-302-0/+2
* xfs: remove struct xfs_attr_shortformChristoph Hellwig2023-12-292-7/+6
* xfs: make if_data a void pointerChristoph Hellwig2023-12-293-12/+6
* xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig2023-12-221-1/+1
* xfs/health: cleanup, remove duplicated includingWang Jinchao2023-12-221-2/+0
* xfs: repair quotasDarrick J. Wong2023-12-157-5/+618
* xfs: improve dquot iteration for scrubDarrick J. Wong2023-12-155-9/+312
* xfs: check dquot resource timersDarrick J. Wong2023-12-151-0/+21
* xfs: check the ondisk space mapping behind a dquotDarrick J. Wong2023-12-151-0/+58
* xfs: online repair of realtime bitmapsDarrick J. Wong2023-12-155-8/+241
* xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong2023-12-153-4/+168
* xfs: always check the rtbitmap and rtsummary filesDarrick J. Wong2023-12-151-2/+0
* xfs: check rt summary file geometry more thoroughlyDarrick J. Wong2023-12-151-27/+110
* xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong2023-12-151-15/+84
* xfs: repair problems in CoW forksDarrick J. Wong2023-12-156-1/+770
* xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong2023-12-153-13/+25
* xfs: repair inode fork block mapping data structuresDarrick J. Wong2023-12-157-4/+950
* xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong2023-12-154-4/+160
* xfs: skip the rmapbt search on an empty attr fork unless we know it was zappedDarrick J. Wong2023-12-151-22/+79
* 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