All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xfs: clean up xfs_file_iomap_begin()
@ 2018-05-02  5:51 Dave Chinner
  2018-05-02  5:51 ` [PATCH 1/2] xfs: simplify xfs_file_iomap_begin() logic Dave Chinner
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Dave Chinner @ 2018-05-02  5:51 UTC (permalink / raw)
  To: linux-xfs

Hi folks,

These patches follow up on recent changes to the locking and
non-blocking behaviour of xfs_file_iomap_begin() to make it easier
to follow and understand. The code is a bit of a tangle right now,
and these two patches pull all of the locking and NOWAIT decisions
into a single function and out of all the mapping code.

There are no functional changes here, just a code re-org.

Cheers,

Dave.


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

end of thread, other threads:[~2018-05-07 14:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02  5:51 [PATCH 0/2] xfs: clean up xfs_file_iomap_begin() Dave Chinner
2018-05-02  5:51 ` [PATCH 1/2] xfs: simplify xfs_file_iomap_begin() logic Dave Chinner
2018-05-07 14:41   ` Christoph Hellwig
2018-05-02  5:51 ` [PATCH 2/2] xfs: clean up locking in xfs_file_iomap_begin Dave Chinner
2018-05-07 14:44   ` Christoph Hellwig
2018-05-02 12:31 ` [PATCH 0/2] xfs: clean up xfs_file_iomap_begin() Carlos Maiolino
2018-05-03 23:19 ` Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.