From: Linus Torvalds Date: Sat, 13 Nov 2021 19:15:15 +0000 (-0800) Subject: Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v6.1-rc5~2634 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f7ddea6225b9b001966bc9665924f1f8b9ac535;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'netfs-folio-20211111' of git://git./linux/kernel/git/dhowells/linux-fs Pull netfs, 9p, afs and ceph (partial) foliation from David Howells: "This converts netfslib, 9p and afs to use folios. It also partially converts ceph so that it uses folios on the boundaries with netfslib. To help with this, a couple of folio helper functions are added in the first two patches. These patches don't touch fscache and cachefiles as I intend to remove all the code that deals with pages directly from there. Only nfs and cifs are using the old fscache I/O API now. The new API uses iov_iter instead. Thanks to Jeff Layton, Dominique Martinet and AuriStor for testing and retesting the patches" * tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: afs: Use folios in directory handling netfs, 9p, afs, ceph: Use folios folio: Add a function to get the host inode for a folio folio: Add a function to change the private data attached to a folio --- 0f7ddea6225b9b001966bc9665924f1f8b9ac535