Message ID | 163657847613.834781.7923681076643317435.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | netfs, 9p, afs, ceph: Support folios, at least partially | expand |
David Howells wrote on Wed, Nov 10, 2021 at 09:07:56PM +0000: > Here's a set of patches to convert netfs, 9p and afs to use folios and to > provide sufficient conversion for ceph that it can continue to use the > netfs library. Jeff Layton is working on fully converting ceph. > > This has been rebased on to the 9p merge in Linus's tree[5] so that it has > access to both the 9p conversion to fscache and folios. Ran basic tests on 9p with this; it'd probably deserve a bit more soak-in but at least doesn't seem to break anything obvious: (Re-)Tested-by: Dominique Martinet <asmadeus@codewreck.org>
On 11/10/2021 4:09 PM, David Howells (dhowells@redhat.com) wrote: > Convert the AFS directory handling code to use folios. > > With these changes, afs passes -g quick xfstests. > > Signed-off-by: David Howells <dhowells@redhat.com> > Tested-by: kafs-testing@auristor.com > cc: Matthew Wilcox (Oracle) <willy@infradead.org> > cc: Jeff Layton <jlayton@kernel.org> > cc: Marc Dionne <marc.dionne@auristor.com> > cc: linux-afs@lists.infradead.org > cc: linux-cachefs@redhat.com > Link: https://lore.kernel.org/r/162877312172.3085614.992850861791211206.stgit@warthog.procyon.org.uk/ > Link: https://lore.kernel.org/r/162981154845.1901565.2078707403143240098.stgit@warthog.procyon.org.uk/ > Link: https://lore.kernel.org/r/163005746215.2472992.8321380998443828308.stgit@warthog.procyon.org.uk/ # v2 > Link: https://lore.kernel.org/r/163584190457.4023316.10544419117563104940.stgit@warthog.procyon.org.uk/ # v3 > Link: https://lore.kernel.org/r/CAH2r5mtECQA6K_OGgU=_G8qLY3G-6-jo1odVyF9EK+O2-EWLFg@mail.gmail.com/ # v3 > Link: https://lore.kernel.org/r/163649330345.309189.11182522282723655658.stgit@warthog.procyon.org.uk/ # v4 Patch v5 Tested-by: kafs-testing@auristor.com