mbox series

[GIT,PULL] Ceph fixes for 5.17-rc2

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

Pull-request

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

Message

Ilya Dryomov Jan. 28, 2022, 4:08 p.m. UTC
Hi Linus,

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 4584a768f22b7669cdebabc911543621ac661341:

  ceph: set pool_ns in new inode layout for async creates (2022-01-26 20:17:50 +0100)

----------------------------------------------------------------
A ZERO_SIZE_PTR dereference fix from Xiubo and two fixes for async
creates interacting with pool namespace-constrained OSD permissions
from Jeff (marked for stable).

----------------------------------------------------------------
Jeff Layton (2):
      ceph: properly put ceph_string reference after async create attempt
      ceph: set pool_ns in new inode layout for async creates

Xiubo Li (1):
      ceph: put the requests/sessions when it fails to alloc memory

 fs/ceph/caps.c | 55 +++++++++++++++++++++++++++++++++++++------------------
 fs/ceph/file.c |  9 +++++++++
 2 files changed, 46 insertions(+), 18 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 28, 2022, 4:50 p.m. UTC | #1
The pull request you sent on Fri, 28 Jan 2022 17:08:05 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8157f4707360a17027538fa43b1b89b534c65eb9

Thank you!