CEPH filesystem development
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ceph: fix cephfs rsync kworker high load issue
@ 2022-02-23  1:59 xiubli
  2022-02-23  1:59 ` [PATCH v3 1/2] ceph: allocate capsnap memory outside of ceph_queue_cap_snap() xiubli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: xiubli @ 2022-02-23  1:59 UTC (permalink / raw)
  To: jlayton; +Cc: idryomov, vshankar, ceph-devel, Xiubo Li

From: Xiubo Li <xiubli@redhat.com>

V3:
- switch to use the kmem_cache_zalloc() to zero the memory.
- rebase to the latest code in testing branch.

V2:
- allocate the capsnap memory ourside of ceph_queue_cap_snap() from
Jeff's advice.
- fix the code style and logs to make the logs to be more readable

Xiubo Li (2):
  ceph: allocate capsnap memory outside of ceph_queue_cap_snap()
  ceph: misc fix for code style and logs

 fs/ceph/snap.c | 168 ++++++++++++++++++++++++++-----------------------
 1 file changed, 90 insertions(+), 78 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-23 12:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-23  1:59 [PATCH v3 0/2] ceph: fix cephfs rsync kworker high load issue xiubli
2022-02-23  1:59 ` [PATCH v3 1/2] ceph: allocate capsnap memory outside of ceph_queue_cap_snap() xiubli
2022-02-23  1:59 ` [PATCH v3 2/2] ceph: misc fix for code style and logs xiubli
2022-02-23 12:49 ` [PATCH v3 0/2] ceph: fix cephfs rsync kworker high load issue Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox