summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/btree.c
AgeCommit message (Expand)Author
2022-11-09xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong
2022-11-09xfs: refactor ->diff_two_keys callsitesDarrick J. Wong
2022-11-09xfs: always scrub record/key order of interior recordsbtree-key-enhancements_2022-11-09Darrick J. Wong
2022-11-09xfs: check btree keys reflect the child blockDarrick J. Wong
2022-11-09xfs: detect unwritten bit set in rmapbt node block keysDarrick J. Wong
2022-11-09xfs: scrub should use ECHRNG to signal that the drain is neededscrub-drain-intents_2022-11-09Darrick J. Wong
2022-11-09xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong
2022-11-09xfs: initialize the check_owner object fullyDarrick J. Wong
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-10-19xfs: dynamically allocate btree scrub context structureDarrick J. Wong
2021-10-19xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong
2021-10-14xfs: don't allocate scrub contexts on the stackDarrick J. Wong
2021-08-20xfs: fix perag structure refcounting error when scrub failsxfs-5.15-merge-5Darrick J. Wong
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-07xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R
2020-11-18xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-03-19xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick 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: btree scrub should check minrecsDarrick J. Wong
2018-05-15xfs: clean up scrub usage of KM_NOFSDarrick J. Wong
2018-01-17xfs: scrub in-core metadataDarrick J. Wong
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong
2018-01-17xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong
2018-01-17xfs: set up scrub cross-referencing helpersDarrick J. Wong
2017-11-09xfs: fix btree scrub deref checkDarrick J. Wong
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong
2017-10-26xfs: scrub btree keys and recordsDarrick J. Wong
2017-10-26xfs: scrub the shape of a metadata btreeDarrick J. Wong
2017-10-26xfs: create helpers to scrub a metadata btreeDarrick J. Wong