summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2-0/+2
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig2-7/+6
2023-12-29xfs: make if_data a void pointerChristoph Hellwig3-12/+6
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig1-1/+1
2023-12-22xfs/health: cleanup, remove duplicated includingWang Jinchao1-2/+0
2023-12-15xfs: repair quotasDarrick J. Wong7-5/+618
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong5-9/+312
2023-12-15xfs: check dquot resource timersDarrick J. Wong1-0/+21
2023-12-15xfs: check the ondisk space mapping behind a dquotDarrick J. Wong1-0/+58
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong5-8/+241
2023-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong3-4/+168
2023-12-15xfs: always check the rtbitmap and rtsummary filesDarrick J. Wong1-2/+0
2023-12-15xfs: check rt summary file geometry more thoroughlyDarrick J. Wong1-27/+110
2023-12-15xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong1-15/+84
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong6-1/+770
2023-12-15xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong3-13/+25
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong7-4/+950
2023-12-15xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong4-4/+160
2023-12-15xfs: skip the rmapbt search on an empty attr fork unless we know it was zappedDarrick J. Wong1-22/+79
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong4-0/+46
2023-12-15xfs: zap broken inode forksDarrick J. Wong2-4/+751
2023-12-15xfs: repair inode recordsDarrick J. Wong6-2/+1017
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong6-10/+101
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong1-1/+1
2023-12-15xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong1-0/+4
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong7-5/+55
2023-12-15xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong2-0/+11
2023-12-15xfs: repair refcount btreesDarrick J. Wong5-12/+810
2023-12-15xfs: repair inode btreesDarrick J. Wong8-37/+1001
2023-12-15xfs: repair free space btreesDarrick J. Wong11-13/+1173
2023-12-15xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong4-46/+39
2023-12-15xfs: roll the scrub transaction after completing a repairDarrick J. Wong1-3/+6
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong7-150/+174
2023-12-15xfs: create separate structures and code for u32 bitmapsDarrick J. Wong4-166/+458
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong1-0/+1
2023-12-15xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong1-3/+8
2023-12-15xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong1-1/+1
2023-12-07xfs: force small EFIs for reaping btree extentsDarrick J. Wong1-0/+5
2023-12-07xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong2-8/+29
2023-12-07xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong3-0/+594
2023-12-07xfs: remove __xfs_free_extent_laterDarrick J. Wong1-1/+1
2023-12-07xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong3-4/+31
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