aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/dabtree.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-23xfs: check dabtree node hash values when loading child blocksGravatar Darrick J. Wong 1-0/+14
2020-07-28xfs: Refactor xfs_da_state_alloc() helperGravatar Carlos Maiolino 1-3/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+1
2020-03-26xfs: drop all altpath buffers at the end of the sibling checkGravatar Darrick J. Wong 1-17/+25
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufGravatar Christoph Hellwig 1-2/+2
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrGravatar Christoph Hellwig 1-3/+4
2019-11-10xfs: devirtualize ->node_hdr_from_diskGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: refactor btree node scrubbingGravatar Christoph Hellwig 1-39/+11
2019-11-10xfs: refactor "does this fork map blocks" predicateGravatar Darrick J. Wong 1-2/+1
2019-07-30xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...Gravatar Jia-Ju Bai 1-1/+5
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-8/+0
2019-03-19xfs: dabtree scrub needs to range-check levelGravatar Darrick J. Wong 1-0/+5
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairGravatar Darrick J. Wong 1-28/+28
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubGravatar Darrick J. Wong 1-3/+3
2018-07-23xfs: shorten xfs_scrub_ prefixGravatar Darrick J. Wong 1-62/+62
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-15/+1
2018-01-17xfs: scrub in-core metadataGravatar Darrick J. Wong 1-0/+22
2017-11-09xfs: only check da node header padding on v5 filesystemsGravatar Darrick J. Wong 1-1/+2
2017-11-03xfs: scrub: avoid uninitialized return codeGravatar Darrick J. Wong 1-1/+1
2017-11-01xfs: scrub extended attribute leaf spaceGravatar Darrick J. Wong 1-1/+3
2017-10-26xfs: scrub directory/attribute btreesGravatar Darrick J. Wong 1-0/+588