[GIT PULL] Ceph fixes for 6.12-rc1

From: Ilya Dryomov
Date: Fri Sep 27 2024 - 17:46:56 EST


Hi Linus,

The following changes since commit 5be63fc19fcaa4c236b307420483578a56986a37:

Linux 6.11-rc5 (2024-08-25 19:07:11 +1200)

are available in the Git repository at:

https://github.com/ceph/ceph-client.git tags/ceph-for-6.12-rc1

for you to fetch changes up to c08dfb1b49492c09cf13838c71897493ea3b424e:

ceph: remove the incorrect Fw reference check when dirtying pages (2024-09-24 22:51:33 +0200)

----------------------------------------------------------------
Three CephFS fixes from Xiubo and Luis and a bunch of assorted
cleanups.

----------------------------------------------------------------
Chen Yufan (1):
ceph: Convert to use jiffies macro

Li Zetao (1):
libceph: use min() to simplify code in ceph_dns_resolve_name()

Luis Henriques (SUSE) (1):
ceph: fix a memory leak on cap_auths in MDS client

Xiubo Li (3):
ceph: rename ceph_flush_cap_releases() to ceph_flush_session_cap_releases()
ceph: flush all caps releases when syncing the whole filesystem
ceph: remove the incorrect Fw reference check when dirtying pages

Yan Zhen (1):
ceph: Fix typo in the comment

Yue Haibing (1):
ceph: Remove unused declarations

Zhang Zekun (1):
ceph: Remove empty definition in header file

fs/ceph/addr.c | 1 -
fs/ceph/caps.c | 29 ++++++++++++++++++++++++++---
fs/ceph/dir.c | 2 +-
fs/ceph/inode.c | 2 +-
fs/ceph/mds_client.c | 25 +++++++++++++++++++------
fs/ceph/mds_client.h | 7 ++-----
fs/ceph/super.c | 1 +
fs/ceph/super.h | 7 +------
include/linux/ceph/osd_client.h | 2 --
net/ceph/messenger.c | 2 +-
10 files changed, 52 insertions(+), 26 deletions(-)