Re: [Cluster-devel] [GFS2] Faster gfs2_bitfit algorithm

2008-03-11 Thread Steven Whitehouse
Hi, Thats a worthwhile improvement. Now in the -nmw git tree. Thanks, Steve. On Mon, 2008-03-10 at 18:17 -0500, Bob Peterson wrote: > Hi, > > This version of the gfs2_bitfit algorithm includes the latest > suggestions from Steve Whitehouse. It is typically eight to > ten times faster than the

[Cluster-devel] [GFS2] Faster gfs2_bitfit algorithm

2008-03-10 Thread Bob Peterson
Hi, This version of the gfs2_bitfit algorithm includes the latest suggestions from Steve Whitehouse. It is typically eight to ten times faster than the version we're using today. If there is a lot of metadata mixed in (lots of small files) the algorithm is often 15 times faster, and given the ri

Re: [Cluster-devel] [GFS2] Faster gfs2_bitfit algorithm

2008-03-10 Thread Steven Whitehouse
Hi, On Fri, 2008-03-07 at 23:12 -0600, Bob Peterson wrote: > Hi, > > This version of the gfs2_bitfit algorithm is up to four > times faster than its predecessor. > > Regards, > > Bob Peterson > > Signed-off-by: Bob Peterson <[EMAIL PROTECTED]> > -- > fs/gfs2/rgrp.c | 79

[Cluster-devel] [GFS2] Faster gfs2_bitfit algorithm

2008-03-07 Thread Bob Peterson
Hi, This version of the gfs2_bitfit algorithm is up to four times faster than its predecessor. Regards, Bob Peterson Signed-off-by: Bob Peterson <[EMAIL PROTECTED]> -- fs/gfs2/rgrp.c | 79 +-- 1 files changed, 47 insertions(+), 32 deletions