aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/dabtree.c
AgeCommit message (Expand)Author
2023-04-11xfs: scrub should use ECHRNG to signal that the drain is neededDarrick 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-11-16xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2021-10-14xfs: don't allocate scrub contexts on the stackDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-09-23xfs: check dabtree node hash values when loading child blocksDarrick J. Wong
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-03-26xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig
2019-11-10xfs: refactor btree node scrubbingChristoph Hellwig
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong
2019-07-30xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...Jia-Ju Bai
2019-06-28xfs: remove unused header filesEric Sandeen
2019-03-19xfs: dabtree scrub needs to range-check levelDarrick 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-01-17xfs: scrub in-core metadataDarrick J. Wong
2017-11-09xfs: only check da node header padding on v5 filesystemsDarrick J. Wong
2017-11-03xfs: scrub: avoid uninitialized return codeDarrick J. Wong
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong
2017-10-26xfs: scrub directory/attribute btreesDarrick J. Wong