aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/dabtree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-1/+1
2021-10-14xfs: don't allocate scrub contexts on the stackDarrick J. Wong1-29/+33
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-2/+2
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-09-23xfs: check dabtree node hash values when loading child blocksDarrick J. Wong1-0/+14
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino1-3/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-1/+1
2020-03-26xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong1-17/+25
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig1-2/+2
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig1-3/+4
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-10xfs: refactor btree node scrubbingChristoph Hellwig1-39/+11
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong1-2/+1
2019-07-30xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibling()Jia-Ju Bai1-1/+5
2019-06-28xfs: remove unused header filesEric Sandeen1-8/+0
2019-03-19xfs: dabtree scrub needs to range-check levelDarrick J. Wong1-0/+5
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-28/+28
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-3/+3
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-62/+62
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-01-17xfs: scrub in-core metadataDarrick J. Wong1-0/+22
2017-11-09xfs: only check da node header padding on v5 filesystemsDarrick J. Wong1-1/+2
2017-11-03xfs: scrub: avoid uninitialized return codeDarrick J. Wong1-1/+1
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong1-1/+3
2017-10-26xfs: scrub directory/attribute btreesDarrick J. Wong1-0/+588