Hi Linus, please consider pulling the following gfs2 fixes for 5.19.
Thank you very much, Andreas The following changes since commit d928e8f3af38abc8d2d56d9329a8280f7af5f10e: Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2022-05-13 14:32:53 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.18-rc6-fixes for you to fetch changes up to c360abbb9db298d0548b31e1a86a48ebb157d7cd: gfs2: Convert function bh_get to use iomap (2022-05-24 21:29:14 +0200) ---------------------------------------------------------------- gfs2 fixes - Clean up the allocation of glocks that have an address space attached. - Quota locking fix and quota iomap conversion. - Fix the FITRIM error reporting. - Some list iterator cleanups. ---------------------------------------------------------------- Andreas Gruenbacher (1): gfs2: Explain some direct I/O oddities Andrew Price (1): gfs2: Return more useful errors from gfs2_rgrp_send_discards() Bob Peterson (2): gfs2: use i_lock spin_lock for inode qadata gfs2: Convert function bh_get to use iomap Jakob Koschel (1): gfs2: replace 'found' with dedicated list iterator variable Kees Cook (1): gfs2: Use container_of() for gfs2_glock(aspace) fs/gfs2/file.c | 4 ++++ fs/gfs2/glock.c | 35 ++++++++++++++++-------------- fs/gfs2/glock.h | 12 +++++++++-- fs/gfs2/main.c | 10 ++++----- fs/gfs2/meta_io.h | 8 ++++--- fs/gfs2/quota.c | 62 ++++++++++++++++++++++++++++++++---------------------- fs/gfs2/recovery.c | 22 +++++++++---------- fs/gfs2/rgrp.c | 4 ++-- 8 files changed, 91 insertions(+), 66 deletions(-)