linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org
Subject: [GIT PULL] ext2, udf, and quota changes for 6.7-rc1
Date: Wed, 1 Nov 2023 11:36:18 +0100	[thread overview]
Message-ID: <20231101103618.blacru23bck2xfe7@quack3> (raw)

  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@suse.com>
SUSE Labs, CR

             reply	other threads:[~2023-11-01 10:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-01 10:36 Jan Kara [this message]
2023-11-02 18:37 ` [GIT PULL] ext2, udf, and quota changes for 6.7-rc1 pr-tracker-bot

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=20231101103618.blacru23bck2xfe7@quack3 \
    --to=jack@suse.cz \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).