Message ID | 20200601195826.17159-1-idryomov@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | rbd: compression_hint option | expand |
On Mon, Jun 1, 2020 at 3:58 PM Ilya Dryomov <idryomov@gmail.com> wrote: > > Hello, > > This adds support for RADOS compressible/incompressible allocation > hints, available since Kraken. > > Thanks, > > Ilya > > > Ilya Dryomov (2): > libceph: support for alloc hint flags > rbd: compression_hint option > > drivers/block/rbd.c | 44 ++++++++++++++++++++++++++++++++- > include/linux/ceph/osd_client.h | 4 ++- > include/linux/ceph/rados.h | 14 +++++++++++ > net/ceph/osd_client.c | 8 +++++- > 4 files changed, 67 insertions(+), 3 deletions(-) > > -- > 2.19.2 > lgtm Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Dongsheng Yang<dongsheng.yang@easystack.cn> Thanx Yang 在 6/2/2020 3:58 AM, Ilya Dryomov 写道: > Hello, > > This adds support for RADOS compressible/incompressible allocation > hints, available since Kraken. > > Thanks, > > Ilya > > > Ilya Dryomov (2): > libceph: support for alloc hint flags > rbd: compression_hint option > > drivers/block/rbd.c | 44 ++++++++++++++++++++++++++++++++- > include/linux/ceph/osd_client.h | 4 ++- > include/linux/ceph/rados.h | 14 +++++++++++ > net/ceph/osd_client.c | 8 +++++- > 4 files changed, 67 insertions(+), 3 deletions(-) >