mbox series

[GIT,PULL] ext4 fixes for v5.17-rc3

Message ID Yf/axKTEyQQM1mfm@mit.edu
State New
Headers show
Series [GIT,PULL] ext4 fixes for v5.17-rc3 | expand

Pull-request

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

Message

Theodore Ts'o Feb. 6, 2022, 2:27 p.m. UTC
The following changes since commit 6eeaf88fd586f05aaf1d48cb3a139d2a5c6eb055:

  ext4: don't use the orphan list when migrating an inode (2022-01-10 13:25:56 -0500)

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 f340b3d9027485945d59f9c04f1e33070b02cae2:

  fs/ext4: fix comments mentioning i_mutex (2022-02-03 10:57:53 -0500)

----------------------------------------------------------------
Various bug fixes for ext4 fast commit and inline data handling.  Also
fix regression introduced as part of moving to the new mount API.

----------------------------------------------------------------
Lukas Czerner (1):
      ext4: fix potential NULL pointer dereference in ext4_fill_super()

Ritesh Harjani (5):
      ext4: fix error handling in ext4_restore_inline_data()
      ext4: remove redundant max inline_size check in ext4_da_write_inline_data_begin()
      ext4: fix error handling in ext4_fc_record_modified_inode()
      jbd2: cleanup unused functions declarations from jbd2.h
      jbd2: refactor wait logic for transaction updates into a common function

Xin Yin (5):
      ext4: prevent used blocks from being allocated during fast commit replay
      ext4: modify the logic of ext4_mb_new_blocks_simple
      ext4: fast commit may not fallback for ineligible commit
      ext4: fast commit may miss file actions
      ext4: fix incorrect type issue during replay_del_range

Yang Li (1):
      jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}()

hongnanli (1):
      fs/ext4: fix comments mentioning i_mutex

 fs/ext4/acl.c         |   8 ++--
 fs/ext4/ext4.h        |  17 ++++----
 fs/ext4/ext4_jbd2.h   |   2 +-
 fs/ext4/extents.c     |  16 ++++---
 fs/ext4/fast_commit.c | 133 +++++++++++++++++++++++++++++++++-----------------------
 fs/ext4/indirect.c    |   2 +-
 fs/ext4/inline.c      |  23 +++++-----
 fs/ext4/inode.c       |  12 ++---
 fs/ext4/ioctl.c       |   4 +-
 fs/ext4/mballoc.c     |  26 +++++++----
 fs/ext4/migrate.c     |   2 +-
 fs/ext4/namei.c       |   4 +-
 fs/ext4/orphan.c      |   4 +-
 fs/ext4/super.c       |   4 +-
 fs/ext4/xattr.c       |   6 +--
 fs/jbd2/commit.c      |  21 ++-------
 fs/jbd2/journal.c     |   6 ++-
 fs/jbd2/transaction.c |  53 +++++++++++++---------
 include/linux/jbd2.h  |  13 ++----
 19 files changed, 196 insertions(+), 160 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 6, 2022, 6:38 p.m. UTC | #1
The pull request you sent on Sun, 6 Feb 2022 09:27:16 -0500:

> git://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/d8ad2ce873abab1cfd38779c626b79cef6307aac

Thank you!