mbox series

[GIT,PULL] Ceph fixes for 6.12-rc1

Message ID 20240927214629.141146-1-idryomov@gmail.com
State New
Headers show
Series [GIT,PULL] Ceph fixes for 6.12-rc1 | expand

Pull-request

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

Message

Ilya Dryomov Sept. 27, 2024, 9:46 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 28, 2024, 4:45 p.m. UTC | #1
The pull request you sent on Fri, 27 Sep 2024 23:46:17 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/894b3c35d1de9cfa4f72b21e280d80d278879c20

Thank you!