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