summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/dir.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong1-2/+2
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong1-0/+26
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong1-3/+13
2023-04-12xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong1-10/+4
2023-04-12xfs: always check the existence of a dirent's child inodeDarrick J. Wong1-45/+28
2023-04-12xfs: xfs_iget in the directory scrubber needs to use UNTRUSTEDDarrick J. Wong1-1/+3
2023-04-12xfs: streamline the directory iteration code for scrubDarrick J. Wong1-130/+58
2023-04-12xfs: use the directory name hash function for dir scrubbingDarrick J. Wong1-1/+6
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-2/+2
2022-11-17xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong1-4/+6
2022-10-11Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2022-10-04xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang1-1/+1
2022-08-18Change calling conventions for filldir_tAl Viro1-4/+4
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-1/+1
2021-12-21xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong1-4/+11
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-5/+5
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-3/+2
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-3/+3
2021-04-08xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R1-9/+0
2020-12-09xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong1-3/+18
2020-11-18xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong1-4/+17
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-4/+3
2020-03-26xfs: directory bestfree check should release buffersDarrick J. Wong1-4/+6
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong1-0/+3
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig1-4/+5
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig1-1/+1
2019-11-11xfs: devirtualize ->data_bestfree_pChristoph Hellwig1-5/+2
2019-11-11xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig1-7/+8
2019-11-11xfs: devirtualize ->data_entry_tag_pChristoph Hellwig1-1/+1
2019-11-11xfs: devirtualize ->data_entsizeChristoph Hellwig1-2/+2
2019-11-11xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig1-5/+5
2019-11-11xfs: cleanup xchk_directory_data_bestfreeChristoph Hellwig1-16/+15
2019-11-11xfs: cleanup xchk_dir_recChristoph Hellwig1-14/+14
2019-11-11xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig1-4/+2
2019-11-11xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-11xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig1-2/+1
2019-11-11xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig1-7/+7
2019-11-11xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-11xfs: refactor btree node scrubbingChristoph Hellwig1-3/+9
2019-11-06xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong1-0/+3
2019-06-29xfs: remove unused header filesEric Sandeen1-10/+0
2019-02-12xfs: check directory name validityDarrick J. Wong1-0/+6
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-1/+1
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-44/+44
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-9/+9
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-85/+85
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-16xfs: don't continue scrub if already corruptDarrick J. Wong1-8/+27
2018-03-24xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong1-1/+1