summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/dir.c
AgeCommit message (Expand)Author
2024-04-26xfs: refactor dir format helpersChristoph Hellwig
2024-04-23xfs: deferred scrub of direntsDarrick J. Wong
2024-04-23xfs: check dirents have parent pointersDarrick J. Wong
2024-04-15xfs: online repair of directoriesDarrick J. Wong
2024-04-15xfs: validate explicit directory free block ownersDarrick J. Wong
2024-04-15xfs: validate explicit directory block buffer ownersDarrick J. Wong
2024-04-15xfs: validate explicit directory data buffer ownersDarrick J. Wong
2024-04-15xfs: validate directory leaf buffer ownersDarrick J. Wong
2024-04-15xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2024-02-22xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong
2023-04-11xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong
2023-04-11xfs: always check the existence of a dirent's child inodeDarrick J. Wong
2023-04-11xfs: xfs_iget in the directory scrubber needs to use UNTRUSTEDDarrick J. Wong
2023-04-11xfs: streamline the directory iteration code for scrubDarrick J. Wong
2023-04-11xfs: use the directory name hash function for dir scrubbingDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2022-11-16xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong
2022-10-10Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-10-04xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang
2022-08-17Change calling conventions for filldir_tAl Viro
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2021-12-21xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R
2020-12-09xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong
2020-11-18xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-03-26xfs: directory bestfree check should release buffersDarrick J. Wong
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig
2019-11-10xfs: devirtualize ->data_bestfree_pChristoph Hellwig
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: devirtualize ->data_entry_tag_pChristoph Hellwig
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig
2019-11-10xfs: cleanup xchk_directory_data_bestfreeChristoph Hellwig
2019-11-10xfs: cleanup xchk_dir_recChristoph Hellwig
2019-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig
2019-11-10xfs: refactor btree node scrubbingChristoph Hellwig
2019-11-06xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong