[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250523205122.1783753-1-agruenba@redhat.com>
Date: Fri, 23 May 2025 22:51:21 +0200
From: Andreas Gruenbacher <agruenba@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andreas Gruenbacher <agruenba@...hat.com>,
gfs2@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] gfs2 changes for 6.16
Dear Linus,
please consider pulling the following gfs2 changes for 6.16.
Thanks,
Andreas
The following changes since commit 9c32cda43eb78f78c73aee4aa344b777714e259b:
Linux 6.15-rc3 (2025-04-20 13:43:47 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-for-6.16
for you to fetch changes up to e320050eb75e914aa5e12de2a9ab830c9a2ce311:
gfs2: No more gfs2_find_jhead caching (2025-05-22 09:12:27 +0200)
----------------------------------------------------------------
gfs2 changes
- Fix the long-standing warnings in inode_to_wb() when CONFIG_LOCKDEP is
enabled: gfs2 doesn't support cgroup writeback and so inode->i_wb will never
change. This is the counterpart of commit 9e888998ea4d ("writeback: fix
false warning in inode_to_wb()").
- Fix a hang introduced by commit 8d391972ae2d ("gfs2: Remove
__gfs2_writepage()"): prevent gfs2_logd from creating transactions for jdata
pages while trying to flush the log.
- Fix a race between gfs2_create_inode() and gfs2_evict_inode() by deallocating
partially created inodes on the gfs2_create_inode() error path.
- Fix a bug in the journal head lookup code that could cause mount to fail
after successful recovery.
- Various smaller fixes and cleanups from various people.
----------------------------------------------------------------
Alexander Aring (2):
gfs2: move msleep to sleepable context
gfs2: only apply DLM_LKF_VALBLK if sb_lvbptr is not NULL
Andreas Gruenbacher (16):
gfs2: replace sd_aspace with sd_inode
gfs2: gfs2_create_inode error handling fix
gfs2: Don't reread inodes unnecessarily
gfs2: Move gfs2_dinode_dealloc
gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_dealloc
gfs2: deallocate inodes in gfs2_create_inode
gfs2: Do not call iomap_zero_range beyond eof
gfs2: Rename jdata_dirty_folio to gfs2_jdata_dirty_folio
gfs2: Move gfs2_trans_add_databufs
gfs2: Don't start unnecessary transactions during log flush
gfs2: Minor comments fix
gfs2: Move gfs2_log_pointers_init
gfs2: Simplify gfs2_log_pointers_init
gfs2: Simplify clean_journal
gfs2: Get rid of duplicate log head lookup
gfs2: No more gfs2_find_jhead caching
Andrew Price (1):
gfs2: Fix usage of bio->bi_status in gfs2_end_log_write
Chen Ni (1):
gfs2: Remove unnecessary NULL check before free_percpu()
Christoph Hellwig (1):
gfs: don't check for AOP_WRITEPAGE_ACTIVATE in gfs2_write_jdata_batch
Edward Adam Davis (1):
gfs2: check sb_min_blocksize return value
Eric Biggers (1):
gfs2: avoid inefficient use of crc32_le_shift()
fs/gfs2/aops.c | 86 +++++++++++++++++++++++----------------------
fs/gfs2/aops.h | 3 +-
fs/gfs2/bmap.c | 9 +++--
fs/gfs2/glock.c | 3 +-
fs/gfs2/glops.c | 9 +++--
fs/gfs2/incore.h | 9 ++++-
fs/gfs2/inode.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++-----
fs/gfs2/inode.h | 1 +
fs/gfs2/lock_dlm.c | 11 ++++--
fs/gfs2/log.c | 7 +++-
fs/gfs2/log.h | 11 ------
fs/gfs2/lops.c | 17 +++++----
fs/gfs2/lops.h | 2 +-
fs/gfs2/meta_io.c | 2 +-
fs/gfs2/meta_io.h | 4 +--
fs/gfs2/ops_fstype.c | 41 +++++++++++++---------
fs/gfs2/recovery.c | 28 ++++++++++-----
fs/gfs2/recovery.h | 2 ++
fs/gfs2/super.c | 94 ++++---------------------------------------------
fs/gfs2/trans.c | 21 +++++++++++
fs/gfs2/trans.h | 2 ++
fs/gfs2/util.c | 2 +-
fs/gfs2/xattr.c | 11 +++---
fs/gfs2/xattr.h | 2 +-
24 files changed, 263 insertions(+), 213 deletions(-)
Powered by blists - more mailing lists