summaryrefslogtreecommitdiff
path: root/drivers/block/rbd.c
AgeCommit message (Expand)Author
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07new primitive: __fs_parse()Al Viro
2020-02-07switch rbd and libceph to p_log-based primitivesAl Viro
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadAl Viro
2020-02-07Pass consistent param->type to fs_parse()Al Viro
2020-01-27rbd: set the 'device' link in sysfsHannes Reinecke
2020-01-27rbd: work around -Wuninitialized warningArnd Bergmann
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells
2019-11-25rbd: ask for a weaker incompat mask for read-only mappingsIlya Dryomov
2019-11-25rbd: don't query snapshot featuresIlya Dryomov
2019-11-25rbd: remove snapshot existence validation codeIlya Dryomov
2019-11-25rbd: don't establish watch for read-only mappingsIlya Dryomov
2019-11-25rbd: don't acquire exclusive lock for read-only mappingsIlya Dryomov
2019-11-25rbd: disallow read-write partitions on images mapped read-onlyIlya Dryomov
2019-11-25rbd: treat images mapped read-only seriouslyIlya Dryomov
2019-11-25rbd: introduce RBD_DEV_FLAG_READONLYIlya Dryomov
2019-11-25rbd: introduce rbd_is_snap()Ilya Dryomov
2019-11-25rbd: fix spelling mistake "requeueing" -> "requeuing"Colin Ian King
2019-11-14rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()Ilya Dryomov
2019-10-15rbd: cancel lock_dwork if the wait is interruptedDongsheng Yang
2019-09-16rbd: pull rbd_img_request_create() dout out into the callersIlya Dryomov
2019-09-16rbd: fix response length parameter for encoded stringsDongsheng Yang
2019-08-28rbd: restore zeroing past the overlap when reading from parentIlya Dryomov
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-08rbd: setallochint only if object doesn't existIlya Dryomov
2019-07-08rbd: support for object-map and fast-diffIlya Dryomov
2019-07-08rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()Ilya Dryomov
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov
2019-07-08rbd: new exclusive lock wait/wake codeIlya Dryomov
2019-07-08rbd: quiescing lock should wait for image requestsIlya Dryomov
2019-07-08rbd: lock should be quiesced on reacquireIlya Dryomov
2019-07-08rbd: introduce copyup state machineIlya Dryomov
2019-07-08rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()Ilya Dryomov
2019-07-08rbd: move OSD request allocation into object request state machinesIlya Dryomov
2019-07-08rbd: factor out __rbd_osd_setup_discard_ops()Ilya Dryomov
2019-07-08rbd: factor out rbd_osd_setup_copyup()Ilya Dryomov
2019-07-08rbd: introduce obj_req->osd_reqs listIlya Dryomov
2019-07-08rbd: introduce image request state machineIlya Dryomov
2019-07-08rbd: move OSD request submission into object request state machinesIlya Dryomov
2019-07-08rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}Ilya Dryomov
2019-07-08rbd: replace obj_req->tried_parent with obj_req->read_stateIlya Dryomov
2019-07-08rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferredIlya Dryomov
2019-05-07rbd: don't assert on writes to snapshotsIlya Dryomov
2019-05-07rbd: client_mutex is never nestedIlya Dryomov
2019-05-07rbd: convert all rbd_assert(0) to BUG()Arnd Bergmann
2019-05-07rbd: avoid clang -Wuninitialized warningArnd Bergmann
2019-03-20rbd: drop wait_for_latest_osdmap()Ilya Dryomov
2019-03-18rbd: set io_min, io_opt and discard_granularity to alloc_sizeIlya Dryomov