summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig
2023-12-22xfs/health: cleanup, remove duplicated includingWang Jinchao
2023-12-15xfs: repair quotasDarrick J. Wong
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong
2023-12-15xfs: check dquot resource timersDarrick J. Wong
2023-12-15xfs: check the ondisk space mapping behind a dquotDarrick J. Wong
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong
2023-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2023-12-15xfs: always check the rtbitmap and rtsummary filesDarrick J. Wong
2023-12-15xfs: check rt summary file geometry more thoroughlyDarrick J. Wong
2023-12-15xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong
2023-12-15xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-15xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong
2023-12-15xfs: skip the rmapbt search on an empty attr fork unless we know it was zappedDarrick J. Wong
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong
2023-12-15xfs: zap broken inode forksDarrick J. Wong
2023-12-15xfs: repair inode recordsDarrick J. Wong
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong
2023-12-15xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong
2023-12-15xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong
2023-12-15xfs: repair refcount btreesDarrick J. Wong
2023-12-15xfs: repair inode btreesDarrick J. Wong
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-12-15xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong
2023-12-15xfs: roll the scrub transaction after completing a repairDarrick J. Wong
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong
2023-12-15xfs: create separate structures and code for u32 bitmapsDarrick J. Wong
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong
2023-12-15xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2023-12-15xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong
2023-12-06xfs: force small EFIs for reaping btree extentsDarrick J. Wong
2023-12-06xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong
2023-12-06xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong
2023-12-06xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong
2023-10-19xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong
2023-10-19xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval
2023-10-18xfs: consolidate realtime allocation argumentsDave Chinner
2023-10-18xfs: use accessor functions for summary info wordsDarrick J. Wong
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong
2023-10-17xfs: convert rt summary macros to helpersDarrick J. Wong
2023-10-17xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong
2023-10-17xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong
2023-10-17xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong
2023-10-17xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong