diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-19 07:09:39 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-19 07:09:39 +0200 |
commit | 932d2d1fcb2bbbc3cb30a762302a5d2eac7720bb (patch) | |
tree | b7c37cfe879019da7b86d70d646cae6b610f4123 /rust | |
parent | 8751b21ad9dc33f31dff20297dcae2063cbbcfc9 (diff) | |
parent | 652b0ae675fede81420758e3af7c5174cdaa8404 (diff) |
Merge tag 'dlm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
Pull dlm updates from David Teigland:
- 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
* tag 'dlm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm:
dlm: add missing -ENOMEM if alloc_workqueue() fails
dlm: do synchronized socket connect call
dlm: move lkb xarray lookup out of lock
dlm: move dlm_search_rsb_tree() out of lock
dlm: use RSB_HASHED to avoid lookup twice
dlm: async freeing of lockspace resources
dlm: drop kobject release callback handling
dlm: warn about invalid nodeid comparsions
dlm: never return invalid nodeid by dlm_our_nodeid()
dlm: remove unnecessary refcounts
dlm: cleanup memory allocation helpers
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions