History log of /linux/fs/xfs/xfs_refcount_item.h (Results 126 – 126 of 126)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# baf4bcac 03-Oct-2016 Darrick J. Wong <darrick.wong@oracle.com>

xfs: create refcount update intent log items

Create refcount update intent/done log items to record redo
information in the log. Because we need to roll transactions between
updating the bmbt mappi

xfs: create refcount update intent log items

Create refcount update intent/done log items to record redo
information in the log. Because we need to roll transactions between
updating the bmbt mapping and updating the reverse mapping, we also
have to track the status of the metadata updates that will be recorded
in the post-roll transactions, just 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>

show more ...


123456