]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os: implement readv
authorxie xingguo <xie.xingguo@zte.com.cn>
Fri, 30 Aug 2019 09:04:02 +0000 (17:04 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 4 Sep 2019 05:20:52 +0000 (13:20 +0800)
commitcbf36a0ff9d5cc33f1fff5f8024879f7e03d396b
tree18276073f7a46ad7f03e1e184a19993f2213a2fd
parenta34f98f0f510968060429e9a4be8e5090cc83246
os: implement readv

Currently only works for bluestore.
The default version still reads each extent separately synchronously,
but I think that should not be a concern?

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/ObjectStore.h
src/os/bluestore/BlueStore.cc
src/os/bluestore/BlueStore.h