Linux-Fsdevel 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] isofs, udf, quota, ext2, reiserfs changes for 6.10-rc1
Date: Mon, 20 May 2024 13:34:28 +0200	[thread overview]
Message-ID: <20240520113428.ckwzn5kh75mmjxo3@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.10-rc1

to get:
  * convertion of isofs to the new mount API
  * cleanup of isofs Makefile
  * udf conversion to folios
  * some other small udf cleanups and fixes
  * ext2 cleanups
  * removal of reiserfs .writepage method
  * update reiserfs README file

Top of the tree is 1dd719a95979. The full shortlog is:

Andy Shevchenko (1):
      isofs: Use *-y instead of *-objs in Makefile

Chao Yu (1):
      quota: fix to propagate error of mark_dquot_dirty() to caller

Colin Ian King (1):
      udf: Remove second semicolon

Eric Sandeen (1):
      isofs: convert isofs to use the new mount API

Jan Kara (1):
      reiserfs: Trim some README bits

Justin Stitt (1):
      udf: replace deprecated strncpy/strcpy with strscpy

Kefeng Wang (1):
      fs: quota: use group allocation of per-cpu counters API

Matthew Wilcox (Oracle) (10):
      reiserfs: Convert to writepages
      udf: Convert udf_symlink_filler() to use a folio
      udf: Convert udf_write_begin() to use a folio
      udf: Convert udf_expand_file_adinicb() to use a folio
      udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()
      udf: Convert udf_symlink_getattr() to use a folio
      udf: Convert udf_page_mkwrite() to use a folio
      udf: Use a folio in udf_write_end()
      ext2: Remove call to folio_set_error()
      isofs: Remove calls to set/clear the error flag

Ritesh Harjani (IBM) (2):
      ext2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
      ext2: Remove LEGACY_DIRECT_IO dependency

Roman Smirnov (1):
      udf: udftime: prevent overflow in udf_disk_stamp_to_time()

The diffstat is

 fs/ext2/Kconfig     |   1 -
 fs/ext2/dir.c       |   1 -
 fs/ext2/file.c      |   8 +-
 fs/ext2/inode.c     |   2 -
 fs/isofs/Makefile   |   7 +-
 fs/isofs/compress.c |   4 -
 fs/isofs/inode.c    | 473 ++++++++++++++++++++++++++--------------------------
 fs/quota/dquot.c    |  33 ++--
 fs/reiserfs/README  |  16 +-
 fs/reiserfs/inode.c |  16 +-
 fs/udf/file.c       |  20 +--
 fs/udf/inode.c      |  65 ++++----
 fs/udf/super.c      |   8 +-
 fs/udf/symlink.c    |  34 ++--
 fs/udf/udftime.c    |  11 +-
 15 files changed, 346 insertions(+), 353 deletions(-)

							Thanks
								Honza

-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

             reply	other threads:[~2024-05-20 11:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-20 11:34 Jan Kara [this message]
2024-05-20 20:30 ` [GIT PULL] isofs, udf, quota, ext2, reiserfs changes for 6.10-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=20240520113428.ckwzn5kh75mmjxo3@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 read-only IMAP folder(s) and NNTP newsgroup(s).