From: Andreas Gruenbacher <agruenba@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andreas Gruenbacher <agruenba@redhat.com>,
gfs2@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [GIT PULL] gfs2 changes
Date: Mon, 13 May 2024 23:03:36 +0200 [thread overview]
Message-ID: <20240513210338.267167-1-agruenba@redhat.com> (raw)
Hello Linus,
please consider pulling the following gfs2 changes.
Thank you very much,
Andreas
The following changes since commit c95346ac918c5badf51b9a7ac58a26d3bd5bb224:
gfs2: Fix invalid metadata access in punch_hole (2024-03-11 17:11:18 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-for-v6.10
for you to fetch changes up to c1c53c26e3380a79b65e6b53dac6c3c797a7e8f1:
gfs2: make timeout values more explicit (2024-05-07 12:42:48 +0200)
----------------------------------------------------------------
gfs2 updates
- Properly fix the glock shrinker this time: it broke in commit "gfs2:
Make glock lru list scanning safer" and commit "gfs2: fix glock
shrinker ref issues" wasn't actually enough to fix it.
- On unmount, keep glocks around long enough that no more dlm callbacks
can occur on them.
- Some more folio conversion patches from Matthew Wilcox.
- Lots of other smaller fixes and cleanups.
----------------------------------------------------------------
Andreas Gruenbacher (21):
gfs2: Get rid of newlines in log messages
gfs2: Remove unnecessary gfs2_meta_check_ii argument
gfs2: Follow-up to flag rename in sysfs status file
gfs2: Use [NO_]CREATE consistently for gfs2_glock_get
gfs2: Don't forget to complete delayed withdraw
gfs2: Fix NULL pointer dereference in gfs2_log_flush
gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw
gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_async
gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lru
gfs2: Get rid of unnecessary test_and_set_bit
gfs2: Fix "ignore unlock failures after withdraw"
Revert "gfs2: fix glock shrinker ref issues"
gfs2: Fix "Make glock lru list scanning safer"
gfs2: Fix lru_count accounting
gfs2: Remove ill-placed consistency check
gfs2: Fix potential glock use-after-free on unmount
gfs2: Unlock fewer glocks on unmount
gfs2: finish_xmote cleanup
gfs2: do_xmote fixes
gfs2: Remove and replace gfs2_glock_queue_work
gfs2: gfs2_freeze_unlock cleanup
Andrew Price (1):
gfs2: Improve gfs2_consist_inode() usage
Matthew Wilcox (Oracle) (4):
gfs2: Convert gfs2_page_mkwrite() to use a folio
gfs2: Simplify gfs2_read_super
gfs2: Add a migrate_folio operation for journalled files
gfs2: Convert gfs2_aspace_writepage() to use a folio
Wolfram Sang (1):
gfs2: make timeout values more explicit
fs/gfs2/aops.c | 4 +-
fs/gfs2/bmap.c | 2 +-
fs/gfs2/dir.c | 31 +++++----
fs/gfs2/file.c | 59 ++++++++--------
fs/gfs2/glock.c | 192 +++++++++++++++++++++++++++++++--------------------
fs/gfs2/glock.h | 3 +-
fs/gfs2/glops.c | 37 ++++++----
fs/gfs2/incore.h | 1 +
fs/gfs2/lock_dlm.c | 40 ++++++++---
fs/gfs2/log.c | 5 +-
fs/gfs2/meta_io.c | 16 ++---
fs/gfs2/ops_fstype.c | 49 ++++---------
fs/gfs2/rgrp.c | 10 +--
fs/gfs2/super.c | 28 ++++----
fs/gfs2/sys.c | 4 +-
fs/gfs2/util.c | 63 ++++++++---------
fs/gfs2/util.h | 6 +-
fs/gfs2/xattr.c | 28 ++++----
18 files changed, 320 insertions(+), 258 deletions(-)
next reply other threads:[~2024-05-13 21:04 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-13 21:03 Andreas Gruenbacher [this message]
2024-05-15 0:53 ` [GIT PULL] gfs2 changes pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2024-09-23 18:04 Andreas Gruenbacher
2024-09-23 19:06 ` pr-tracker-bot
2024-09-22 14:00 Andreas Gruenbacher
2024-09-23 17:49 ` Linus Torvalds
2024-09-23 18:10 ` Andreas Gruenbacher
2024-09-23 18:43 ` Linus Torvalds
2024-07-15 17:47 Andreas Gruenbacher
2024-07-17 19:25 ` Linus Torvalds
2024-07-17 20:10 ` Andreas Gruenbacher
2024-07-17 20:18 ` pr-tracker-bot
2024-01-08 12:05 Andreas Gruenbacher
2024-01-10 20:38 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240513210338.267167-1-agruenba@redhat.com \
--to=agruenba@redhat.com \
--cc=gfs2@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).