[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240322175308.2289495-1-idryomov@gmail.com>
Date: Fri, 22 Mar 2024 18:53:07 +0100
From: Ilya Dryomov <idryomov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: ceph-devel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] Ceph fixes for 6.9-rc1
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(-)
Powered by blists - more mailing lists