From: David Howells <dhowells@redhat.com> To: "Matthew Wilcox (Oracle)" <willy@infradead.org> Cc: Marc Dionne <marc.dionne@auristor.com>, Jeff Layton <jlayton@kernel.org>, linux-afs@lists.infradead.org, Ilya Dryomov <idryomov@gmail.com>, Jeffrey Altman <jaltman@auristor.com>, linux-cachefs@redhat.com, ceph-devel@vger.kernel.org, Jeff Layton <jlayton@redhat.com>, dhowells@redhat.com, Jeff Layton <jlayton@kernel.org>, Ilya Dryomov <idryomov@gmail.com>, linux-fsdevel@vger.kernel.org, linux-cachefs@redhat.com, linux-afs@lists.infradead.org, linux-nfs@vger.kernel.org, linux-cifs@vger.kernel.org, ceph-devel@vger.kernel.org, v9fs-developer@lists.sourceforge.net, devel@lists.orangefs.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/6] netfs, afs, ceph: Support folios, at least partially Date: Tue, 24 Aug 2021 14:24:34 +0100 [thread overview] Message-ID: <162981147473.1901565.1455657509200944265.stgit@warthog.procyon.org.uk> (raw) Here's a set of patches to convert netfs 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 based on top of part of Matthew Wilcox's folio changes[1] David Link: https://git.infradead.org/users/willy/pagecache.git/shortlog/refs/heads/for-next [1] Link: https://lore.kernel.org/r/2408234.1628687271@warthog.procyon.org.uk/ # v0 --- David Howells (6): afs: Fix afs_launder_page() to set correct start file position folio: Add a function to change the private data attached to a folio folio: Add a function to get the host inode for a folio afs: Sort out symlink reading netfs, afs, ceph: Use folios afs: Use folios in directory handling fs/afs/dir.c | 229 +++++++++++-------------- fs/afs/dir_edit.c | 154 ++++++++--------- fs/afs/file.c | 82 +++++---- fs/afs/inode.c | 6 +- fs/afs/internal.h | 49 +++--- fs/afs/write.c | 333 ++++++++++++++++++------------------- fs/ceph/addr.c | 80 ++++----- fs/netfs/read_helper.c | 165 +++++++++--------- include/linux/netfs.h | 12 +- include/linux/pagemap.h | 33 ++++ include/trace/events/afs.h | 21 +-- mm/page-writeback.c | 2 +- 12 files changed, 584 insertions(+), 582 deletions(-)
next reply other threads:[~2021-08-24 13:24 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-08-24 13:24 David Howells [this message] 2021-08-24 13:24 ` [PATCH 1/6] afs: Fix afs_launder_page() to set correct start file position David Howells 2021-08-24 14:18 ` Christoph Hellwig 2021-08-24 14:18 ` Matthew Wilcox 2021-08-24 14:38 ` David Howells 2021-08-24 13:24 ` [PATCH 2/6] folio: Add a function to change the private data attached to a folio David Howells 2021-08-24 13:25 ` [PATCH 3/6] folio: Add a function to get the host inode for " David Howells 2021-08-24 14:03 ` Matthew Wilcox 2021-08-24 14:11 ` David Howells 2021-08-24 13:25 ` [PATCH 4/6] afs: Sort out symlink reading David Howells 2021-08-24 13:25 ` [PATCH 5/6] netfs, afs, ceph: Use folios David Howells 2021-08-24 13:25 ` [PATCH 6/6] afs: Use folios in directory handling David Howells
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=162981147473.1901565.1455657509200944265.stgit@warthog.procyon.org.uk \ --to=dhowells@redhat.com \ --cc=ceph-devel@vger.kernel.org \ --cc=devel@lists.orangefs.org \ --cc=idryomov@gmail.com \ --cc=jaltman@auristor.com \ --cc=jlayton@kernel.org \ --cc=jlayton@redhat.com \ --cc=linux-afs@lists.infradead.org \ --cc=linux-cachefs@redhat.com \ --cc=linux-cifs@vger.kernel.org \ --cc=linux-fsdevel@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-mm@kvack.org \ --cc=linux-nfs@vger.kernel.org \ --cc=marc.dionne@auristor.com \ --cc=v9fs-developer@lists.sourceforge.net \ --cc=willy@infradead.org \ --subject='Re: [PATCH 0/6] netfs, afs, ceph: Support folios, at least partially' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).