Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fs_for_v6.7-rc1 The pull contains: * conversion of ext2 directory code to use folios * cleanups in UDF declarations * bugfix for quota interaction with file encryption Top of the tree is 82dd620653b3. The full shortlog is: Eric Biggers (1): quota: explicitly forbid quota files from being encrypted Jan Kara (1): udf: Avoid unneeded variable length array in struct fileIdentDesc Kees Cook (1): udf: Annotate struct udf_bitmap with __counted_by Matthew Wilcox (Oracle) (10): highmem: Add folio_release_kmap() ext2: Convert ext2_check_page to ext2_check_folio ext2: Add ext2_get_folio() ext2: Convert ext2_readdir to use a folio ext2: Convert ext2_add_link() to use a folio ext2: Convert ext2_empty_dir() to use a folio ext2: Convert ext2_delete_entry() to use folios ext2: Convert ext2_unlink() and ext2_rename() to use folios ext2: Convert ext2_make_empty() to use a folio ext2: Convert ext2_prepare_chunk and ext2_commit_chunk to folios The diffstat is fs/ext2/dir.c | 214 ++++++++++++++++++++++++------------------------ fs/ext2/ext2.h | 23 ++---- fs/ext2/namei.c | 32 ++++---- fs/quota/dquot.c | 14 ++++ fs/udf/ecma_167.h | 2 +- fs/udf/udf_sb.h | 2 +- include/linux/highmem.h | 18 +++- 7 files changed, 164 insertions(+), 141 deletions(-) Thanks Honza -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR