• Yan, Zheng's avatar
    ceph: scattered page writeback · 5b64640c
    Yan, Zheng authored
    This patch makes ceph_writepages_start() try using single OSD request
    to write all dirty pages within a strip unit. When a nonconsecutive
    dirty page is found, ceph_writepages_start() tries starting a new write
    operation to existing OSD request. If it succeeds, it uses the new
    operation to writeback the dirty page.
    Signed-off-by: default avatarYan, Zheng <zyan@redhat.com>
    5b64640c
addr.c 49.1 KB