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 updates for 7.0-rc1
Date: Tue, 17 Feb 2026 18:37:40 +0100 [thread overview]
Message-ID: <20260217173743.1840319-1-idryomov@gmail.com> (raw)
Hi Linus,
The following changes since commit 05f7e89ab9731565d8a62e3b5d1ec206485eeb0b:
Linux 6.19 (2026-02-08 13:03:27 -0800)
are available in the Git repository at:
https://github.com/ceph/ceph-client.git tags/ceph-for-7.0-rc1
for you to fetch changes up to cfdde144ae455b8612a756fe7419d57c9b7833c1:
ceph: assert loop invariants in ceph_writepages_start() (2026-02-11 19:14:32 +0100)
----------------------------------------------------------------
This adds support for the upcoming aes256k key type in CephX that is
based on Kerberos 5 and brings a bunch of assorted CephFS fixes from
Ethan and Sam. One of Sam's patches in particular undoes a change in
the fscrypt area that had an inadvertent side effect of making CephFS
behave as if mounted with wsize=4096 and leading to the corresponding
degradation in performance, especially for sequential writes.
----------------------------------------------------------------
Ilya Dryomov (5):
libceph: define and enforce CEPH_MAX_KEY_LEN
libceph: generalize ceph_x_encrypt_offset() and ceph_x_encrypt_buflen()
libceph: introduce ceph_crypto_key_prepare()
libceph: add support for CEPH_CRYPTO_AES256KRB5
libceph: adapt ceph_x_challenge_blob hashing and msgr1 message signing
Sam Edwards (4):
ceph: do not propagate page array emplacement errors as batch errors
ceph: fix write storm on fscrypted files
ceph: remove error return from ceph_process_folio_batch()
ceph: assert loop invariants in ceph_writepages_start()
ethanwu (2):
ceph: supply snapshot context in ceph_zero_partial_object()
ceph: supply snapshot context in ceph_uninline_data()
fs/ceph/addr.c | 47 +++++---
fs/ceph/file.c | 17 ++-
include/linux/ceph/ceph_fs.h | 5 +-
net/ceph/Kconfig | 1 +
net/ceph/auth_x.c | 195 +++++++++++++++++++++---------
net/ceph/auth_x_protocol.h | 38 ++++++
net/ceph/crypto.c | 275 +++++++++++++++++++++++++++++++++++--------
net/ceph/crypto.h | 21 +++-
net/ceph/messenger_v2.c | 16 +--
9 files changed, 481 insertions(+), 134 deletions(-)
next reply other threads:[~2026-02-17 17:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-17 17:37 Ilya Dryomov [this message]
2026-02-17 23:50 ` 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=20260217173743.1840319-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
all inboxes | Powered by JetHome®