aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/dir.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-21xfs: fix a bug in the online fsck directory leaf1 bestcount checkGravatar Darrick J. Wong 1-4/+11
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-5/+5
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Gravatar Darrick J. Wong 1-3/+2
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-3/+3
2021-04-07xfs: scrub: Remove incorrect check executed on block format directoriesGravatar Chandan Babu R 1-9/+0
2020-12-09xfs: scrub should mark a directory corrupt if any entries cannot be iget'dGravatar Darrick J. Wong 1-3/+18
2020-11-18xfs: directory scrub should check the null bestfree entries tooGravatar Darrick J. Wong 1-4/+17
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-4/+3
2020-03-26xfs: directory bestfree check should release buffersGravatar Darrick J. Wong 1-4/+6
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsGravatar Darrick J. Wong 1-0/+3
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufGravatar Christoph Hellwig 1-4/+5
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leaf_readGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: devirtualize ->data_bestfree_pGravatar Christoph Hellwig 1-5/+2
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryGravatar Christoph Hellwig 1-7/+8
2019-11-10xfs: devirtualize ->data_entry_tag_pGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: devirtualize ->data_entsizeGravatar Christoph Hellwig 1-2/+2
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetGravatar Christoph Hellwig 1-5/+5
2019-11-10xfs: cleanup xchk_directory_data_bestfreeGravatar Christoph Hellwig 1-16/+15
2019-11-10xfs: cleanup xchk_dir_recGravatar Christoph Hellwig 1-14/+14
2019-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrGravatar Christoph Hellwig 1-4/+2
2019-11-10xfs: devirtualize ->free_hdr_from_diskGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryGravatar Christoph Hellwig 1-2/+1
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrGravatar Christoph Hellwig 1-7/+7
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: refactor btree node scrubbingGravatar Christoph Hellwig 1-3/+9
2019-11-06xfs: add missing early termination checks to record scrubbing functionsGravatar Darrick J. Wong 1-0/+3
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-10/+0
2019-02-11xfs: check directory name validityGravatar Darrick J. Wong 1-0/+6
2018-07-26xfs: clean up IRELE/iput callsitesGravatar Darrick J. Wong 1-1/+1
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairGravatar Darrick J. Wong 1-44/+44
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubGravatar Darrick J. Wong 1-9/+9
2018-07-23xfs: shorten xfs_scrub_ prefixGravatar Darrick J. Wong 1-85/+85
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-15/+1
2018-05-15xfs: don't continue scrub if already corruptGravatar Darrick J. Wong 1-8/+27
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsGravatar Darrick J. Wong 1-1/+1
2018-01-17xfs: directory scrubber must walk through data block to offsetGravatar Darrick J. Wong 1-8/+30
2018-01-17xfs: scrub in-core metadataGravatar Darrick J. Wong 1-0/+4
2018-01-17xfs: fix a few erroneous process_error calls in the scrubbersGravatar Darrick J. Wong 1-1/+1
2017-11-09xfs: fix uninitialized return values in scrub codeGravatar Darrick J. Wong 1-1/+1
2017-11-09xfs: refactor the directory data block bestfree checksGravatar Darrick J. Wong 1-15/+5
2017-11-06xfs: trivial sparse fixes for the new scrub codeGravatar Christoph Hellwig 1-1/+1
2017-11-06xfs: introduce the xfs_iext_cursor abstractionGravatar Christoph Hellwig 1-7/+7
2017-11-01xfs: scrub extended attribute leaf spaceGravatar Darrick J. Wong 1-1/+1
2017-10-26xfs: scrub directory freespaceGravatar Darrick J. Wong 1-0/+495
2017-10-26xfs: scrub directory metadataGravatar Darrick J. Wong 1-0/+331