Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-04 | xfs: implement deferred bmbt map/unmap operations | Darrick J. Wong | |
Implement deferred versions of the inode block map/unmap functions. These will be used in subsequent patches to make reflink operations atomic. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> | |||
2016-10-04 | xfs: log bmap intent items | Darrick J. Wong | |
Provide a mechanism for higher levels to create BUI/BUD items, submit them to the log, and a stub function to deal with recovered BUI items. These parts will be connected to the rmapbt in a later patch. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> |