* [GIT PULL] dlm updates for 6.12
@ 2024-09-17 17:05 David Teigland
2024-09-19 5:20 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: David Teigland @ 2024-09-17 17:05 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, gfs2
Hi Linus,
Please pull dlm updates from tag:
git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-6.12
Summary:
- Remove some unnecesary hold/unhold rsb refcounting
in cases where an existing refcount is known to exist.
- Remove some unnecessary checking for zero nodeids, which
should never exist, and add some warning if they do.
- Make the slow freeing of structs in release_lockspace()
async, run from a workqueue.
- Prior rcu freeing allows some further struct lookups to
run without a lock.
- Use blocking kernel_connect on sockets to avoid EINPROGRESS.
Thanks,
Dave
Alexander Aring (11):
dlm: cleanup memory allocation helpers
dlm: remove unnecessary refcounts
dlm: never return invalid nodeid by dlm_our_nodeid()
dlm: warn about invalid nodeid comparsions
dlm: drop kobject release callback handling
dlm: async freeing of lockspace resources
dlm: use RSB_HASHED to avoid lookup twice
dlm: move dlm_search_rsb_tree() out of lock
dlm: move lkb xarray lookup out of lock
dlm: do synchronized socket connect call
dlm: add missing -ENOMEM if alloc_workqueue() fails
fs/dlm/config.c | 2 +-
fs/dlm/dlm_internal.h | 5 ++
fs/dlm/lock.c | 134 +++++++++++++++++++++++++++-----------------------
fs/dlm/lock.h | 2 +
fs/dlm/lockspace.c | 97 ++++++++++++++++++------------------
fs/dlm/lowcomms.c | 36 +-------------
fs/dlm/main.c | 12 +++++
fs/dlm/member.c | 2 +
fs/dlm/memory.c | 28 +++++------
fs/dlm/memory.h | 4 +-
fs/dlm/recover.c | 9 ++--
11 files changed, 164 insertions(+), 167 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] dlm updates for 6.12
2024-09-17 17:05 [GIT PULL] dlm updates for 6.12 David Teigland
@ 2024-09-19 5:20 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-09-19 5:20 UTC (permalink / raw)
To: David Teigland; +Cc: Linus Torvalds, linux-kernel, gfs2
The pull request you sent on Tue, 17 Sep 2024 12:05:50 -0500:
> git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-6.12
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/932d2d1fcb2bbbc3cb30a762302a5d2eac7720bb
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-19 5:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-17 17:05 [GIT PULL] dlm updates for 6.12 David Teigland
2024-09-19 5:20 ` pr-tracker-bot
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).