xfs: create bmbt update intent log items
Create bmbt update intent/done log items to record redo information in the log. Because we roll transactions multiple times for reflink operations, we also have to track the status of the metadata updates that will be recorded in the post-roll transactions in case we crash before committing the final transaction. This mechanism enables log recovery to finish what was already started. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Showing
fs/xfs/xfs_bmap_item.c
0 → 100644
This diff is collapsed.
fs/xfs/xfs_bmap_item.h
0 → 100644
Please register or sign in to comment