[GIT PULL] Ceph fixes for 7.3-rc2

From: Ilya Dryomov

Date: Fri Sep 04 2026 - 14:50:01 EST


Hi Linus,

The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:

Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)

are available in the Git repository at:

https://github.com/ceph/ceph-client.git tags/ceph-for-7.3-rc2

for you to fetch changes up to dc173b37415e8f738fc4de477490056b479ddc9f:

ceph: apply nearfull_sync option on remount (2026-09-02 12:23:05 +0200)

----------------------------------------------------------------
A small fixup for the new nearfull_sync mount option, a potential
use-after-free fix (marked for stable) and a patch that eliminates
the last use of PageWriteback macro in the tree.

----------------------------------------------------------------
Alex Markuze (1):
ceph: apply nearfull_sync option on remount

Max Kellermann (1):
ceph: lock mutex in ceph_mds_check_access()

Tal Zussman (1):
libceph: remove pinning assertion in ceph_msg_data_iter_next()

fs/ceph/mds_client.c | 4 ++++
fs/ceph/mds_client.h | 1 +
fs/ceph/super.c | 5 +++++
net/ceph/messenger.c | 1 -
4 files changed, 10 insertions(+), 1 deletion(-)