summaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAgeFilesLines
* rbd: don't assert on writes to snapshotsIlya Dryomov2019-05-071-2/+6
* rbd: client_mutex is never nestedIlya Dryomov2019-05-071-1/+1
* rbd: convert all rbd_assert(0) to BUG()Arnd Bergmann2019-05-071-6/+6
* rbd: avoid clang -Wuninitialized warningArnd Bergmann2019-05-071-1/+1
* rbd: drop wait_for_latest_osdmap()Ilya Dryomov2019-03-201-18/+2
* rbd: set io_min, io_opt and discard_granularity to alloc_sizeIlya Dryomov2019-03-181-4/+4
* Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-121-103/+297
|\
| * rbd: advertise support for RBD_FEATURE_DEEP_FLATTENIlya Dryomov2019-03-051-0/+2
| * rbd: whole-object write and zeroout should copyup when snapshots existIlya Dryomov2019-03-051-5/+7
| * rbd: copyup with an empty snapshot context (aka deep-copyup)Ilya Dryomov2019-03-051-10/+79
| * rbd: introduce rbd_obj_issue_copyup_ops()Ilya Dryomov2019-03-051-33/+43
| * rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()Ilya Dryomov2019-03-051-31/+59
| * rbd: factor out __rbd_osd_req_create()Ilya Dryomov2019-03-051-7/+12
| * rbd: clear ->xferred on error from rbd_obj_issue_copyup()Ilya Dryomov2019-03-051-0/+1
| * rbd: remove experimental designation from kernel layeringIlya Dryomov2019-03-051-8/+0
| * rbd: round off and ignore discards that are too smallIlya Dryomov2019-03-051-6/+55
| * rbd: handle DISCARD and WRITE_ZEROES separatelyIlya Dryomov2019-03-051-10/+51
| * rbd: get rid of obj_req->obj_request_countIlya Dryomov2019-03-051-5/+0
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-1/+1
|\ \
| * | block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+1
| |/
* / block: rbd: convert to use BUS_ATTR_WO and ROGreg Kroah-Hartman2019-01-221-26/+19
|/
* rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov2019-01-101-5/+4
* libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov2018-10-221-7/+12
* libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov2018-10-221-2/+1
* rbd: add __init/__exit annotationsChengguang Xu2018-10-221-3/+3
* rbd: support cloning across namespacesIlya Dryomov2018-09-061-14/+97
* rbd: factor out get_parent_info()Ilya Dryomov2018-09-061-48/+86
* Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-08-201-37/+88
|\
| * libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-021-1/+1
| * rbd: support for images within namespacesIlya Dryomov2018-08-021-2/+49
| * rbd: pass rbd_spec into parse_rbd_opts_token()Ilya Dryomov2018-08-021-33/+37
| * libceph: amend "bad option arg" error messageIlya Dryomov2018-08-021-1/+1
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
|/
* Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-151-4/+7
|\
| * rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang2018-06-041-1/+1
| * libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu2018-06-041-3/+6
* | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-22/+22
|\ \ | |/ |/|
| * block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-22/+22
* | libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov2018-05-101-1/+3
|/
* rbd: notrim map optionIlya Dryomov2018-04-161-5/+14
* rbd: adjust queue limits for "fancy" stripingIlya Dryomov2018-04-161-9/+8
* rbd: avoid Wreturn-type warningsArnd Bergmann2018-04-161-3/+3
* rbd: support timeout in rbd_wait_state_locked()Dongsheng Yang2018-04-161-1/+21
* rbd: refactor rbd_wait_state_locked()Ilya Dryomov2018-04-161-17/+26
* Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-101-1472/+980
|\
| * rbd: remove VLA usageKyle Spiers2018-04-021-4/+4
| * rbd: fix spelling mistake: "reregisteration" -> "reregistration"Colin Ian King2018-04-021-1/+1
| * rbd: get the latest osdmap when using an existing clientIlya Dryomov2018-04-021-36/+33
| * rbd: move rbd_get_client() below rbd_put_client()Ilya Dryomov2018-04-021-20/+20
| * rbd: remove redundant declaration of rbd_spec_put()Ilya Dryomov2018-04-021-1/+0