[GIT PULL] Ceph fixes for 6.9-rc1

From: Ilya Dryomov
Date: Fri Mar 22 2024 - 13:53:33 EST


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(-)