[Cluster-devel] GFS2: Patches pulled, linux-gfs2.git for-next rebased (again)

2018-02-05 Thread Bob Peterson
Hi, Linus has pulled our second set of patches from the for-next branch of the linux-gfs2.git tree, so I rebased the tree from Linus's master again. So the current tree is back to having no unmerged GFS2 patches. Regards, Bob Peterson Red Hat File Systems

[Cluster-devel] [PATCH] gfs2: Fixes to "Implement iomap for block_map"

2018-02-05 Thread Andreas Gruenbacher
It turns out that commit 3974320ca6 "Implement iomap for block_map" introduced a few bugs that trigger occasional failures with xfstest generic/476: In gfs2_iomap_begin, we jump to do_alloc when we determine that we are beyond the end of the allocated metadata (height > ip->i_height). There, we