linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ext2, reiserfs, udf, and quota cleanups and fixes for 6.4-rc1
@ 2023-04-25 10:35 Jan Kara
  2023-04-26 17:06 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kara @ 2023-04-25 10:35 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel, linux-ext4

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fs_for_v6.4-rc1

To get a couple of small fixes and cleanups for ext2, udf, reiserfs, and
quota. The biggest change in this pull is making CONFIG_PRINT_QUOTA_WARNING
depend on BROKEN with an outlook for removing it completely in an year or
so.

Top of the tree is 36d532d713db. The full shortlog is:

Colin Ian King (1):
      ext2: remove redundant assignment to pointer end

Jan Kara (3):
      ext2: Correct maximum ext2 filesystem block size
      ext2: Check block size validity during mount
      quota: Use register_sysctl_init() for registering fs_dqstats_table

Luis Chamberlain (1):
      quota: simplify two-level sysctl registration for fs_dqstats_table

Matthew Wilcox (Oracle) (1):
      udf: Use folios in udf_adinicb_writepage()

Tom Rix (2):
      reiserfs: remove unused sched_count variable
      reiserfs: remove unused iter variable

Yangtao Li (5):
      udf: use wrapper i_blocksize() in udf_discard_prealloc()
      quota: fixup *_write_file_info() to return proper error code
      quota: make dquot_set_dqinfo return errors from ->write_info
      quota: update Kconfig comment
      quota: mark PRINT_QUOTA_WARNING as BROKEN

The diffstat is

 fs/ext2/ext2.h        |  3 ++-
 fs/ext2/super.c       |  7 +++++++
 fs/ext2/xattr.c       |  1 -
 fs/quota/Kconfig      |  4 ++--
 fs/quota/dquot.c      | 24 ++----------------------
 fs/quota/quota_v1.c   |  2 +-
 fs/quota/quota_v2.c   |  2 +-
 fs/reiserfs/journal.c |  2 --
 fs/reiserfs/stree.c   |  2 --
 fs/udf/inode.c        | 10 +++++-----
 fs/udf/truncate.c     |  4 ++--
 11 files changed, 22 insertions(+), 39 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:[~2023-04-26 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-25 10:35 [GIT PULL] ext2, reiserfs, udf, and quota cleanups and fixes for 6.4-rc1 Jan Kara
2023-04-26 17:06 ` 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 NNTP newsgroup(s).