mbox series

[GIT,PULL] Ceph fixes for 6.9-rc1

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

Pull-request

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

Message

Ilya Dryomov March 22, 2024, 5:53 p.m. UTC
Hi Linus,

The following changes since commit e8f897f4afef0031fe618a8e94127a0934896aba:

  Linux 6.8 (2024-03-10 13:38:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 825b82f6b82aa38dbb771d24e135152012500e51:

  ceph: set correct cap mask for getattr request for read (2024-03-19 14:35:55 +0100)

----------------------------------------------------------------
A patch to minimize blockage when processing very large batches of
dirty caps and two fixes to better handle EOF in the face of multiple
clients performing reads and size-extending writes at the same time.

----------------------------------------------------------------
Chengming Zhou (1):
      ceph: remove SLAB_MEM_SPREAD flag usage

Xiubo Li (3):
      ceph: break the check delayed cap loop every 5s
      ceph: stop copying to iter at EOF on sync reads
      ceph: set correct cap mask for getattr request for read

 fs/ceph/caps.c  |  8 ++++++++
 fs/ceph/file.c  | 31 ++++++++++++++++++-------------
 fs/ceph/super.c | 18 +++++++++---------
 3 files changed, 35 insertions(+), 22 deletions(-)

Comments

pr-tracker-bot@kernel.org March 22, 2024, 6:17 p.m. UTC | #1
The pull request you sent on Fri, 22 Mar 2024 18:53:07 +0100:

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

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

Thank you!