ocfs2: allocation hints
authorMark Fasheh <mark.fasheh@oracle.com>
Mon, 5 Jun 2006 20:41:00 +0000 (16:41 -0400)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 7 Aug 2006 18:07:01 +0000 (11:07 -0700)
Record the most recently used allocation group on the allocation context, so
that subsequent allocations can attempt to optimize for contiguousness.
Local alloc especially should benefit from this as the current chain search
tends to let it spew across the disk.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>

No differences found