Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] isofs, udf, quota, ext2, reiserfs changes for 6.10-rc1
@ 2024-05-20 11:34 Jan Kara
  2024-05-20 20:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kara @ 2024-05-20 11:34 UTC (permalink / raw
  To: Linus Torvalds; +Cc: linux-fsdevel

  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-20 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-20 11:34 [GIT PULL] isofs, udf, quota, ext2, reiserfs changes for 6.10-rc1 Jan Kara
2024-05-20 20:30 ` pr-tracker-bot

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).