aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/ialloc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: remove xfs_btnum_tGravatar Christoph Hellwig 1-3/+3
2024-02-22xfs: remove the which variable in xchk_iallocbtGravatar Christoph Hellwig 1-10/+4
2023-12-15xfs: repair inode btreesGravatar Darrick J. Wong 1-1/+1
2023-12-15xfs: remove trivial bnobt/inobt scrub helpersGravatar Darrick J. Wong 1-19/+18
2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyGravatar Darrick J. Wong 1-1/+1
2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeGravatar Darrick J. Wong 1-2/+1
2023-04-11xfs: teach scrub to check for sole ownership of metadata objectsGravatar Darrick J. Wong 1-2/+2
2023-04-11xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsGravatar Darrick J. Wong 1-7/+10
2023-04-11xfs: directly cross-reference the inode btrees with each otherGravatar Darrick J. Wong 1-27/+198
2023-04-11xfs: clean up broken eearly-exit code in the inode btree scrubberGravatar Darrick J. Wong 1-25/+17
2023-04-11xfs: ensure that all metadata and data blocks are not cow staging extentsGravatar Darrick J. Wong 1-1/+1
2023-04-11xfs: hoist inode record alignment checks from scrubGravatar Darrick J. Wong 1-6/+0
2023-04-11xfs: standardize ondisk to incore conversion for inode btreesGravatar Darrick J. Wong 1-20/+4
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsGravatar Darrick J. Wong 1-0/+2
2023-04-11xfs: update copyright years for scrub/ filesGravatar Darrick J. Wong 1-1/+1
2023-04-11xfs: fix author and spdx headers on scrub/ filesGravatar Darrick J. Wong 1-2/+2
2022-10-31xfs: create a predicate to verify per-AG extentsGravatar Darrick J. Wong 1-3/+2
2022-07-07xfs: Pre-calculate per-AG agino geometryGravatar Dave Chinner 1-3/+3
2022-07-07xfs: Pre-calculate per-AG agbno geometryGravatar Dave Chinner 1-3/+3
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-1/+1
2021-08-18xfs: mark the record passed into xchk_btree functions as constGravatar Darrick J. Wong 1-1/+1
2021-06-02xfs: remove agno from btree cursorGravatar Dave Chinner 1-4/+5
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Gravatar Darrick J. Wong 1-3/+2
2021-04-07xfs: split xfs_imap_to_bpGravatar Christoph Hellwig 1-2/+1
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Gravatar Brian Foster 1-2/+1
2020-03-13xfs: convert btree cursor ag-private member nameGravatar Dave Chinner 1-4/+4
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-7/+0
2019-06-12xfs: separate inode geometryGravatar Darrick J. Wong 1-10/+11
2019-06-03xfs: inode btree scrubber should calculate im_boffset correctlyGravatar Darrick J. Wong 1-1/+2
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intGravatar Darrick J. Wong 1-2/+2
2019-02-21xfs: fix uninitialized error variableGravatar Colin Ian King 1-1/+1
2019-02-11xfs: consolidate scrub dinode mapping code into a single functionGravatar Darrick J. Wong 1-30/+32
2019-02-11xfs: scrub big block inode btrees correctlyGravatar Darrick J. Wong 1-1/+9
2019-02-11xfs: clean up the inode cluster checking in the inobt scrubGravatar Darrick J. Wong 1-58/+107
2019-02-11xfs: hoist inode cluster checks out of loopGravatar Darrick J. Wong 1-54/+65
2019-02-11xfs: check inobt record alignment on big block filesystemsGravatar Darrick J. Wong 1-0/+41
2019-02-11xfs: check the ir_startino alignment directlyGravatar Darrick J. Wong 1-6/+50
2019-02-11xfs: never try to scrub more than 64 inodes per inobt recordGravatar Darrick J. Wong 1-1/+2
2018-12-12xfs: count inode blocks correctly in inobt scrubGravatar Darrick J. Wong 1-7/+15
2018-12-12xfs: precalculate cluster alignment in inodes and blocksGravatar Darrick J. Wong 1-1/+1
2018-12-12xfs: precalculate inodes and blocks per inode clusterGravatar Darrick J. Wong 1-8/+6
2018-12-12xfs: add a block to inode count converterGravatar Darrick J. Wong 1-1/+1
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsGravatar Darrick J. Wong 1-19/+9
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairGravatar Darrick J. Wong 1-29/+29
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubGravatar Darrick J. Wong 1-11/+11
2018-07-23xfs: shorten xfs_scrub_ prefixGravatar Darrick J. Wong 1-69/+69
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-15/+1
2018-05-15xfs: skip scrub xref if corruption already notedGravatar Darrick J. Wong 1-3/+4
2018-03-23xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptGravatar Darrick J. Wong 1-1/+1
2018-03-23xfs: record inode buf errors as a xref error in inobt scrubberGravatar Darrick J. Wong 1-1/+2