summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/symlink.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29xfs: make if_data a void pointerChristoph Hellwig1-1/+1
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong1-5/+15
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: standardize GFP flags usage in online scrubDarrick J. Wong1-1/+1
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-2/+2
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-1/+1
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig1-1/+1
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-1/+1
2020-09-16xfs: Remove kmem_zalloc_large()Carlos Maiolino1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-8/+0
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-5/+5
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-2/+2
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-7/+7
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2017-10-27xfs: scrub symbolic linksDarrick J. Wong1-0/+92