aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/rbd.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-20/+11
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-6/+2
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-02-07new primitive: __fs_parse()Gravatar Al Viro 1-1/+1
2020-02-07switch rbd and libceph to p_log-based primitivesGravatar Al Viro 1-8/+6
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadGravatar Al Viro 1-0/+1
2020-02-07Pass consistent param->type to fs_parse()Gravatar Al Viro 1-5/+2
2020-01-27rbd: set the 'device' link in sysfsGravatar Hannes Reinecke 1-1/+1
2020-01-27rbd: work around -Wuninitialized warningGravatar Arnd Bergmann 1-1/+1
2019-11-27libceph, rbd, ceph: convert to use the new mount APIGravatar David Howells 1-109/+153
2019-11-25rbd: ask for a weaker incompat mask for read-only mappingsGravatar Ilya Dryomov 1-4/+11
2019-11-25rbd: don't query snapshot featuresGravatar Ilya Dryomov 1-37/+1
2019-11-25rbd: remove snapshot existence validation codeGravatar Ilya Dryomov 1-39/+3
2019-11-25rbd: don't establish watch for read-only mappingsGravatar Ilya Dryomov 1-14/+27
2019-11-25rbd: don't acquire exclusive lock for read-only mappingsGravatar Ilya Dryomov 1-2/+13
2019-11-25rbd: disallow read-write partitions on images mapped read-onlyGravatar Ilya Dryomov 1-3/+10
2019-11-25rbd: treat images mapped read-only seriouslyGravatar Ilya Dryomov 1-5/+8
2019-11-25rbd: introduce RBD_DEV_FLAG_READONLYGravatar Ilya Dryomov 1-5/+14
2019-11-25rbd: introduce rbd_is_snap()Gravatar Ilya Dryomov 1-8/+13
2019-11-25rbd: fix spelling mistake "requeueing" -> "requeuing"Gravatar Colin Ian King 1-1/+1
2019-11-14rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()Gravatar Ilya Dryomov 1-1/+1
2019-10-15rbd: cancel lock_dwork if the wait is interruptedGravatar Dongsheng Yang 1-3/+6
2019-09-16rbd: pull rbd_img_request_create() dout out into the callersGravatar Ilya Dryomov 1-2/+6
2019-09-16rbd: fix response length parameter for encoded stringsGravatar Dongsheng Yang 1-4/+6
2019-08-28rbd: restore zeroing past the overlap when reading from parentGravatar Ilya Dryomov 1-0/+11
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-588/+1600
2019-07-08rbd: setallochint only if object doesn't existGravatar Ilya Dryomov 1-5/+14
2019-07-08rbd: support for object-map and fast-diffGravatar Ilya Dryomov 1-3/+717
2019-07-08rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()Gravatar Ilya Dryomov 1-8/+6
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseGravatar Ilya Dryomov 1-4/+4
2019-07-08rbd: new exclusive lock wait/wake codeGravatar Ilya Dryomov 1-143/+186
2019-07-08rbd: quiescing lock should wait for image requestsGravatar Ilya Dryomov 1-14/+90
2019-07-08rbd: lock should be quiesced on reacquireGravatar Ilya Dryomov 1-14/+21
2019-07-08rbd: introduce copyup state machineGravatar Ilya Dryomov 1-64/+123
2019-07-08rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()Gravatar Ilya Dryomov 1-13/+13
2019-07-08rbd: move OSD request allocation into object request state machinesGravatar Ilya Dryomov 1-118/+96
2019-07-08rbd: factor out __rbd_osd_setup_discard_ops()Gravatar Ilya Dryomov 1-16/+27
2019-07-08rbd: factor out rbd_osd_setup_copyup()Gravatar Ilya Dryomov 1-12/+17
2019-07-08rbd: introduce obj_req->osd_reqs listGravatar Ilya Dryomov 1-91/+100
2019-07-08rbd: introduce image request state machineGravatar Ilya Dryomov 1-57/+137
2019-07-08rbd: move OSD request submission into object request state machinesGravatar Ilya Dryomov 1-11/+49
2019-07-08rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}Gravatar Ilya Dryomov 1-52/+60
2019-07-08rbd: replace obj_req->tried_parent with obj_req->read_stateGravatar Ilya Dryomov 1-36/+46
2019-07-08rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferredGravatar Ilya Dryomov 1-91/+58
2019-05-07rbd: don't assert on writes to snapshotsGravatar Ilya Dryomov 1-2/+6
2019-05-07rbd: client_mutex is never nestedGravatar Ilya Dryomov 1-1/+1
2019-05-07rbd: convert all rbd_assert(0) to BUG()Gravatar Arnd Bergmann 1-6/+6
2019-05-07rbd: avoid clang -Wuninitialized warningGravatar Arnd Bergmann 1-1/+1
2019-03-20rbd: drop wait_for_latest_osdmap()Gravatar Ilya Dryomov 1-18/+2
2019-03-18rbd: set io_min, io_opt and discard_granularity to alloc_sizeGravatar Ilya Dryomov 1-4/+4