summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/dir.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong2020-12-091-3/+18
* xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong2020-11-181-4/+17
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-4/+3
* xfs: directory bestfree check should release buffersDarrick J. Wong2020-03-261-4/+6
* xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong2020-03-121-0/+3
* xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-221-4/+5
* xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig2019-11-221-1/+1
* xfs: devirtualize ->data_bestfree_pChristoph Hellwig2019-11-101-5/+2
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-101-7/+8
* xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-101-1/+1
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-101-2/+2
* xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig2019-11-101-5/+5
* xfs: cleanup xchk_directory_data_bestfreeChristoph Hellwig2019-11-101-16/+15
* xfs: cleanup xchk_dir_recChristoph Hellwig2019-11-101-14/+14
* xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig2019-11-101-4/+2
* xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-101-2/+1
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-101-7/+7
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
* xfs: refactor btree node scrubbingChristoph Hellwig2019-11-101-3/+9
* xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong2019-11-061-0/+3
* xfs: remove unused header filesEric Sandeen2019-06-281-10/+0
* xfs: check directory name validityDarrick J. Wong2019-02-111-0/+6
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-1/+1
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-44/+44
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-9/+9
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-85/+85
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: don't continue scrub if already corruptDarrick J. Wong2018-05-151-8/+27
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-231-1/+1
* xfs: directory scrubber must walk through data block to offsetDarrick J. Wong2018-01-171-8/+30
* xfs: scrub in-core metadataDarrick J. Wong2018-01-171-0/+4
* xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong2018-01-171-1/+1
* xfs: fix uninitialized return values in scrub codeDarrick J. Wong2017-11-091-1/+1
* xfs: refactor the directory data block bestfree checksDarrick J. Wong2017-11-091-15/+5
* xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig2017-11-061-1/+1
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-7/+7
* xfs: scrub extended attribute leaf spaceDarrick J. Wong2017-11-011-1/+1
* xfs: scrub directory freespaceDarrick J. Wong2017-10-261-0/+495
* xfs: scrub directory metadataDarrick J. Wong2017-10-261-0/+331