cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH dlm/next 0/6] fs: dlm: pending dlm patches
@ 2023-02-21 21:40 Alexander Aring
  2023-02-21 21:40 ` [Cluster-devel] [PATCH dlm/next 1/6] fs: dlm: add unbound flag to dlm_io workqueue Alexander Aring
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Alexander Aring @ 2023-02-21 21:40 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-02-27 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21 21:40 [Cluster-devel] [PATCH dlm/next 0/6] fs: dlm: pending dlm patches Alexander Aring
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

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).