From: Ilya Dryomov <idryomov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ceph-devel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Ceph fixes for 6.13-rc1
Date: Fri, 29 Nov 2024 19:03:19 +0100 [thread overview]
Message-ID: <20241129180323.3625355-1-idryomov@gmail.com> (raw)
Hi Linus,
The following changes since commit adc218676eef25575469234709c2d87185ca223a:
Linux 6.12 (2024-11-17 14:15:08 -0800)
are available in the Git repository at:
https://github.com/ceph/ceph-client.git tags/ceph-for-6.13-rc1
for you to fetch changes up to c5cf420303256dcd6ff175643e9e9558543c2047:
ceph: fix cred leak in ceph_mds_check_access() (2024-11-25 15:51:13 +0100)
There is a trivial conflict in MAINTAINERS caused by an unrelated
X: entry for NETWORKING [GENERAL] that merged last week.
----------------------------------------------------------------
A fix for the mount "device" string parser from Patrick and two cred
reference counting fixups from Max, marked for stable. Also included
a number of cleanups and a tweak to MAINTAINERS to avoid unnecessarily
CCing netdev list.
----------------------------------------------------------------
Abdul Rahim (1):
ceph: Use strscpy() instead of strcpy() in __get_snap_name()
Dmitry Antipov (1):
ceph: miscellaneous spelling fixes
Dr. David Alan Gilbert (5):
libceph: Remove unused ceph_pagelist functions
libceph: Remove unused pagevec functions
libceph: Remove unused ceph_osdc_watch_check
libceph: Remove unused ceph_crypto_key_encode
ceph: Remove fs/ceph deadcode
Ilya Dryomov (1):
MAINTAINERS: exclude net/ceph from networking
Max Kellermann (2):
ceph: pass cred pointer to ceph_mds_auth_match()
ceph: fix cred leak in ceph_mds_check_access()
Patrick Donnelly (5):
ceph: extract entity name from device id
ceph: requalify some char pointers as const
ceph: correct ceph_mds_cap_item field name
ceph: correct ceph_mds_cap_peer field name
ceph: improve caps debugging output
Thorsten Blum (1):
ceph: Use str_true_false() helper in status_show()
MAINTAINERS | 1 +
fs/ceph/addr.c | 2 +-
fs/ceph/caps.c | 63 ++++++++++++++++-------------------------
fs/ceph/crypto.h | 2 +-
fs/ceph/debugfs.c | 2 +-
fs/ceph/dir.c | 4 +--
fs/ceph/export.c | 12 ++++++--
fs/ceph/inode.c | 2 +-
fs/ceph/mds_client.c | 27 +++++++-----------
fs/ceph/mds_client.h | 2 --
fs/ceph/super.c | 12 ++++++--
fs/ceph/super.h | 3 +-
fs/ceph/xattr.c | 2 +-
include/linux/ceph/ceph_fs.h | 4 +--
include/linux/ceph/libceph.h | 6 ----
include/linux/ceph/osd_client.h | 2 --
include/linux/ceph/pagelist.h | 12 --------
net/ceph/crypto.c | 12 --------
net/ceph/crypto.h | 1 -
net/ceph/osd_client.c | 34 ----------------------
net/ceph/pagelist.c | 38 -------------------------
net/ceph/pagevec.c | 52 ----------------------------------
22 files changed, 65 insertions(+), 230 deletions(-)
next reply other threads:[~2024-11-29 18:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-29 18:03 Ilya Dryomov [this message]
2024-11-30 18:39 ` [GIT PULL] Ceph fixes for 6.13-rc1 pr-tracker-bot
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=20241129180323.3625355-1-idryomov@gmail.com \
--to=idryomov@gmail.com \
--cc=ceph-devel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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