]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: new rbd_aio_readv/rbd_aio_writev API methods 13447/head
authorJason Dillaman <dillaman@redhat.com>
Thu, 10 Sep 2015 16:38:33 +0000 (12:38 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 20 Feb 2017 13:19:24 +0000 (08:19 -0500)
commitea7b10501c02fd0df3ff1d548185ac14082344e4
tree0de4dd271fc36a70e967102a13b465d6496a099d
parentb00b67ac56d6a26b9b740600ece43972e6b9e605
librbd: new rbd_aio_readv/rbd_aio_writev API methods

The RBD C API now has scatter/gather IO support via the API. The C++
API uses bufferlists which can also support scatter/gather IO.

Fixes: http://tracker.ceph.com/issues/13025
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rbd/librbd.h
src/librbd/CMakeLists.txt
src/librbd/librbd.cc
src/test/librbd/test_librbd.cc