]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: introduce the CoW fork
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Oct 2016 01:37:28 +0000 (12:37 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 25 Oct 2016 01:37:28 +0000 (12:37 +1100)
commitcb8a004a12f7994d1712638ba7273ab431a46400
treea0cbc370230b4b70e843bc017481352f41a5e4aa
parent9d3f10866346bac2a8945bba91849027ef37e843
xfs: introduce the CoW fork

Source kernel commit: 3993baeb3c52f497d243a4a3b5510df97b22596b

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>
include/xfs_inode.h
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h
libxfs/xfs_bmap_btree.c
libxfs/xfs_inode_fork.c
libxfs/xfs_inode_fork.h
libxfs/xfs_rmap.c
libxfs/xfs_types.h