summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/btree.c
Commit message (Expand)AuthorAgeFilesLines
* 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-221-6/+4
* 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-221-6/+6
* xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong2024-02-221-2/+2
* xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong2024-02-221-12/+12
* xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong2024-02-221-1/+6
* xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong2023-04-111-1/+1
* xfs: refactor ->diff_two_keys callsitesDarrick J. Wong2023-04-111-12/+12
* xfs: always scrub record/key order of interior recordsDarrick J. Wong2023-04-111-6/+8
* xfs: check btree keys reflect the child blockDarrick J. Wong2023-04-111-1/+48
* xfs: detect unwritten bit set in rmapbt node block keysDarrick J. Wong2023-04-111-0/+10
* xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong2023-04-111-0/+1
* 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: pivot online scrub away from kmem.[ch]Darrick J. Wong2022-11-161-5/+4
* xfs: initialize the check_owner object fullyDarrick J. Wong2022-11-161-1/+4
* xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-1/+1
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-22/+25
* xfs: dynamically allocate btree scrub context structureDarrick J. Wong2021-10-191-11/+12
* xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong2021-10-191-8/+3
* xfs: don't allocate scrub contexts on the stackDarrick J. Wong2021-10-141-23/+31
* xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong2021-08-201-1/+2
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-191-2/+2
* xfs: grab active perag ref when reading AG headersDarrick J. Wong2021-08-091-1/+1
* xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-1/+1
* xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R2021-04-071-2/+28
* xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong2020-11-181-18/+27
* xfs: remove unused header filesEric Sandeen2019-06-281-7/+0
* xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong2019-03-191-1/+10
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-22/+23
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-86/+86
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-7/+7
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-83/+83
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: btree scrub should check minrecsDarrick J. Wong2018-05-151-0/+40
* xfs: clean up scrub usage of KM_NOFSDarrick J. Wong2018-05-151-1/+1
* xfs: scrub in-core metadataDarrick J. Wong2018-01-171-0/+4
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-171-0/+4
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-171-0/+13
* xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong2018-01-171-0/+93
* xfs: set up scrub cross-referencing helpersDarrick J. Wong2018-01-171-12/+58
* xfs: fix btree scrub deref checkDarrick J. Wong2017-11-091-1/+1
* xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig2017-11-061-1/+1
* xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong2017-10-271-0/+46
* xfs: scrub btree keys and recordsDarrick J. Wong2017-10-261-1/+109
* xfs: scrub the shape of a metadata btreeDarrick J. Wong2017-10-261-5/+253
* xfs: create helpers to scrub a metadata btreeDarrick J. Wong2017-10-261-0/+114