From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Gruenbacher Date: Tue, 30 Apr 2019 00:09:29 +0200 Subject: [Cluster-devel] [PATCH v7 0/5] iomap and gfs2 fixes Message-ID: <20190429220934.10415-1-agruenba@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Here's another update of this patch queue, hopefully with all wrinkles ironed out now. Darrick, I think Linus would be unhappy seeing the first four patches in the gfs2 tree; could you put them into the xfs tree instead like we did some time ago already? Thanks, Andreas Andreas Gruenbacher (4): fs: Turn __generic_write_end into a void function iomap: Fix use-after-free error in page_done callback iomap: Add a page_prepare callback gfs2: Fix iomap write page reclaim deadlock Christoph Hellwig (1): iomap: Clean up __generic_write_end calling fs/buffer.c | 8 ++-- fs/gfs2/aops.c | 14 ++++-- fs/gfs2/bmap.c | 101 ++++++++++++++++++++++++------------------ fs/internal.h | 2 +- fs/iomap.c | 55 ++++++++++++++--------- include/linux/iomap.h | 22 ++++++--- 6 files changed, 124 insertions(+), 78 deletions(-) -- 2.20.1