]> git.baikalelectronics.ru Git - kernel.git/commit
[GFS2] Faster gfs2_bitfit algorithm
authorBob Peterson <rpeterso@redhat.com>
Mon, 10 Mar 2008 23:17:47 +0000 (18:17 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 31 Mar 2008 09:41:39 +0000 (10:41 +0100)
commit559b11c1e948516b0d165060891f09d7d1eb1502
tree355f6084118d4ee9a986e07e5154eaa0e25b834a
parentb4d9add987bb45d16af536a948277ea22185d300
[GFS2] Faster gfs2_bitfit algorithm

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 right
conditions, I've seen peaks of 20 times faster.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/rgrp.c