summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't use current->journal_infoDave Chinner2024-03-251-3/+1
* xfs: fix scrub stats file permissionsDarrick J. Wong2024-02-261-2/+2
* xfs: move remote symlink target read function to libxfsDarrick J. Wong2024-02-221-1/+1
* xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong2024-02-222-0/+2
* xfs: port refcount repair to the new refcount bag structureDarrick J. Wong2024-02-223-106/+72
* xfs: create refcount bag structure for btree repairsDarrick J. Wong2024-02-224-0/+400
* xfs: define an in-memory btree for storing refcount bag info during repairsDarrick J. Wong2024-02-222-0/+386
* xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-228-6/+238
* xfs: create a shadow rmap btree during rmap repairDarrick J. Wong2024-02-223-69/+185
* xfs: repair the rmapbtDarrick J. Wong2024-02-2211-11/+1536
* xfs: create agblock bitmap helper to count the number of set regionsDarrick J. Wong2024-02-223-0/+21
* xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong2024-02-221-1/+1
* xfs: support in-memory btreesDarrick J. Wong2024-02-222-0/+8
* xfs: consolidate btree block verificationChristoph Hellwig2024-02-221-8/+1
* xfs: consolidate btree ptr checkingChristoph Hellwig2024-02-221-8/+4
* xfs: remove xfs_btnum_tChristoph Hellwig2024-02-223-17/+7
* xfs: split xfs_inobt_init_cursorChristoph Hellwig2024-02-226-18/+15
* xfs: remove the which variable in xchk_iallocbtChristoph Hellwig2024-02-221-10/+4
* xfs: split xfs_allocbt_init_cursorChristoph Hellwig2024-02-225-24/+18
* xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_initChristoph Hellwig2024-02-223-75/+45
* xfs: add a name field to struct xfs_btree_opsChristoph Hellwig2024-02-221-20/+20
* xfs: split the agf_roots and agf_levels arraysChristoph Hellwig2024-02-223-36/+24
* xfs: remove xfs_bmbt_stage_cursorChristoph Hellwig2024-02-221-1/+7
* xfs: remove xfs_refcountbt_stage_cursorChristoph Hellwig2024-02-221-2/+2
* xfs: remove xfs_inobt_stage_cursorChristoph Hellwig2024-02-221-4/+5
* xfs: remove xfs_allocbt_stage_cursorChristoph Hellwig2024-02-221-4/+7
* xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig2024-02-221-1/+1
* xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig2024-02-222-7/+7
* xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong2024-02-222-3/+3
* xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong2024-02-223-14/+14
* xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong2024-02-221-1/+6
* xfs: repair summary countersDarrick J. Wong2024-02-227-18/+127
* xfs: update health status if we get a clean bill of healthDarrick J. Wong2024-02-225-1/+75
* xfs: remember sick inodes that get inactivatedDarrick J. Wong2024-02-221-3/+13
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-2/+7
* xfs: separate the marking of sick and checked metadataDarrick J. Wong2024-02-221-4/+4
* xfs: teach repair to fix file nlinksDarrick J. Wong2024-02-226-3/+236
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-226-3/+139
* xfs: teach scrub to check file nlinksDarrick J. Wong2024-02-229-1/+1090
* xfs: repair dquots based on live quotacheck resultsDarrick J. Wong2024-02-227-6/+283
* xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong2024-02-221-7/+34
* xfs: track quota updates during live quotacheckDarrick J. Wong2024-02-226-6/+370
* xfs: implement live quotacheck inode scanDarrick J. Wong2024-02-229-3/+669
* xfs: create a sparse load xfarray functionDarrick J. Wong2024-02-221-0/+19
* xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong2024-02-223-2/+10
* xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong2024-02-225-6/+312
* xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong2024-02-221-2/+2
* xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong2024-02-223-15/+119
* xfs: cache a bunch of inodes for repair scansDarrick J. Wong2024-02-223-30/+159
* xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong2024-02-223-12/+89