linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] dlm updates for 6.6
@ 2023-08-31 14:21 David Teigland
  2023-08-31 22:42 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Teigland @ 2023-08-31 14:21 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.6

Changes include:

- Allow blocking posix lock requests to be interrupted while waiting.
  This requires a cancel request to be sent to the userspace daemon
  where posix lock requests are processed across the cluster.

- Fix a posix lock patch from the previous cycle in which lock requests
  from different file systems could be mixed up.

- Fix some long standing problems with nfs posix lock cancelation.

- Add a new debugfs file for printing queued callbacks.

- Stop modifying buffers that have been used to receive a message.

- Misc cleanups and some refactoring.

Thanks,
Dave


Alexander Aring (17):
      fs: dlm: remove twice newline
      fs: dlm: allow to F_SETLKW getting interrupted
      fs: dlm: fix F_CANCELLK to cancel pending request
      fs: dlm: add missing spin_unlock
      fs: dlm: remove unused processed_nodes
      fs: dlm: debugfs for queued callbacks
      fs: dlm: check on plock ops when exit dlm
      fs: dlm: add plock dev tracepoints
      fs: dlm: remove clear_members_cb
      fs: dlm: cleanup lock order
      fs: dlm: get recovery sequence number as parameter
      fs: dlm: drop rxbuf manipulation in dlm_copy_master_names
      fs: dlm: drop rxbuf manipulation in dlm_recover_master_copy
      fs: dlm: constify receive buffer
      fs: dlm: create midcomms nodes when configure
      fs: dlm: don't use RCOM_NAMES for version detection
      dlm: fix plock lookup when using multiple lockspaces


 fs/dlm/config.c                |   2 +-
 fs/dlm/debug_fs.c              | 101 +++++++++++++-
 fs/dlm/dir.c                   |  14 +-
 fs/dlm/dir.h                   |   6 +-
 fs/dlm/dlm_internal.h          |   1 +
 fs/dlm/lock.c                  | 120 ++++++++--------
 fs/dlm/lock.h                  |  16 ++-
 fs/dlm/lowcomms.c              |   1 -
 fs/dlm/member.c                |  15 +-
 fs/dlm/member.h                |   2 +-
 fs/dlm/midcomms.c              | 304 ++++++++++++++++-------------------------
 fs/dlm/midcomms.h              |   1 +
 fs/dlm/plock.c                 | 176 +++++++++++++++++++-----
 fs/dlm/rcom.c                  | 102 ++++++++------
 fs/dlm/rcom.h                  |  15 +-
 fs/dlm/recover.c               |  60 ++++----
 fs/dlm/recover.h               |  14 +-
 fs/dlm/recoverd.c              |  16 +--
 fs/dlm/requestqueue.c          |   3 +-
 fs/dlm/requestqueue.h          |   3 +-
 fs/gfs2/file.c                 |   9 +-
 fs/ocfs2/stack_user.c          |  13 +-
 include/linux/dlm_plock.h      |   2 +
 include/trace/events/dlm.h     |  51 +++++++
 include/uapi/linux/dlm_plock.h |   1 +
 25 files changed, 628 insertions(+), 420 deletions(-)


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

* Re: [GIT PULL] dlm updates for 6.6
  2023-08-31 14:21 [GIT PULL] dlm updates for 6.6 David Teigland
@ 2023-08-31 22:42 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-08-31 22:42 UTC (permalink / raw)
  To: David Teigland; +Cc: Linus Torvalds, linux-kernel, gfs2

The pull request you sent on Thu, 31 Aug 2023 09:21:53 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-6.6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/659b3613fc635fb1813fb3006680876b24d86919

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:[~2023-08-31 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-31 14:21 [GIT PULL] dlm updates for 6.6 David Teigland
2023-08-31 22:42 ` 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 NNTP newsgroup(s).