On Thursday 18 December 2008, Andrew Morton wrote: > On Thu, 18 Dec 2008 09:24:20 -0500 > > Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote: > > On Thu, Dec 18, 2008 at 10:44:18PM +1100, Stephen Rothwell wrote: > > > Added from today. > > > > > > Usual spiel: all patches in that branch must have been > > > posted to a relevant mailing list > > > reviewed > > > unit tested > > > destined for the next merge window (or the current release) > > > *before* they are included. > > > > I don't think we want fscache for .29 yet. I'd rather let the > > credential code settle for one release, and have more time for actually > > reviewing it properly and have it 100% ready for .30. > > I don't believe that it has yet been convincingly demonstrated that we > want to merge it at all. > > It's a huuuuuuuuge lump of new code, so it really needs to provide > decent value. Can we revisit this? Yet again? What do we get from > all this? > I really don't understand why fs-cache is always rejected. Actually it is the perfect solution for NFS booted systems - you have a big cluster of nodes and in order to minimize administration overhead the nodes are booted over NFS from one common chroot. With unionfs (preferred solution here is unionfs-fuse) one then maintains files required to be differently by different clients. Caching files on the local disk minimized the network access and boosts the performance, so at least for this usage example fs-cache would be great. (Actually I have been thinking about to implement a caching branch into unionfs-fuse, but if the kernel can do it on its own, it is also fine.) In the past David already posted many benchmarks and just a few weeks ago again: http://lkml.indiana.edu/hypermail/linux/kernel/0811.3/00584.html Cheers, Bernd -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html