summaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAge
* rbd: cancel lock_dwork if the wait is interruptedDongsheng Yang2019-10-15
* rbd: pull rbd_img_request_create() dout out into the callersIlya Dryomov2019-09-16
* rbd: fix response length parameter for encoded stringsDongsheng Yang2019-09-16
* rbd: restore zeroing past the overlap when reading from parentIlya Dryomov2019-08-28
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-18
|\
| * rbd: setallochint only if object doesn't existIlya Dryomov2019-07-08
| * rbd: support for object-map and fast-diffIlya Dryomov2019-07-08
| * rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()Ilya Dryomov2019-07-08
| * libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2019-07-08
| * rbd: new exclusive lock wait/wake codeIlya Dryomov2019-07-08
| * rbd: quiescing lock should wait for image requestsIlya Dryomov2019-07-08
| * rbd: lock should be quiesced on reacquireIlya Dryomov2019-07-08
| * rbd: introduce copyup state machineIlya Dryomov2019-07-08
| * rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()Ilya Dryomov2019-07-08
| * rbd: move OSD request allocation into object request state machinesIlya Dryomov2019-07-08
| * rbd: factor out __rbd_osd_setup_discard_ops()Ilya Dryomov2019-07-08
| * rbd: factor out rbd_osd_setup_copyup()Ilya Dryomov2019-07-08
| * rbd: introduce obj_req->osd_reqs listIlya Dryomov2019-07-08
| * rbd: introduce image request state machineIlya Dryomov2019-07-08
| * rbd: move OSD request submission into object request state machinesIlya Dryomov2019-07-08
| * rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}Ilya Dryomov2019-07-08
| * rbd: replace obj_req->tried_parent with obj_req->read_stateIlya Dryomov2019-07-08
| * rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferredIlya Dryomov2019-07-08
|/
* rbd: don't assert on writes to snapshotsIlya Dryomov2019-05-07
* rbd: client_mutex is never nestedIlya Dryomov2019-05-07
* rbd: convert all rbd_assert(0) to BUG()Arnd Bergmann2019-05-07
* rbd: avoid clang -Wuninitialized warningArnd Bergmann2019-05-07
* 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