summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong2023-08-101-1/+1
* xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong2023-08-101-2/+1
* xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong2023-04-111-2/+2
* xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsDarrick J. Wong2023-04-111-7/+10
* xfs: directly cross-reference the inode btrees with each otherDarrick J. Wong2023-04-111-27/+198
* xfs: clean up broken eearly-exit code in the inode btree scrubberDarrick J. Wong2023-04-111-25/+17
* xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong2023-04-111-1/+1
* xfs: hoist inode record alignment checks from scrubDarrick J. Wong2023-04-111-6/+0
* xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong2023-04-111-20/+4
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-111-0/+2
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-111-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-111-2/+2
* xfs: create a predicate to verify per-AG extentsDarrick J. Wong2022-10-311-3/+2
* xfs: Pre-calculate per-AG agino geometryDave Chinner2022-07-071-3/+3
* xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-071-3/+3
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong2021-08-181-1/+1
* xfs: remove agno from btree cursorDave Chinner2021-06-021-4/+5
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+2
* xfs: split xfs_imap_to_bpChristoph Hellwig2021-04-071-2/+1
* xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster2020-05-071-2/+1
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-4/+4
* xfs: remove unused header filesEric Sandeen2019-06-281-7/+0
* xfs: separate inode geometryDarrick J. Wong2019-06-121-10/+11
* xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong2019-06-031-1/+2
* xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-161-2/+2
* xfs: fix uninitialized error variableColin Ian King2019-02-211-1/+1
* xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong2019-02-111-30/+32
* xfs: scrub big block inode btrees correctlyDarrick J. Wong2019-02-111-1/+9
* xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2019-02-111-58/+107
* xfs: hoist inode cluster checks out of loopDarrick J. Wong2019-02-111-54/+65
* xfs: check inobt record alignment on big block filesystemsDarrick J. Wong2019-02-111-0/+41
* xfs: check the ir_startino alignment directlyDarrick J. Wong2019-02-111-6/+50
* xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong2019-02-111-1/+2
* xfs: count inode blocks correctly in inobt scrubDarrick J. Wong2018-12-121-7/+15
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-121-1/+1
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-8/+6
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-1/+1
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-19/+9
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-29/+29
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-11/+11
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-69/+69
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-151-3/+4
* xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong2018-03-231-1/+1
* xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong2018-03-231-1/+2
* xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong2018-01-291-2/+2
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-171-0/+1
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-171-2/+101
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-171-0/+73