[PATCH 4/4] reiserfs: on-demand bitmap loading

2006-01-17 Thread Jeff Mahoney
This is the patch the three previous ones have been leading up to. It changes the behavior of ReiserFS from loading and caching all the bitmaps as special, to treating the bitmaps like any other bit of metadata and just letting the system-wide caches figure out what to hang on to. Buffer

Re: [PATCH 4/4] reiserfs: on-demand bitmap loading

2006-01-17 Thread Hans Reiser
Are you saying that you allow bitmaps to be unloaded? If yes, how about making that a separate option, and not the default? Hans Jeff Mahoney wrote: This is the patch the three previous ones have been leading up to. It changes the behavior of ReiserFS from loading and caching all the

Re: [PATCH 4/4] reiserfs: on-demand bitmap loading

2006-01-17 Thread Jeff Mahoney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hans Reiser wrote: Are you saying that you allow bitmaps to be unloaded? If yes, how about making that a separate option, and not the default? They're released, yes. Whether or not they're unloaded is up to the rest of the system, vm pressure, etc

Re: [PATCH 4/4] reiserfs: on-demand bitmap loading

2006-01-17 Thread Hans Reiser
Jeff Mahoney wrote: Hans Reiser wrote: Are you saying that you allow bitmaps to be unloaded? If yes, how about making that a separate option, and not the default? They're released, yes. Whether or not they're unloaded is up to the rest of the system, vm pressure, etc to determine. This