diff options
author | Linus Torvalds | 2023-11-02 07:40:07 -1000 |
---|---|---|
committer | Linus Torvalds | 2023-11-02 07:40:07 -1000 |
commit | 91a683cdf602a593ea1f7783346a605e0cd470df (patch) | |
tree | 9a8b4c43c67ab2ce04d5f49eae4299479bbfda6d /MAINTAINERS | |
parent | 17fc8084aa8f9d5235f252fc3978db657dd77e92 (diff) | |
parent | eb53c01873cab75d0bf42e6d685dc5ef3b68d884 (diff) |
Merge tag 'dlm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
Pull dlm updates from David Teigland:
"This set of patches has some minor fixes for message handling, some
misc cleanups, and updates the maintainers entry"
* tag 'dlm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm:
MAINTAINERS: Update dlm maintainer and web page
dlm: slow down filling up processing queue
dlm: fix no ack after final message
dlm: be sure we reset all nodes at forced shutdown
dlm: fix remove member after close call
dlm: fix creating multiple node structures
fs: dlm: Remove some useless memset()
fs: dlm: Fix the size of a buffer in dlm_create_debug_file()
fs: dlm: Simplify buffer size computation in dlm_create_debug_file()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dc56b0e1b994..3fd6fa3ea073 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6172,11 +6172,11 @@ F: drivers/video/fbdev/udlfb.c F: include/video/udlfb.h DISTRIBUTED LOCK MANAGER (DLM) -M: Christine Caulfield <ccaulfie@redhat.com> +M: Alexander Aring <aahringo@redhat.com> M: David Teigland <teigland@redhat.com> L: gfs2@lists.linux.dev S: Supported -W: http://sources.redhat.com/cluster/ +W: https://pagure.io/dlm T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git F: fs/dlm/ |