aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+11
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-6/+2
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07new primitive: __fs_parse()Al Viro1-1/+1
2020-02-07switch rbd and libceph to p_log-based primitivesAl Viro1-8/+6
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadAl Viro1-0/+1
2020-02-07Pass consistent param->type to fs_parse()Al Viro1-5/+2
2020-01-27rbd: set the 'device' link in sysfsHannes Reinecke1-1/+1
2020-01-27rbd: work around -Wuninitialized warningArnd Bergmann1-1/+1
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