Re: [RFC][PATCH 00/25] Network fs helper library & fscache kiocb API

From: David Howells
Date: Fri Jan 22 2021 - 11:10:29 EST


J. Bruce Fields <bfields@xxxxxxxxxxxx> wrote:

> > J. Bruce Fields <bfields@xxxxxxxxxxxx> wrote:
> > > So, I'm still confused: there must be some case where we know fscache
> > > actually works reliably and doesn't corrupt your data, right?
> >
> > Using ext2/3, for example. I don't know under what circumstances xfs, ext4
> > and btrfs might insert/remove blocks of zeros, but I'm told it can happen.
>
> Do ext2/3 work well for fscache in other ways?

Ext3 shouldn't be a problem. That's what I used when developing it. I'm not
sure if ext2 supports xattrs, though.

David