mbox series

[0/2] rbd: compression_hint option

Message ID 20200601195826.17159-1-idryomov@gmail.com (mailing list archive)
Headers show
Series rbd: compression_hint option | expand

Message

Ilya Dryomov June 1, 2020, 7:58 p.m. UTC
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(-)

Comments

Jason Dillaman June 1, 2020, 9:23 p.m. UTC | #1
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>
Dongsheng Yang June 2, 2020, 2:34 a.m. UTC | #2
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(-)
>