[GIT,PULL] gfs2 fixes for 6.4

Message ID 20230425135044.1100895-1-agruenba@redhat.com
State New
Headers
Series [GIT,PULL] gfs2 fixes for 6.4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v6.3-rc3-fixes

Message

Andreas Gruenbacher April 25, 2023, 1:50 p.m. UTC
  Hi Linus,

please consider pulling the following gfs2 fixes.

Thanks a lot,
Andreas

The following changes since commit 1e760fa3596e8c7f08412712c168288b79670d78:

  Merge tag 'gfs2-v6.3-rc3-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2023-03-23 15:25:49 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v6.3-rc3-fixes

for you to fetch changes up to 644f6bf762fa903f64c59c2ec0f4d0d753527053:

  gfs2: gfs2_ail_empty_gl no log flush on error (2023-04-25 11:07:16 +0200)

----------------------------------------------------------------
gfs2 fixes

- Fix revoke processing at unmount and on read-only remount.

- Refuse reading in inodes with an impossible indirect block height.

- Various minor cleanups.

----------------------------------------------------------------
Andreas Gruenbacher (1):
      gfs2: Fix inode height consistency check

Andrew Price (3):
      gfs2: Remove duplicate i_nlink check from gfs2_link()
      gfs2: Remove ghs[] from gfs2_link
      gfs2: Remove ghs[] from gfs2_unlink

Bob Peterson (6):
      gfs2: Eliminate gfs2_trim_blocks
      gfs2: Use gfs2_holder_initialized for jindex
      gfs2: return errors from gfs2_ail_empty_gl
      gfs2: Perform second log flush in gfs2_make_fs_ro
      gfs2: Issue message when revokes cannot be written
      gfs2: gfs2_ail_empty_gl no log flush on error

Markus Elfring (1):
      gfs2: Move variable assignment behind a null pointer check in inode_go_dump

 fs/gfs2/bmap.c       |  8 --------
 fs/gfs2/bmap.h       |  1 -
 fs/gfs2/glops.c      | 23 +++++++++++++++--------
 fs/gfs2/inode.c      | 47 ++++++++++++++++++++++-------------------------
 fs/gfs2/ops_fstype.c |  9 +++------
 fs/gfs2/super.c      |  9 +++++++++
 6 files changed, 49 insertions(+), 48 deletions(-)
  

Comments

pr-tracker-bot@kernel.org April 26, 2023, 5:06 p.m. UTC | #1
The pull request you sent on Tue, 25 Apr 2023 15:50:44 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v6.3-rc3-fixes

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

Thank you!