CEPH filesystem development
 help / color / mirror / Atom feed
* [PATCH V2 0/6] scattered page writeback
@ 2016-01-19  8:08 Yan, Zheng
  2016-01-19  8:08 ` [PATCH V2 1/6] libceph: enlarge max number of operations in OSD request Yan, Zheng
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Yan, Zheng @ 2016-01-19  8:08 UTC (permalink / raw)
  To: ceph-devel; +Cc: idryomov, Yan, Zheng

This series adds scattered page writeback, which uses one OSD request
to writeback nonconsecutive dirty page within single strip. Scattered
page writeback can increase performance of buffered random writes.

Yan, Zheng (6):
  libceph: enlarge max number of operations in OSD request
  libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op
  libceph: allow reserving operations in OSD request
  libceph: add helper that extends numner of operations in OSD request
  libceph: add helper that duplicates last extent operation
  ceph: scattered page writeback

 drivers/block/rbd.c             |   2 +-
 fs/ceph/addr.c                  | 221 +++++++++++++++++++++++++---------------
 include/linux/ceph/osd_client.h |  17 +++-
 net/ceph/osd_client.c           | 134 ++++++++++++++++++++----
 4 files changed, 268 insertions(+), 106 deletions(-)

Changes since V1
 . Estimate number of discontiguous dirty pages in ceph_writepages_start()
 . Use kzalloc() to allocate r_ops array
 . Calculate reply message size according to max_ops

-- 
2.5.0


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

end of thread, other threads:[~2016-01-19  8:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19  8:08 [PATCH V2 0/6] scattered page writeback Yan, Zheng
2016-01-19  8:08 ` [PATCH V2 1/6] libceph: enlarge max number of operations in OSD request Yan, Zheng
2016-01-19  8:08 ` [PATCH V2 2/6] libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op Yan, Zheng
2016-01-19  8:08 ` [PATCH V2 3/6] libceph: allow reserving operations in OSD request Yan, Zheng
2016-01-19  8:08 ` [PATCH V2 4/6] libceph: add helper that extends numner of " Yan, Zheng
2016-01-19  8:08 ` [PATCH V2 5/6] libceph: add helper that duplicates last extent operation Yan, Zheng
2016-01-19  8:08 ` [PATCH V2 6/6] ceph: scattered page writeback Yan, Zheng

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