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, linux-ext4@vger.kernel.org
Subject: [GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
Date: Wed, 30 Aug 2023 12:24:34 +0200	[thread overview]
Message-ID: <20230830102434.xnlh66omhs6ninet@quack3> (raw)

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_v6.6-rc1

to get:
* fixes for possible use-after-free issues with quota when racing with
  chown
* fixes for ext2 crashing when xattr allocation races with another
  block allocation to the same file from page writeback code
* fix for block number overflow in ext2
* marking of reiserfs as obsolete in MAINTAINERS
* assorted minor cleanups

Top of the tree is df1ae36a4a0e. The full shortlog is:

Baokun Li (5):
      quota: factor out dquot_write_dquot()
      quota: rename dquot_active() to inode_quota_active()
      quota: add new helper dquot_active()
      quota: fix dqput() to follow the guarantees dquot_srcu should provide
      quota: simplify drop_dquot_ref()

Christoph Hellwig (1):
      quota: use lockdep_assert_held_write in dquot_load_quota_sb

Colin Ian King (1):
      ext2: remove redundant assignment to variable desc and variable best_desc

Georg Ottinger (2):
      ext2: fix datatype of block number in ext2_xattr_set2()
      ext2: improve consistency of ext2_fsblk_t datatype usage

Gustavo A. R. Silva (1):
      udf: Fix -Wstringop-overflow warnings

Jan Kara (1):
      udf: Drop pointless aops assignment

Matthew Wilcox (Oracle) (1):
      ext2: Fix kernel-doc warnings

Piotr Siminski (1):
      MAINTAINERS: change reiserfs status to obsolete

Ye Bin (4):
      ext2: remove ext2_new_block()
      ext2: introduce new flags argument for ext2_new_blocks()
      ext2: fix race between setxattr and write back
      ext2: dump current reservation window info

The diffstat is

 MAINTAINERS        |   2 +-
 fs/ext2/balloc.c   | 136 ++++++++++++++---------------
 fs/ext2/ext2.h     |  14 +--
 fs/ext2/ialloc.c   |   3 -
 fs/ext2/inode.c    |  24 +++---
 fs/ext2/xattr.c    |   7 +-
 fs/quota/dquot.c   | 249 +++++++++++++++++++++++++++--------------------------
 fs/udf/directory.c |   2 +-
 fs/udf/inode.c     |   2 -
 9 files changed, 220 insertions(+), 219 deletions(-)

							Thanks
								Honza

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

             reply	other threads:[~2023-08-30 18:45 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30 10:24 Jan Kara [this message]
2023-08-30 19:50 ` [GIT PULL] ext2, quota, and udf fixes for 6.6-rc1 pr-tracker-bot
2023-10-17 10:27 ` Andy Shevchenko
2023-10-17 10:29   ` Andy Shevchenko
2023-10-17 10:32     ` Andy Shevchenko
2023-10-17 11:36       ` Jan Kara
2023-10-17 11:49         ` Andy Shevchenko
2023-10-17 11:46       ` Andy Shevchenko
2023-10-17 13:32         ` Jan Kara
2023-10-17 13:42           ` Andy Shevchenko
2023-10-17 14:50             ` Andy Shevchenko
2023-10-17 15:14               ` Andy Shevchenko
2023-10-17 15:34                 ` Andy Shevchenko
2023-10-17 16:02                   ` Andy Shevchenko
2023-10-18 18:46                     ` Jan Kara
2023-10-19  8:46                       ` Andy Shevchenko
2023-10-19 10:18                         ` Jan Kara
2023-10-19 12:01                           ` Andy Shevchenko
2023-10-19 14:12                             ` Andy Shevchenko
2023-10-19 14:49                               ` Andy Shevchenko
2023-10-19 14:44                             ` Andy Shevchenko
2023-10-19 16:42                               ` Josh Poimboeuf
2023-10-19 17:05                                 ` Andy Shevchenko
2023-10-19 17:26                                   ` Linus Torvalds
2023-10-19 17:51                                     ` Linus Torvalds
2023-10-19 18:10                                       ` Andy Shevchenko
2023-10-19 18:16                                         ` Andy Shevchenko
2023-10-19 18:43                                           ` Linus Torvalds
2023-10-20 14:51                                             ` Andy Shevchenko
2023-10-20 15:06                                               ` Andy Shevchenko
2023-10-20 15:12                                                 ` Andy Shevchenko
2023-10-20 17:26                                                   ` Linus Torvalds
2023-10-20 18:09                                                     ` Jan Kara
2023-10-21  1:48                                                 ` Baokun Li
2023-10-23 12:19                                                   ` Andy Shevchenko
2023-10-23 13:40                                                     ` Baokun Li
2023-10-20 17:23                                               ` Linus Torvalds
2023-10-20 18:29                                                 ` Andy Shevchenko
2023-10-20 18:31                                                   ` Andy Shevchenko
2023-10-20 19:43                                                   ` Linus Torvalds
2023-10-20 20:36                                                     ` andy.shevchenko
2023-10-21 23:36                                                       ` Kees Cook
2023-10-23 11:45                                                         ` Andy Shevchenko
2023-10-23 12:15                                                           ` Jan Kara
2023-10-23 16:08                                                             ` Kees Cook
2023-10-20 18:05                                               ` Jan Kara
2023-10-20 20:29                                                 ` andy.shevchenko
2023-10-20 11:07                                       ` Jan Kara
2025-01-28 13:24         ` Andy Shevchenko
2023-10-22 13:46   ` Linux regression tracking #adding (Thorsten Leemhuis)
2023-11-22  8:15     ` Linux regression tracking #update (Thorsten Leemhuis)
2023-11-24 16:47       ` Andy Shevchenko
2025-01-28 13:26         ` Andy Shevchenko

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=20230830102434.xnlh66omhs6ninet@quack3 \
    --to=jack@suse.cz \
    --cc=linux-ext4@vger.kernel.org \
    --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).