summaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAgeFilesLines
* libceph, rbd, ceph: convert to use the new mount APIDavid Howells2019-11-271-109/+153
* rbd: ask for a weaker incompat mask for read-only mappingsIlya Dryomov2019-11-251-4/+11
* rbd: don't query snapshot featuresIlya Dryomov2019-11-251-37/+1
* rbd: remove snapshot existence validation codeIlya Dryomov2019-11-251-39/+3
* rbd: don't establish watch for read-only mappingsIlya Dryomov2019-11-251-14/+27
* rbd: don't acquire exclusive lock for read-only mappingsIlya Dryomov2019-11-251-2/+13
* rbd: disallow read-write partitions on images mapped read-onlyIlya Dryomov2019-11-251-3/+10
* rbd: treat images mapped read-only seriouslyIlya Dryomov2019-11-251-5/+8
* rbd: introduce RBD_DEV_FLAG_READONLYIlya Dryomov2019-11-251-5/+14
* rbd: introduce rbd_is_snap()Ilya Dryomov2019-11-251-8/+13
* rbd: fix spelling mistake "requeueing" -> "requeuing"Colin Ian King2019-11-251-1/+1
* rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()Ilya Dryomov2019-11-141-1/+1
* rbd: cancel lock_dwork if the wait is interruptedDongsheng Yang2019-10-151-3/+6
* rbd: pull rbd_img_request_create() dout out into the callersIlya Dryomov2019-09-161-2/+6
* rbd: fix response length parameter for encoded stringsDongsheng Yang2019-09-161-4/+6
* rbd: restore zeroing past the overlap when reading from parentIlya Dryomov2019-08-281-0/+11
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-181-588/+1600
|\
| * rbd: setallochint only if object doesn't existIlya Dryomov2019-07-081-5/+14
| * rbd: support for object-map and fast-diffIlya Dryomov2019-07-081-3/+717
| * rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()Ilya Dryomov2019-07-081-8/+6
| * libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2019-07-081-4/+4
| * rbd: new exclusive lock wait/wake codeIlya Dryomov2019-07-081-143/+186
| * rbd: quiescing lock should wait for image requestsIlya Dryomov2019-07-081-14/+90
| * rbd: lock should be quiesced on reacquireIlya Dryomov2019-07-081-14/+21
| * rbd: introduce copyup state machineIlya Dryomov2019-07-081-64/+123
| * rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()Ilya Dryomov2019-07-081-13/+13
| * rbd: move OSD request allocation into object request state machinesIlya Dryomov2019-07-081-118/+96
| * rbd: factor out __rbd_osd_setup_discard_ops()Ilya Dryomov2019-07-081-16/+27
| * rbd: factor out rbd_osd_setup_copyup()Ilya Dryomov2019-07-081-12/+17
| * rbd: introduce obj_req->osd_reqs listIlya Dryomov2019-07-081-91/+100
| * rbd: introduce image request state machineIlya Dryomov2019-07-081-57/+137
| * rbd: move OSD request submission into object request state machinesIlya Dryomov2019-07-081-11/+49
| * rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}Ilya Dryomov2019-07-081-52/+60
| * rbd: replace obj_req->tried_parent with obj_req->read_stateIlya Dryomov2019-07-081-36/+46
| * rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferredIlya Dryomov2019-07-081-91/+58
|/
* rbd: don't assert on writes to snapshotsIlya Dryomov2019-05-071-2/+6
* rbd: client_mutex is never nestedIlya Dryomov2019-05-071-1/+1
* rbd: convert all rbd_assert(0) to BUG()Arnd Bergmann2019-05-071-6/+6
* rbd: avoid clang -Wuninitialized warningArnd Bergmann2019-05-071-1/+1
* rbd: drop wait_for_latest_osdmap()Ilya Dryomov2019-03-201-18/+2
* rbd: set io_min, io_opt and discard_granularity to alloc_sizeIlya Dryomov2019-03-181-4/+4
* Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-121-103/+297
|\
| * rbd: advertise support for RBD_FEATURE_DEEP_FLATTENIlya Dryomov2019-03-051-0/+2
| * rbd: whole-object write and zeroout should copyup when snapshots existIlya Dryomov2019-03-051-5/+7
| * rbd: copyup with an empty snapshot context (aka deep-copyup)Ilya Dryomov2019-03-051-10/+79
| * rbd: introduce rbd_obj_issue_copyup_ops()Ilya Dryomov2019-03-051-33/+43
| * rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()Ilya Dryomov2019-03-051-31/+59
| * rbd: factor out __rbd_osd_req_create()Ilya Dryomov2019-03-051-7/+12
| * rbd: clear ->xferred on error from rbd_obj_issue_copyup()Ilya Dryomov2019-03-051-0/+1
| * rbd: remove experimental designation from kernel layeringIlya Dryomov2019-03-051-8/+0