From: "Theodore Ts'o" <tytso@mit.edu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] ext4 fixes for v5.12
Date: Sun, 21 Mar 2021 14:31:17 -0400 [thread overview]
Message-ID: <YFeQ9eBFn5JELyYo@mit.edu> (raw)
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable
for you to fetch changes up to 64395d950bc476106b39341e42ebfd4d2eb71d2c:
ext4: initialize ret to suppress smatch warning (2021-03-21 00:45:37 -0400)
----------------------------------------------------------------
Miscellaneous ext4 bug fixes for v5.12.
----------------------------------------------------------------
Eric Biggers (1):
ext4: fix error handling in ext4_end_enable_verity()
Eric Whitney (1):
ext4: shrink race window in ext4_should_retry_alloc()
Harshad Shirwadkar (1):
ext4: fix rename whiteout with fast commit
Jan Kara (2):
ext4: add reclaim checks to xattr code
ext4: fix timer use-after-free on failed mount
Pan Bian (1):
ext4: stop inode update before return
Sabyrzhan Tasbolatov (1):
fs/ext4: fix integer overflow in s_log_groups_per_flex
Shijie Luo (1):
ext4: fix potential error in ext4_do_update_inode
Theodore Ts'o (1):
ext4: initialize ret to suppress smatch warning
Zhaolong Zhang (1):
ext4: fix bh ref count on error paths
zhangyi (F) (3):
ext4: find old entry again if failed to rename whiteout
ext4: do not iput inode under running transaction in ext4_rename()
ext4: do not try to set xattr into ea_inode if value is empty
fs/ext4/balloc.c | 38 +++++++++++++++++--------
fs/ext4/ext4.h | 3 ++
fs/ext4/extents.c | 2 +-
fs/ext4/fast_commit.c | 9 ++++--
fs/ext4/inode.c | 18 ++++++------
fs/ext4/mballoc.c | 11 ++++++--
fs/ext4/namei.c | 50 +++++++++++++++++++++++++--------
fs/ext4/super.c | 7 ++++-
fs/ext4/sysfs.c | 7 +++++
fs/ext4/verity.c | 89 ++++++++++++++++++++++++++++++++++++-----------------------
fs/ext4/xattr.c | 6 +++-
11 files changed, 168 insertions(+), 72 deletions(-)
next reply other threads:[~2021-03-21 18:32 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-21 18:31 Theodore Ts'o [this message]
2021-03-21 21:59 ` [GIT PULL] ext4 fixes for v5.12 pr-tracker-bot
2021-03-21 22:23 ` Linus Torvalds
2021-03-22 1:33 ` zhangyi (F)
2021-03-22 3:00 ` Theodore Ts'o
2021-03-22 12:10 ` Herbert Xu
2021-03-22 15:12 ` Theodore Ts'o
2021-03-22 3:05 ` Gao Xiang
2021-03-22 3:36 ` Theodore Ts'o
2021-03-22 3:47 ` Gao Xiang
2021-03-22 7:00 ` Zhang Yi
2021-03-22 8:55 ` Oleksandr Natalenko
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=YFeQ9eBFn5JELyYo@mit.edu \
--to=tytso@mit.edu \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.