]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: force writes to delalloc regions to unwritten
authorDarrick J. Wong <darrick.wong@oracle.com>
Sat, 23 May 2020 16:43:31 +0000 (09:43 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 27 May 2020 15:49:28 +0000 (08:49 -0700)
commit065b1a4276f6473934bd04a5ca751cf63c91c57d
treeecfae2d1263b9a6b5999c6351c7bd3bbb0d44543
parent47ddbf2fc75808d2e1c0a619fe9168971f7985a6
xfs: force writes to delalloc regions to unwritten

When writing to a delalloc region in the data fork, commit the new
allocations (of the da reservation) as unwritten so that the mappings
are only marked written once writeback completes successfully.  This
fixes the problem of stale data exposure if the system goes down during
targeted writeback of a specific region of a file, as tested by
generic/042.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/libxfs/xfs_bmap.c