summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/btree.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: consolidate btree block verificationChristoph Hellwig1-8/+1
2024-02-22xfs: consolidate btree ptr checkingChristoph Hellwig1-8/+4
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig1-6/+4
2024-02-22xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig1-1/+1
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig1-6/+6
2024-02-22xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong1-2/+2
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong1-12/+12
2024-02-22xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong1-1/+6
2023-04-12xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong1-1/+1
2023-04-12xfs: refactor ->diff_two_keys callsitesDarrick J. Wong1-12/+12
2023-04-12xfs: always scrub record/key order of interior recordsDarrick J. Wong1-6/+8
2023-04-12xfs: check btree keys reflect the child blockDarrick J. Wong1-1/+48
2023-04-12xfs: detect unwritten bit set in rmapbt node block keysDarrick J. Wong1-0/+10
2023-04-12xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong1-0/+1
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-2/+2
2022-11-17xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong1-5/+4
2022-11-17xfs: initialize the check_owner object fullyDarrick J. Wong1-1/+4
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-1/+1
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong1-22/+25
2021-10-19xfs: dynamically allocate btree scrub context structureDarrick J. Wong1-11/+12
2021-10-19xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong1-8/+3
2021-10-14xfs: don't allocate scrub contexts on the stackDarrick J. Wong1-23/+31
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong1-1/+2
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner1-2/+2
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong1-1/+1
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2021-04-08xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R1-2/+28
2020-11-18xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong1-18/+27
2019-06-29xfs: remove unused header filesEric Sandeen1-7/+0
2019-03-19xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong1-1/+10
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-22/+23
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-86/+86
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-7/+7
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-83/+83
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-16xfs: btree scrub should check minrecsDarrick J. Wong1-0/+40
2018-05-16xfs: clean up scrub usage of KM_NOFSDarrick J. Wong1-1/+1
2018-01-18xfs: scrub in-core metadataDarrick J. Wong1-0/+4
2018-01-18xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-0/+4
2018-01-18xfs: cross-reference with the bnobtDarrick J. Wong1-0/+13
2018-01-18xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong1-0/+93
2018-01-18xfs: set up scrub cross-referencing helpersDarrick J. Wong1-12/+58
2017-11-09xfs: fix btree scrub deref checkDarrick J. Wong1-1/+1
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig1-1/+1
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong1-0/+46
2017-10-27xfs: scrub btree keys and recordsDarrick J. Wong1-1/+109
2017-10-27xfs: scrub the shape of a metadata btreeDarrick J. Wong1-5/+253
2017-10-27xfs: create helpers to scrub a metadata btreeDarrick J. Wong1-0/+114