mbox series

[GIT,PULL] Ceph fixes for 6.14-rc1

Message ID 20250131181425.3962976-1-idryomov@gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Ceph fixes for 6.14-rc1 | expand

Pull-request

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

Message

Ilya Dryomov Jan. 31, 2025, 6:14 p.m. UTC
Hi Linus,

The following changes since commit 5bc55a333a2f7316b58edc7573e8e893f7acb532:

  Linux 6.13-rc7 (2025-01-12 14:37:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3981be13ec1baf811bfb93ed6a98bafc85cdeab1:

  ceph: exchange hardcoded value on NAME_MAX (2025-01-27 16:07:42 +0100)

----------------------------------------------------------------
A fix for a memory leak from Antoine (marked for stable) and two
cleanups from Liang and Slava, all in CephFS.

----------------------------------------------------------------
Antoine Viallon (1):
      ceph: fix memory leak in ceph_mds_auth_match()

Liang Jie (1):
      ceph: streamline request head structures in MDS client

Viacheslav Dubeyko (1):
      ceph: exchange hardcoded value on NAME_MAX

 fs/ceph/debugfs.c            |  2 +-
 fs/ceph/mds_client.c         | 32 ++++++++++++++++----------------
 include/linux/ceph/ceph_fs.h | 14 --------------
 3 files changed, 17 insertions(+), 31 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 31, 2025, 8:27 p.m. UTC | #1
The pull request you sent on Fri, 31 Jan 2025 19:14:22 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/626d1a1e99583f846e44d6eefdc9d1c8b82c372d

Thank you!