From: Alexander Aring <aahringo@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH dlm/next 0/6] fs: dlm: pending dlm patches
Date: Tue, 21 Feb 2023 16:40:08 -0500 [thread overview]
Message-ID: <20230221214014.871804-1-aahringo@redhat.com> (raw)
Hi,
this patch-series contains all pending patches and should be able to
apply on the next -rc1 release. I added a patch to this series to remove
the deprecated API code parts. Also I changed a little bit the commit
message from "Edwin T?r?k" to remove some "|" and white space at the end
of the line.
- Alex
Alexander Aring (5):
fs: dlm: add unbound flag to dlm_io workqueue
fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten
fs: dlm: move internal non shared flags to bitops
fs: dlm: remove DLM_IFL_STUB_MS flag
fs: dlm: remove deprecated code parts
Edwin T?r?k (1):
DLM: increase socket backlog to avoid hangs with 16 nodes
fs/dlm/Kconfig | 9 -
fs/dlm/Makefile | 1 -
fs/dlm/ast.c | 9 +-
fs/dlm/config.c | 21 --
fs/dlm/config.h | 3 -
fs/dlm/dlm_internal.h | 63 ++---
fs/dlm/lock.c | 366 +++++++-----------------------
fs/dlm/lock.h | 17 --
fs/dlm/lockspace.c | 25 +-
fs/dlm/lowcomms.c | 6 +-
fs/dlm/main.c | 9 +-
fs/dlm/netlink.c | 139 ------------
fs/dlm/recover.c | 2 +-
fs/dlm/recoverd.c | 2 -
fs/dlm/user.c | 34 +--
include/linux/dlm.h | 3 -
include/trace/events/dlm.h | 8 -
include/uapi/linux/dlm.h | 1 +
include/uapi/linux/dlm_netlink.h | 60 -----
include/uapi/linux/dlmconstants.h | 5 +-
20 files changed, 121 insertions(+), 662 deletions(-)
delete mode 100644 fs/dlm/netlink.c
delete mode 100644 include/uapi/linux/dlm_netlink.h
--
2.31.1
next reply other threads:[~2023-02-21 21:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-21 21:40 Alexander Aring [this message]
2023-02-21 21:40 ` [Cluster-devel] [PATCH dlm/next 1/6] fs: dlm: add unbound flag to dlm_io workqueue Alexander Aring
2023-02-21 21:40 ` [Cluster-devel] [PATCH dlm/next 2/6] DLM: increase socket backlog to avoid hangs with 16 nodes Alexander Aring
2023-02-21 21:40 ` [Cluster-devel] [PATCH dlm/next 3/6] fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten Alexander Aring
2023-02-21 21:40 ` [Cluster-devel] [PATCH dlm/next 4/6] fs: dlm: move internal non shared flags to bitops Alexander Aring
2023-02-21 21:40 ` [Cluster-devel] [PATCH dlm/next 5/6] fs: dlm: remove DLM_IFL_STUB_MS flag Alexander Aring
2023-02-21 21:40 ` [Cluster-devel] [PATCH dlm/next 6/6] fs: dlm: remove deprecated code parts Alexander Aring
2023-02-27 14:20 ` [Cluster-devel] [PATCH dlm/next 0/6] fs: dlm: pending dlm patches Alexander Aring
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=20230221214014.871804-1-aahringo@redhat.com \
--to=aahringo@redhat.com \
/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 NNTP newsgroup(s).