From: "Theodore Ts'o" <tytso@mit.edu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Developers List <linux-kernel@vger.kernel.org>,
Ext4 Developers List <linux-ext4@vger.kernel.org>
Subject: [GIT PULL] ext4 bug fixes for 6.12-rc2
Date: Fri, 4 Oct 2024 22:42:21 -0400 [thread overview]
Message-ID: <20241005024221.GA505880@mit.edu> (raw)
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-5.12-rc2
for you to fetch changes up to 6121258c2b33ceac3d21f6a221452692c465df88:
ext4: fix off by one issue in alloc_flex_gd() (2024-10-04 17:36:28 -0400)
----------------------------------------------------------------
Fix some ext4 bug fixes and regressions relating to oneline resize and
fast commits.
----------------------------------------------------------------
Baokun Li (1):
ext4: fix off by one issue in alloc_flex_gd()
Luis Henriques (SUSE) (2):
ext4: use handle to mark fc as ineligible in __track_dentry_update()
ext4: mark fc as ineligible using an handle in ext4_xattr_set()
fs/ext4/fast_commit.c | 19 +++++++++++--------
fs/ext4/resize.c | 18 ++++++++++--------
fs/ext4/xattr.c | 3 ++-
3 files changed, 23 insertions(+), 17 deletions(-)
next reply other threads:[~2024-10-05 2:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-05 2:42 Theodore Ts'o [this message]
2024-10-05 18:07 ` [GIT PULL] ext4 bug fixes for 6.12-rc2 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=20241005024221.GA505880@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.