aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-05rbd: remove experimental designation from kernel layeringIlya Dryomov1-8/+0
2019-03-05rbd: round off and ignore discards that are too smallIlya Dryomov1-6/+55
2019-03-05rbd: handle DISCARD and WRITE_ZEROES separatelyIlya Dryomov1-10/+51
2019-03-05rbd: get rid of obj_req->obj_request_countIlya Dryomov1-5/+0
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+1
2019-01-22block: rbd: convert to use BUS_ATTR_WO and ROGreg Kroah-Hartman1-26/+19
2019-01-10rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov1-5/+4
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov1-7/+12
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov1-2/+1
2018-10-22rbd: add __init/__exit annotationsChengguang Xu1-3/+3
2018-09-06rbd: support cloning across namespacesIlya Dryomov1-14/+97
2018-09-06rbd: factor out get_parent_info()Ilya Dryomov1-48/+86
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-37/+88
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann1-1/+1
2018-08-02rbd: support for images within namespacesIlya Dryomov1-2/+49
2018-08-02rbd: pass rbd_spec into parse_rbd_opts_token()Ilya Dryomov1-33/+37
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov1-1/+1
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+7
2018-06-04rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang1-1/+1
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu1-3/+6
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-22/+22
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-22/+22
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov1-1/+3
2018-04-16rbd: notrim map optionIlya Dryomov1-5/+14
2018-04-16rbd: adjust queue limits for "fancy" stripingIlya Dryomov1-9/+8
2018-04-16rbd: avoid Wreturn-type warningsArnd Bergmann1-3/+3
2018-04-16rbd: support timeout in rbd_wait_state_locked()Dongsheng Yang1-1/+21
2018-04-16rbd: refactor rbd_wait_state_locked()Ilya Dryomov1-17/+26
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1472/+980
2018-04-02rbd: remove VLA usageKyle Spiers1-4/+4
2018-04-02rbd: fix spelling mistake: "reregisteration" -> "reregistration"Colin Ian King1-1/+1
2018-04-02rbd: get the latest osdmap when using an existing clientIlya Dryomov1-36/+33
2018-04-02rbd: move rbd_get_client() below rbd_put_client()Ilya Dryomov1-20/+20
2018-04-02rbd: remove redundant declaration of rbd_spec_put()Ilya Dryomov1-1/+0
2018-04-02rbd: allow "fancy" stripingIlya Dryomov1-27/+2
2018-04-02rbd: introduce OWN_BVECS data typeIlya Dryomov1-7/+149
2018-04-02rbd: remove rbd_parent_request_{create,destroy}()Ilya Dryomov1-68/+6
2018-04-02rbd: get rid of img_req->{offset,length}Ilya Dryomov1-18/+8