From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Mon, 4 Jun 2018 11:39:33 -0400 (EDT) Subject: [Cluster-devel] [PATCH 0/5] gfs2: Various minor cleanups In-Reply-To: <20180602095045.31469-1-agruenba@redhat.com> References: <20180602095045.31469-1-agruenba@redhat.com> Message-ID: <734839428.39830516.1528126773243.JavaMail.zimbra@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----- Original Message ----- > I've been carrying these five patches as part of the iomap-write patch > queue, but they should be good for gfs2's for-next branch by now. > Please apply. > > Thanks, > Andreas > > Andreas Gruenbacher (5): > gfs2: Update find_metapath comment > gfs2: hole_size improvement > gfs2: gfs2_stuffed_write_end cleanup > gfs2: Remove ordered write mode handling from gfs2_trans_add_data > gfs2: Iomap cleanups and improvements > > fs/gfs2/aops.c | 56 +++---- > fs/gfs2/bmap.c | 416 +++++++++++++++++++++++++++++++----------------- > fs/gfs2/bmap.h | 6 +- > fs/gfs2/file.c | 6 +- > fs/gfs2/inode.c | 4 - > fs/gfs2/log.h | 7 +- > fs/gfs2/quota.c | 5 +- > fs/gfs2/trans.c | 27 +--- > 8 files changed, 321 insertions(+), 206 deletions(-) > > -- > 2.17.0 > > Hi, Thanks. This patch set is now pushed to the for-next branch of the linux-gfs2 tree. Regards, Bob Peterson Red Hat File Systems