]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: check that used blocks are smaller than the write pointer
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Jan 2026 06:53:28 +0000 (07:53 +0100)
committerCarlos Maiolino <cem@kernel.org>
Wed, 21 Jan 2026 11:57:17 +0000 (12:57 +0100)
commitb37c1e4e9af795ac31ddc992b0461182c45705dc
tree216c401975315c70be76e1e6269bf92c16142128
parent19c5b6051ed62d8c4b1cf92e463c1bcf629107f4
xfs: check that used blocks are smaller than the write pointer

Any used block must have been written, this reject used blocks > write
pointer.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_zone_alloc.c