linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ext4 bug and regression fixes for v6.0
@ 2022-09-25  1:55 Theodore Ts'o
  2022-09-25 16:08 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Theodore Ts'o @ 2022-09-25  1:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-ext4, linux-kernel

The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:

  Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

for you to fetch changes up to 80fa46d6b9e7b1527bfd2197d75431fd9c382161:

  ext4: limit the number of retries after discarding preallocations blocks (2022-09-22 10:51:19 -0400)

----------------------------------------------------------------
Ext4 regression and bug fixes:

- Performance regression fix from 5.18 on a Rasberry Pi

- Fix extent parsing bug which triggers a BUG_ON when a (corrupted)
  extent tree has has a non-root node when zero entries.

- Fix a livelock where in the right (wrong) circumstances a large
  number of nfsd threads can try to write to a nearly full file
  system, and retry for hours(!)

----------------------------------------------------------------
Jan Kara (5):
      ext4: make mballoc try target group first even with mb_optimize_scan
      ext4: avoid unnecessary spreading of allocations among groups
      ext4: make directory inode spreading reflect flexbg size
      ext4: use locality group preallocation for small closed files
      ext4: use buckets for cr 1 block scan instead of rbtree

Luís Henriques (1):
      ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0

Theodore Ts'o (1):
      ext4: limit the number of retries after discarding preallocations blocks

 fs/ext4/ext4.h    |  10 +-
 fs/ext4/extents.c |   4 +
 fs/ext4/ialloc.c  |   2 +-
 fs/ext4/mballoc.c | 318 ++++++++++++++++++++++++++++---------------------------------
 fs/ext4/mballoc.h |   1 -
 5 files changed, 154 insertions(+), 181 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ext4 bug and regression fixes for v6.0
  2022-09-25  1:55 [GIT PULL] ext4 bug and regression fixes for v6.0 Theodore Ts'o
@ 2022-09-25 16:08 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-09-25 16:08 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: Linus Torvalds, linux-ext4, linux-kernel

The pull request you sent on Sat, 24 Sep 2022 21:55:03 -0400:

> https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5e049663f678938dd56812ba870a471060f8ce28

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-25 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-25  1:55 [GIT PULL] ext4 bug and regression fixes for v6.0 Theodore Ts'o
2022-09-25 16:08 ` 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;
as well as URLs for NNTP newsgroup(s).