From: "Theodore Ts'o" <tytso@mit.edu>
To: torvalds@linux-foundation.org
Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] ext4 changes for 5.16-rc1
Date: Wed, 10 Nov 2021 17:45:08 -0500 [thread overview]
Message-ID: <YYxLdGu1Lkcl9HzP@mit.edu> (raw)
The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:
Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus
for you to fetch changes up to 124e7c61deb27d758df5ec0521c36cf08d417f7a:
ext4: fix error code saved on super block during file system abort (2021-11-04 10:47:39 -0400)
----------------------------------------------------------------
Only bug fixes and cleanups for ext4 this merge window. Of note are
fixes for the combination of the inline_data and fast_commit fixes,
and more accurately calculating when to schedule additional lazy inode
table init, especially when CONFIG_HZ is 100HZ.
----------------------------------------------------------------
Austin Kim (1):
ext4: remove an unused variable warning with CONFIG_QUOTA=n
Eric Whitney (1):
Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"
Gabriel Krisman Bertazi (1):
ext4: fix error code saved on super block during file system abort
Harshad Shirwadkar (2):
ext4: commit inline data during fast commit
ext4: inline data inode fast commit replay fixes
Jing Yangyang (1):
ext4: fix boolreturn.cocci warnings in fs/ext4/name.c
Lukas Bulwahn (1):
ext4: scope ret locally in ext4_try_to_trim_range()
Shaoying Xu (1):
ext4: fix lazy initialization next schedule time computation in more granular unit
Xiyu Yang (1):
ext4: convert from atomic_t to refcount_t on ext4_io_end->count
Zhang Yi (6):
ext4: check for out-of-order index extents in ext4_valid_extent_entries()
ext4: check for inconsistent extents between index and leaf block
ext4: prevent partial update of the extent blocks
ext4: factor out ext4_fill_raw_inode()
ext4: move ext4_fill_raw_inode() related functions
ext4: prevent getting empty inode buffer
yangerkun (3):
ext4: correct the left/middle/right debug message for binsearch
ext4: ensure enough credits in ext4_ext_shift_path_extents
ext4: refresh the ext4_ext_path struct after dropping i_data_sem.
fs/ext4/ext4.h | 3 +-
fs/ext4/extents.c | 175 ++++++++++++++++------------
fs/ext4/fast_commit.c | 11 +-
fs/ext4/inode.c | 331 +++++++++++++++++++++++++++--------------------------
fs/ext4/mballoc.c | 5 +-
fs/ext4/namei.c | 2 +-
fs/ext4/page-io.c | 8 +-
fs/ext4/super.c | 15 +--
8 files changed, 300 insertions(+), 250 deletions(-)
next reply other threads:[~2021-11-10 22:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-10 22:45 Theodore Ts'o [this message]
2021-11-11 1:07 ` [GIT PULL] ext4 changes for 5.16-rc1 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=YYxLdGu1Lkcl9HzP@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox