commit | 3993baeb3c52f497d243a4a3b5510df97b22596b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 03 09:11:32 2016 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 04 18:06:40 2016 -0700 |
tree | 2dab55892137a064012b352a0f9ac730797221fb | |
parent | 11715a21bc3035440b853a0334685f1a55ca8c3c [diff] |
xfs: introduce the CoW fork Introduce a new in-core fork for storing copy-on-write delalloc reservations and allocated extents that are in the process of being written out. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>