Re: [RFC][PATCH] netfs, afs, ceph: Use folios

From: David Howells
Date: Fri Aug 13 2021 - 04:17:41 EST


Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:

> It actually needs to go away. There's not real good use for that level
> of API. netfs should just open code the releavant parts of
> generic_perform_write, similar to iomap.

I'm working on doing that in netfs lib, with the intent of sharing it between
at least afs, ceph, cifs and 9p. It reduces the cost of accessing fscache
for large writes that span multiple pages.

David