linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/8] ocfs2: wire up {clone,copy,dedupe}_range
@ 2016-12-02  0:54 Darrick J. Wong
  2016-12-02  0:54 ` [PATCH 1/8] ocfs2: convert inode refcount test to a helper Darrick J. Wong
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Darrick J. Wong @ 2016-12-02  0:54 UTC (permalink / raw)
  To: mfasheh, akpm, jlbec, darrick.wong; +Cc: linux-fsdevel, hch, ocfs2-devel

Hi all,

This is the third submission of a series of patches that wire up the
existing ocfs2 reflinking capabilities to the new(ish) VFS
{copy,clone,dedupe}_range interface.  The first few patches clean up
some minor bugs that I found; the last kernel patch contains the new
code.  The last patch is a new; it fixes a quota accounting bug.

A few minor fixes to xfstests are needed to make more of the tests run;
those have been sent separately to the fstests lists.  Some of the
xfstests will fail because ocfs2's design does not allow sharing of
blocks between disjoint sets of files with shared blocks.  That is to
say, if A shares with B and C shares with D, B and C cannot be made to
share blocks.

Andrew, could you please queue these up for testing?  I'd like to get
them into 4.10 if possible.

--D

[1] https://github.com/djwong/linux/tree/ocfs2-vfs-reflink-4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-12-10  8:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02  0:54 [PATCH v3 0/8] ocfs2: wire up {clone,copy,dedupe}_range Darrick J. Wong
2016-12-02  0:54 ` [PATCH 1/8] ocfs2: convert inode refcount test to a helper Darrick J. Wong
2016-12-02  0:54 ` [PATCH 2/8] ocfs2: add newlines to some error messages Darrick J. Wong
2016-12-02  0:54 ` [PATCH 3/8] ocfs2: prohibit refcounted swapfiles Darrick J. Wong
2016-12-02  0:54 ` [PATCH 4/8] ocfs2: budget for extent tree splits when adding refcount flag Darrick J. Wong
2016-12-02  0:54 ` [PATCH 5/8] ocfs2: don't eat io errors during _dio_end_io_write Darrick J. Wong
2016-12-02  0:55 ` [PATCH 6/8] ocfs2: always unlock when completing dio writes Darrick J. Wong
2016-12-02  0:55 ` [PATCH 7/8] ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features Darrick J. Wong
2016-12-02  0:55 ` [PATCH 8/8] ocfs2: charge quota for reflinked blocks Darrick J. Wong
2016-12-09  7:32 ` [PATCH v3 0/8] ocfs2: wire up {clone,copy,dedupe}_range Darrick J. Wong
2016-12-09  8:22   ` Christoph Hellwig
2016-12-10  1:52     ` Al Viro
2016-12-10  8:46       ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).