This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/fs/ocfs2
Mark Fasheh 8341897882 ocfs2: Cache extent records
The extent map code was ripped out earlier because of an inability to deal
with holes. This patch adds back a simpler caching scheme requiring far less
code.

Our old extent map caching was designed back when meta data block caching in
Ocfs2 didn't work very well, resulting in many disk reads. These days our
metadata caching is much better, resulting in no un-necessary disk reads. As
a result, extent caching doesn't have to be as fancy, nor does it have to
cache as many extents. Keeping the last 3 extents seen should be sufficient
to give us a small performance boost on some streaming workloads.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2007-04-26 15:10:40 -07:00
..
2007-04-26 14:39:48 -07:00
2007-04-26 13:38:55 -07:00
2007-04-26 15:10:40 -07:00
2007-04-26 15:10:40 -07:00
2007-04-26 14:39:48 -07:00
2007-01-21 16:19:12 -08:00
2007-04-26 15:10:40 -07:00
2007-04-26 15:10:40 -07:00
2007-04-26 15:10:40 -07:00
2007-04-26 15:10:40 -07:00
2007-04-26 14:39:48 -07:00
2007-04-26 15:10:40 -07:00
2006-12-07 08:39:25 -08:00
2007-04-26 14:40:16 -07:00
2007-04-26 14:40:16 -07:00