* [GIT PULL] ext4 changes for 5.16-rc1
@ 2021-11-10 22:45 Theodore Ts'o
2021-11-11 1:07 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Theodore Ts'o @ 2021-11-10 22:45 UTC (permalink / raw)
To: torvalds; +Cc: linux-ext4, linux-kernel
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-11 1:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-10 22:45 [GIT PULL] ext4 changes for 5.16-rc1 Theodore Ts'o
2021-11-11 1:07 ` 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