All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/5] gfs2 iomap write support
@ 2018-06-15 12:19 ` Andreas Gruenbacher
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Gruenbacher @ 2018-06-15 12:19 UTC (permalink / raw)
  To: cluster-devel, Christoph Hellwig; +Cc: linux-fsdevel, Andreas Gruenbacher

Here's another update of my gfs2 iomap write patches on top of:

  git://git.infradead.org/users/hch/xfs.git gfs2-iomap


Changes since v8:

 * Rebase on top of Christoph's branch.

 * New patch to add private pointer to struct iomap. 


Changes since v7:

 * Drop patch that allows to unconditionally mark the inode dirty in
   __generic_write_end and mark the inode dirty in
   iomap_write_inline_data instead.

 * Call the page_write_end hook even for IOMAP_INLINE mappings.

 * Drop patch "iomap: Put struct iomap_ops into struct iomap".


Significant changes since v6:

 * Switch to Christoph's patch for splitting out __generic_write_end and 
   put the inode-dirtying change in a separate commit.

 * Switch froma mandatory write_end operation to an optional
   page_write_end hook.

 * Add a patch to pass struct iomap_ops in struct iomap at the end for
   demonstration purposes.


Significant changes since v5:

 * Initial gfs2 specific cleanups split off and posted separately.

 * New patch for generic iomap inline data handling.

 * Iomap write_begin operation removed.


These patches can be found here:

  https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git/log/?h=iomap-write


Thanks,
Andreas

Andreas Gruenbacher (5):
  iomap: add private pointer to struct iomap
  gfs2: iomap buffered write support
  gfs2: gfs2_extent_length cleanup
  gfs2: iomap direct I/O support
  gfs2: Remove gfs2_write_{begin,end}

 fs/gfs2/aops.c        | 331 ++-------------------------------------
 fs/gfs2/aops.h        |  22 +++
 fs/gfs2/bmap.c        | 352 ++++++++++++++++++++++++++++++++++++------
 fs/gfs2/file.c        | 168 ++++++++++++++++++--
 include/linux/iomap.h |   1 +
 5 files changed, 500 insertions(+), 374 deletions(-)
 create mode 100644 fs/gfs2/aops.h

-- 
2.17.1

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

end of thread, other threads:[~2018-06-20 16:00 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-15 12:19 [PATCH v9 0/5] gfs2 iomap write support Andreas Gruenbacher
2018-06-15 12:19 ` [Cluster-devel] " Andreas Gruenbacher
2018-06-15 12:19 ` [PATCH v9 1/5] iomap: add private pointer to struct iomap Andreas Gruenbacher
2018-06-15 12:19   ` [Cluster-devel] " Andreas Gruenbacher
2018-06-18 15:25   ` Andreas Gruenbacher
2018-06-18 15:25     ` [Cluster-devel] " Andreas Gruenbacher
2018-06-19  6:29   ` Christoph Hellwig
2018-06-19  6:29     ` [Cluster-devel] " Christoph Hellwig
2018-06-15 12:19 ` [PATCH v9 2/5] gfs2: iomap buffered write support Andreas Gruenbacher
2018-06-15 12:19   ` [Cluster-devel] " Andreas Gruenbacher
2018-06-19  6:36   ` Christoph Hellwig
2018-06-19  6:36     ` [Cluster-devel] " Christoph Hellwig
2018-06-15 12:19 ` [PATCH v9 3/5] gfs2: gfs2_extent_length cleanup Andreas Gruenbacher
2018-06-15 12:19   ` [Cluster-devel] " Andreas Gruenbacher
2018-06-15 12:19 ` [PATCH v9 4/5] gfs2: iomap direct I/O support Andreas Gruenbacher
2018-06-15 12:19   ` [Cluster-devel] " Andreas Gruenbacher
2018-06-19  6:42   ` Christoph Hellwig
2018-06-19  6:42     ` [Cluster-devel] " Christoph Hellwig
2018-06-20 16:00     ` Andreas Gruenbacher
2018-06-20 16:00       ` [Cluster-devel] " Andreas Gruenbacher
2018-06-15 12:19 ` [PATCH v9 5/5] gfs2: Remove gfs2_write_{begin,end} Andreas Gruenbacher
2018-06-15 12:19   ` [Cluster-devel] [PATCH v9 5/5] gfs2: Remove gfs2_write_{begin, end} Andreas Gruenbacher

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.