|
|
Log in / Subscribe / Register

Kernel prepatch 2.6.30-rc1

Kernel prepatch 2.6.30-rc1

Posted Apr 8, 2009 14:47 UTC (Wed) by walovaton (guest, #57287)
Parent article: Kernel prepatch 2.6.30-rc1

fscache/cachefiles?? this look really interesting. Any idea if CIFS is planning to use this facility? it would be very useful for me.


to post comments

Kernel prepatch 2.6.30-rc1

Posted Apr 8, 2009 16:18 UTC (Wed) by ESRI (guest, #52806) [Link]

My impression is that it could support CIFS as well -- at least it used to be able to in the RHEL kernels before this bit of code was removed while awaiting upstream merger (correct me if I'm wrong).

cachefs deja vu?

Posted Apr 8, 2009 17:08 UTC (Wed) by kirkengaard (guest, #15022) [Link] (1 responses)

If memory serves, we did this once before, though it was a while ago, and for the same "general purpose" network FS caching idea. What's the difference between this go 'round and Howells' previous implementation?

(reference http://lwn.net/Articles/99597/ and http://lwn.net/Articles/100321/)

cachefs deja vu?

Posted Apr 10, 2009 18:28 UTC (Fri) by nix (subscriber, #2304) [Link]

Among other things, its handling of things like SELinux is greatly improved (hence all that credentials work a few months back), the 'cachefs' caching filesystem is joined by 'cachefiles', which keeps the cache on a local FS; and it's now general enough to cope with complicated horrors like AFS.

As far as I can tell it works flawlessly and with almost zero setup required. It's particularly effective for boots-from-NFS systems, where NFS's near-total lack of caching otherwise seriously impacts their speed: with fs-cache in the way, after a while the cache is mostly populated and the system hardly needs to hit the network at all.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds