summaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAge
* rbd: drop wait_for_latest_osdmap()Ilya Dryomov2019-03-20
* rbd: set io_min, io_opt and discard_granularity to alloc_sizeIlya Dryomov2019-03-18
* Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-12
|\
| * rbd: advertise support for RBD_FEATURE_DEEP_FLATTENIlya Dryomov2019-03-05
| * rbd: whole-object write and zeroout should copyup when snapshots existIlya Dryomov2019-03-05
| * rbd: copyup with an empty snapshot context (aka deep-copyup)Ilya Dryomov2019-03-05
| * rbd: introduce rbd_obj_issue_copyup_ops()Ilya Dryomov2019-03-05
| * rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()Ilya Dryomov2019-03-05
| * rbd: factor out __rbd_osd_req_create()Ilya Dryomov2019-03-05
| * rbd: clear ->xferred on error from rbd_obj_issue_copyup()Ilya Dryomov2019-03-05
| * rbd: remove experimental designation from kernel layeringIlya Dryomov2019-03-05
| * rbd: round off and ignore discards that are too smallIlya Dryomov2019-03-05
| * rbd: handle DISCARD and WRITE_ZEROES separatelyIlya Dryomov2019-03-05
| * rbd: get rid of obj_req->obj_request_countIlya Dryomov2019-03-05
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-08
|\ \
| * | block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-15
| |/
* / block: rbd: convert to use BUS_ATTR_WO and ROGreg Kroah-Hartman2019-01-22
|/
* rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov2019-01-10
* libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov2018-10-22
* libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov2018-10-22
* rbd: add __init/__exit annotationsChengguang Xu2018-10-22
* rbd: support cloning across namespacesIlya Dryomov2018-09-06
* rbd: factor out get_parent_info()Ilya Dryomov2018-09-06
* Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-08-20
|\
| * libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-02
| * rbd: support for images within namespacesIlya Dryomov2018-08-02
| * rbd: pass rbd_spec into parse_rbd_opts_token()Ilya Dryomov2018-08-02
| * libceph: amend "bad option arg" error messageIlya Dryomov2018-08-02
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-21
|/
* Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-14
|\
| * rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang2018-06-04
| * libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu2018-06-04
* | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-04
|\ \ | |/ |/|
| * block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-24
* | libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov2018-05-10
|/
* rbd: notrim map optionIlya Dryomov2018-04-16
* rbd: adjust queue limits for "fancy" stripingIlya Dryomov2018-04-16
* rbd: avoid Wreturn-type warningsArnd Bergmann2018-04-16
* rbd: support timeout in rbd_wait_state_locked()Dongsheng Yang2018-04-16
* rbd: refactor rbd_wait_state_locked()Ilya Dryomov2018-04-16
* Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-10
|\
| * rbd: remove VLA usageKyle Spiers2018-04-02
| * rbd: fix spelling mistake: "reregisteration" -> "reregistration"Colin Ian King2018-04-02
| * rbd: get the latest osdmap when using an existing clientIlya Dryomov2018-04-02
| * rbd: move rbd_get_client() below rbd_put_client()Ilya Dryomov2018-04-02
| * rbd: remove redundant declaration of rbd_spec_put()Ilya Dryomov2018-04-02
| * rbd: allow "fancy" stripingIlya Dryomov2018-04-02
| * rbd: introduce OWN_BVECS data typeIlya Dryomov2018-04-02
| * rbd: remove rbd_parent_request_{create,destroy}()Ilya Dryomov2018-04-02
| * rbd: get rid of img_req->{offset,length}Ilya Dryomov2018-04-02