Searched hist:baf4bcacb715cebd412b2f4bb69989ef24496523 (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_refcount_item.h | baf4bcacb715cebd412b2f4bb69989ef24496523 Mon Oct 03 18:11:20 CEST 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 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>
|
H A D | xfs_refcount_item.c | baf4bcacb715cebd412b2f4bb69989ef24496523 Mon Oct 03 18:11:20 CEST 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 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>
|
H A D | Makefile | diff baf4bcacb715cebd412b2f4bb69989ef24496523 Mon Oct 03 18:11:20 CEST 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 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>
|
H A D | xfs_super.c | diff baf4bcacb715cebd412b2f4bb69989ef24496523 Mon Oct 03 18:11:20 CEST 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 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>
|