summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: factor out a xfs_rtalloc_sumlevel helperChristoph Hellwig2023-12-221-83/+70
* xfs: tidy up xfs_rtallocate_extent_exactChristoph Hellwig2023-12-221-21/+13
* xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_blockChristoph Hellwig2023-12-221-8/+5
* xfs: reflow the tail end of xfs_rtallocate_extent_blockChristoph Hellwig2023-12-221-21/+23
* xfs: invert a check in xfs_rtallocate_extent_blockChristoph Hellwig2023-12-221-5/+4
* xfs: split xfs_rtmodify_summary_intChristoph Hellwig2023-12-221-51/+25
* xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig2023-12-223-18/+16
* xfs: cleanup picking the start extent hint in xfs_bmap_rtallocChristoph Hellwig2023-12-221-20/+15
* xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig2023-12-222-6/+15
* xfs: reflow the tail end of xfs_bmap_rtallocChristoph Hellwig2023-12-221-30/+30
* xfs: return -ENOSPC from xfs_rtallocate_*Christoph Hellwig2023-12-222-141/+71
* xfs: move xfs_bmap_rtalloc to xfs_rtalloc.cChristoph Hellwig2023-12-223-170/+133
* xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig2023-12-223-18/+17
* xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingChristoph Hellwig2023-12-221-10/+9
* xfs: turn the xfs_trans_mod_dquot_byino stub into an inline functionChristoph Hellwig2023-12-221-1/+4
* xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig2023-12-221-1/+1
* xfs/health: cleanup, remove duplicated includingWang Jinchao2023-12-221-2/+0
* xfs: fix perag leak when growfs failsLong Li2023-12-223-11/+32
* xfs: add lock protection when remove perag from radix treeLong Li2023-12-221-0/+4
* xfs: repair quotasDarrick J. Wong2023-12-1510-8/+628
* xfs: improve dquot iteration for scrubDarrick J. Wong2023-12-159-46/+319
* 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-156-8/+245
* xfs: create a new inode fork block unmap helperDarrick J. Wong2023-12-153-24/+46
* 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-157-1/+771
* xfs: create a ranged query function for refcount btreesDarrick J. Wong2023-12-152-0/+51
* 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-1517-34/+1153
* 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-1511-46/+808
* xfs: repair inode recordsDarrick J. Wong2023-12-157-2/+1018
* xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong2023-12-1513-12/+166
* xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong2023-12-152-2/+2
* 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-1512-19/+856
* xfs: repair inode btreesDarrick J. Wong2023-12-1511-51/+1022
* xfs: repair free space btreesDarrick J. Wong2023-12-1520-21/+1224
* 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-158-150/+175
* xfs: create separate structures and code for u32 bitmapsDarrick J. Wong2023-12-154-166/+458