Re: [Cluster-devel] [PATCH 08/16] gfs2: use is_xxx_kiocb instead of filp-fl_flags

2015-04-07 Thread Steven Whitehouse
Hi, On 04/04/15 20:13, Dmitry Monakhov wrote: Cc: cluster-devel@redhat.com Signed-off-by: Dmitry Monakhov dmonak...@openvz.org Acked-by: Steven Whitehouse swhit...@redhat.com Steve. --- fs/gfs2/file.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Cluster-devel] gfs2-utils 3.1.8 released

2015-04-07 Thread Andrew Price
Hi, I am happy to announce the 3.1.8 release of gfs2-utils. This release includes the following visible changes: * Performance improvements in fsck.gfs2, mkfs.gfs2 and gfs2_edit savemeta. * Better checking of journals, the jindex, system inodes and inode 'goal' values in fsck.gfs2 *

[Cluster-devel] [GFS2] gfs2: fix quota refresh race in do_glock()

2015-04-07 Thread Abhi Das
quotad periodically syncs in-memory quotas to the ondisk quota file and sets the QDF_REFRESH flag so that a subsequent read of a synced quota is re-read from disk. gfs2_quota_lock() checks for this flag and sets a 'force' bit to force re-read from disk if requested. However, there is a race

Re: [Cluster-devel] [Linux-cluster] gfs2-utils 3.1.8 released

2015-04-07 Thread Digimer
Hi Andrew, Congrats!! Want to add the cluster labs mailing list to your list of release announcement locations? digimer On 07/04/15 01:03 PM, Andrew Price wrote: Hi, I am happy to announce the 3.1.8 release of gfs2-utils. This release includes the following visible changes: *

Re: [Cluster-devel] [Linux-cluster] gfs2-utils 3.1.8 released

2015-04-07 Thread Andrew Price
On 08/04/15 01:45, Digimer wrote: Hi Andrew, Congrats!! Want to add the cluster labs mailing list to your list of release announcement locations? digimer That's a great idea, I will. I haven't subscribed to the Cluster Labs list yet but I'm just about to :) Thanks, Andy On