Re: [Cluster-devel] [PATCH 4/6] gfs2: Make statistics unsigned, suitable for use with do_div()

2015-09-03 Thread Andreas Gruenbacher
Signed-off-by: Andreas Gruenbacher

Re: [Cluster-devel] [PATCH 3/6] GFS2: Use resizable hash table for glocks

2015-09-03 Thread Andreas Gruenbacher
Signed-off-by: Andreas Gruenbacher

Re: [Cluster-devel] [PATCH 2/6] GFS2: Move glock superblock pointer to field gl_name

2015-09-03 Thread Andreas Gruenbacher
Signed-off-by: Andreas Gruenbacher

Re: [Cluster-devel] [PATCH 0/6] GFS2: Pre-pull patch posting (merge window)

2015-09-03 Thread Andreas Gruenbacher
Bob, 2015-09-02 22:02 GMT+02:00 Bob Peterson : > Here is a list of patches we've accumulated for GFS2 for the current upstream > merge window. There are only six patches this time: a couple of code > cleanups from Andreas, a change from signed to unsigned for glock

[Cluster-devel] fence-agents 4.0.21 release

2015-09-03 Thread Marek "marx" Grac
Welcome to the fence-agents 4.0.21 release This release includes several bugfixes: * Documentation of new actions in manual pages is improved * Tests were improved and Travis CI is now used for every push * fence_virsh has new option --missing-as-off to support older XEN hosts * fence_ilo(2)

[Cluster-devel] [PATCH] gfs2_edit savemeta: speed up is_block_in_per_node()

2015-09-03 Thread Andrew Price
Previously is_block_in_per_node() called lgfs2_inode_read() and do_dinode_extended() for each block and savemeta was spending the vast majority of its time in this function according to perf. This patch speeds up the lookups by keeping a tree of per_node block addresses which can be quickly