summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/ialloc.c
AgeCommit message (Expand)Author
2023-12-15xfs: repair inode btreesDarrick J. Wong
2023-12-15xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong
2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong
2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong
2023-04-11xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong
2023-04-11xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsDarrick J. Wong
2023-04-11xfs: directly cross-reference the inode btrees with each otherDarrick J. Wong
2023-04-11xfs: clean up broken eearly-exit code in the inode btree scrubberDarrick J. Wong
2023-04-11xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong
2023-04-11xfs: hoist inode record alignment checks from scrubDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-06-03xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong
2019-02-21xfs: fix uninitialized error variableColin Ian King
2019-02-11xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong
2019-02-11xfs: scrub big block inode btrees correctlyDarrick J. Wong
2019-02-11xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong
2019-02-11xfs: hoist inode cluster checks out of loopDarrick J. Wong
2019-02-11xfs: check inobt record alignment on big block filesystemsDarrick J. Wong
2019-02-11xfs: check the ir_startino alignment directlyDarrick J. Wong
2019-02-11xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong
2018-12-12xfs: count inode blocks correctly in inobt scrubDarrick J. Wong
2018-12-12xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong
2018-12-12xfs: add a block to inode count converterDarrick J. Wong
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong
2018-03-23xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong
2018-03-23xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong
2018-01-29xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong