summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/dabtree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: scrub should set preen if attr leaf has holesDarrick J. Wong2024-04-151-0/+16
* xfs: validate attr leaf buffer ownersDarrick J. Wong2024-04-151-0/+7
* xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong2024-04-151-0/+1
* 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-2/+2
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-1/+1
* xfs: don't allocate scrub contexts on the stackDarrick J. Wong2021-10-141-29/+33
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-2/+2
* xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-1/+1
* xfs: check dabtree node hash values when loading child blocksDarrick J. Wong2020-09-231-0/+14
* xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino2020-07-281-3/+1
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong2020-03-261-17/+25
* xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-221-2/+2
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-101-3/+4
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
* xfs: refactor btree node scrubbingChristoph Hellwig2019-11-101-39/+11
* xfs: refactor "does this fork map blocks" predicateDarrick J. Wong2019-11-101-2/+1
* xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...Jia-Ju Bai2019-07-301-1/+5
* xfs: remove unused header filesEric Sandeen2019-06-281-8/+0
* xfs: dabtree scrub needs to range-check levelDarrick J. Wong2019-03-191-0/+5
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-28/+28
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-3/+3
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-62/+62
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: scrub in-core metadataDarrick J. Wong2018-01-171-0/+22
* xfs: only check da node header padding on v5 filesystemsDarrick J. Wong2017-11-091-1/+2
* xfs: scrub: avoid uninitialized return codeDarrick J. Wong2017-11-031-1/+1
* xfs: scrub extended attribute leaf spaceDarrick J. Wong2017-11-011-1/+3
* xfs: scrub directory/attribute btreesDarrick J. Wong2017-10-261-0/+588