Searched hist:f1184081ac97625d30c59851944f4c59ae7ddc2b (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | health.c | diff f1184081ac97625d30c59851944f4c59ae7ddc2b Thu Feb 22 21:30:58 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: teach scrub to check file nlinks
Create the necessary scrub code to walk the filesystem's directory tree so that we can compute file link counts. Similar to quotacheck, we create an incore shadow array of link count information and then we walk the filesystem a second time to compare the link counts. We need live updates to keep the information up to date during the lengthy scan, so this scrubber remains disabled until the next patch.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | common.h | diff f1184081ac97625d30c59851944f4c59ae7ddc2b Thu Feb 22 21:30:58 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: teach scrub to check file nlinks
Create the necessary scrub code to walk the filesystem's directory tree so that we can compute file link counts. Similar to quotacheck, we create an incore shadow array of link count information and then we walk the filesystem a second time to compare the link counts. We need live updates to keep the information up to date during the lengthy scan, so this scrubber remains disabled until the next patch.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | scrub.h | diff f1184081ac97625d30c59851944f4c59ae7ddc2b Thu Feb 22 21:30:58 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: teach scrub to check file nlinks
Create the necessary scrub code to walk the filesystem's directory tree so that we can compute file link counts. Similar to quotacheck, we create an incore shadow array of link count information and then we walk the filesystem a second time to compare the link counts. We need live updates to keep the information up to date during the lengthy scan, so this scrubber remains disabled until the next patch.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
H A D | trace.h | diff f1184081ac97625d30c59851944f4c59ae7ddc2b Thu Feb 22 21:30:58 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: teach scrub to check file nlinks
Create the necessary scrub code to walk the filesystem's directory tree so that we can compute file link counts. Similar to quotacheck, we create an incore shadow array of link count information and then we walk the filesystem a second time to compare the link counts. We need live updates to keep the information up to date during the lengthy scan, so this scrubber remains disabled until the next patch.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_fs.h | diff f1184081ac97625d30c59851944f4c59ae7ddc2b Thu Feb 22 21:30:58 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: teach scrub to check file nlinks
Create the necessary scrub code to walk the filesystem's directory tree so that we can compute file link counts. Similar to quotacheck, we create an incore shadow array of link count information and then we walk the filesystem a second time to compare the link counts. We need live updates to keep the information up to date during the lengthy scan, so this scrubber remains disabled until the next patch.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|