public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] xfs: reflink fixes
@ 2017-12-11  2:16 Darrick J. Wong
  2017-12-11  2:16 ` [PATCH 1/6] xfs: account for null transactions in bunmapi Darrick J. Wong
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Darrick J. Wong @ 2017-12-11  2:16 UTC (permalink / raw)
  To: linux-xfs; +Cc: darrick.wong

Hi all,

Here's a rollup of some reflink fixes that I've accumulated over the
past couple of weeks.  I added CLONERANGE support to fsstress and wrote
a fstest to run a long write-mostly fsstress, which very rapidly found
problems.

The first patch fixes a trivial null pointer problem; the second fixes
an ftrace stale data reporting problem; the third fixes a problem where
we ought to clear post-eof preallocations prior to allowing a reflink at
a higher offset than i_size; the fourth relaxes a locking assert
condition that is actually possible; the fifth fixes an infinite loop
when cancelling cow rservations; and the sixth one allows cow remap
operations to use the transaction block reserve to avoid enospc'ing
after a successful cow.

These patches apply directly to the end of 'xfs: logging fixes'.

--D

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

end of thread, other threads:[~2017-12-14 16:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-11  2:16 [PATCH 0/6] xfs: reflink fixes Darrick J. Wong
2017-12-11  2:16 ` [PATCH 1/6] xfs: account for null transactions in bunmapi Darrick J. Wong
2017-12-14 16:37   ` Christoph Hellwig
2017-12-11  2:16 ` [PATCH 2/6] xfs: move xfs_iext_insert tracepoint to report useful information Darrick J. Wong
2017-12-14 16:37   ` Christoph Hellwig
2017-12-11  2:16 ` [PATCH 3/6] xfs: remove dest file's post-eof preallocations before reflinking Darrick J. Wong
2017-12-14 16:37   ` Christoph Hellwig
2017-12-11  2:16 ` [PATCH 4/6] xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mapping Darrick J. Wong
2017-12-14 16:38   ` Christoph Hellwig
2017-12-11  2:16 ` [PATCH 5/6] xfs: avoid infinite loop when cancelling CoW blocks after writeback failure Darrick J. Wong
2017-12-14 16:40   ` Christoph Hellwig
2017-12-11  2:16 ` [PATCH 6/6] xfs: allow CoW remap transactions to use reserve blocks Darrick J. Wong
2017-12-14 16:40   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox