On Thu, Jul 13, 2023 at 10:26:48AM -0700, Andrew Morton wrote: > > The patch titled > Subject: affs: convert data read and write to use folios > has been added to the -mm mm-unstable branch. Its filename is > affs-convert-data-read-and-write-to-use-folios.patch > > This patch will shortly appear at > https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/affs-convert-data-read-and-write-to-use-folios.patch > > This patch will later appear in the mm-unstable branch at > git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > > Before you just go and hit "reply", please: > a) Consider who else should be cc'ed > b) Prefer to cc a suitable mailing list as well > c) Ideally: find the original patch on the mailing list and do a > reply-to-all to that, adding suitable additional cc's > > *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** > > The -mm tree is included into linux-next via the mm-everything > branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > and is updated there every 2-3 working days > > ------------------------------------------------------ > From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> > Subject: affs: convert data read and write to use folios > Date: Thu, 13 Jul 2023 04:55:08 +0100 > > We still need to convert to/from folios in write_begin & write_end to fit > the API, but this removes a lot of calls to old page-based functions, > removing many hidden calls to compound_head(). > > Link: https://lkml.kernel.org/r/20230713035512.4139457-4-willy@xxxxxxxxxxxxx > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > Reviewed-by: Pankaj Raghav <p.raghav@xxxxxxxxxxx> > Cc: David Sterba <dsterba@xxxxxxxx> > Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx> > Cc: Christian Brauner <brauner@xxxxxxxxxx> > Cc: Jan Kara <jack@xxxxxxxx> > Cc: Konstantin Komarov <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx> > Cc: Nathan Chancellor <nathan@xxxxxxxxxx> > Cc: Nick Desaulniers <ndesaulniers@xxxxxxxxxx> > Cc: "Theodore Ts'o" <tytso@xxxxxxx> > Cc: Tom Rix <trix@xxxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Acked-by: David Sterba <dsterba@xxxxxxxx>