aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
AgeCommit message (Expand)Author
2020-09-17rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov
2020-05-15rbd: work around -Wuninitialized warningArnd Bergmann
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
2019-03-12Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-05rbd: advertise support for RBD_FEATURE_DEEP_FLATTENIlya Dryomov
2019-03-05rbd: whole-object write and zeroout should copyup when snapshots existIlya Dryomov
2019-03-05rbd: copyup with an empty snapshot context (aka deep-copyup)Ilya Dryomov
2019-03-05rbd: introduce rbd_obj_issue_copyup_ops()Ilya Dryomov
2019-03-05rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()Ilya Dryomov
2019-03-05rbd: factor out __rbd_osd_req_create()Ilya Dryomov
2019-03-05rbd: clear ->xferred on error from rbd_obj_issue_copyup()Ilya Dryomov
2019-03-05rbd: remove experimental designation from kernel layeringIlya Dryomov
2019-03-05rbd: round off and ignore discards that are too smallIlya Dryomov
2019-03-05rbd: handle DISCARD and WRITE_ZEROES separatelyIlya Dryomov
2019-03-05rbd: get rid of obj_req->obj_request_countIlya Dryomov
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei
2019-01-22block: rbd: convert to use BUS_ATTR_WO and ROGreg Kroah-Hartman
2019-01-10rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov
2018-10-22rbd: add __init/__exit annotationsChengguang Xu
2018-09-06rbd: support cloning across namespacesIlya Dryomov
2018-09-06rbd: factor out get_parent_info()Ilya Dryomov
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann
2018-08-02rbd: support for images within namespacesIlya Dryomov
2018-08-02rbd: pass rbd_spec into parse_rbd_opts_token()Ilya Dryomov
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-06-04rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov
2018-04-16rbd: notrim map optionIlya Dryomov
2018-04-16rbd: adjust queue limits for "fancy" stripingIlya Dryomov
2018-04-16rbd: avoid Wreturn-type warningsArnd Bergmann
2018-04-16rbd: support timeout in rbd_wait_state_locked()Dongsheng Yang
2018-04-16rbd: refactor rbd_wait_state_locked()Ilya Dryomov
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-04-02rbd: remove VLA usageKyle Spiers
2018-04-02rbd: fix spelling mistake: "reregisteration" -> "reregistration"Colin Ian King
2018-04-02rbd: get the latest osdmap when using an existing clientIlya Dryomov