summaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rbd: allow "fancy" stripingIlya Dryomov2018-04-021-27/+2
| * rbd: introduce OWN_BVECS data typeIlya Dryomov2018-04-021-7/+149
| * rbd: remove rbd_parent_request_{create,destroy}()Ilya Dryomov2018-04-021-68/+6
| * rbd: get rid of img_req->{offset,length}Ilya Dryomov2018-04-021-18/+8
| * rbd: remove rbd_img_request_fill() and helpersIlya Dryomov2018-04-021-98/+0
| * rbd: switch to common striping frameworkIlya Dryomov2018-04-021-23/+168
| * rbd: create+truncate for whole-object layered discardsIlya Dryomov2018-04-021-1/+6
| * rbd: move to obj_req->img_extentsIlya Dryomov2018-04-021-52/+98
| * rbd: incorporate ceph_object_extentIlya Dryomov2018-04-021-37/+34
| * rbd: store data_type in img_req instead of obj_reqIlya Dryomov2018-04-021-26/+8
| * rbd: remove obj_req->flags fieldIlya Dryomov2018-04-021-35/+0
| * rbd: remove old request completion codeIlya Dryomov2018-04-021-172/+3
| * rbd: new request completion codeIlya Dryomov2018-04-021-13/+55
| * rbd: update rbd_img_request_submit() signatureIlya Dryomov2018-04-021-10/+3
| * rbd: add img_req->op_type fieldIlya Dryomov2018-04-021-63/+12
| * rbd: simplify rbd_osd_req_create()Ilya Dryomov2018-04-021-45/+14
| * rbd: remove old request handling codeIlya Dryomov2018-04-021-730/+4
| * rbd: new request handling codeIlya Dryomov2018-04-021-77/+601
| * rbd: move from raw pages to bvec data descriptorsIlya Dryomov2018-04-021-78/+77
| * rbd: get rid of img_req->copyup_pagesIlya Dryomov2018-04-021-34/+9
| * rbd: don't (ab)use obj_req->pages for stat requestsIlya Dryomov2018-04-021-10/+5
| * rbd: remove bio cloning helpersIlya Dryomov2018-04-021-141/+0
| * libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2018-04-021-27/+40
| * rbd: start enums at 1 instead of 0Ilya Dryomov2018-04-021-2/+4
| * rbd: set max_segment_size to UINT_MAXIlya Dryomov2018-04-021-1/+1
* | block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-9/+0
* | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-2/+2
|/
* rbd: whitelist RBD_FEATURE_OPERATIONS feature bitIlya Dryomov2018-01-291-1/+3
* rbd: don't NULL out ->obj_request in rbd_img_obj_parent_read_full()Ilya Dryomov2018-01-291-2/+0
* rbd: use kmem_cache_zalloc() in rbd_img_request_create()Ilya Dryomov2018-01-291-7/+2
* rbd: obj_request->completion is unusedIlya Dryomov2018-01-291-6/+1
* rbd: set max_segments to USHRT_MAXIlya Dryomov2018-01-091-1/+1
* rbd: reacquire lock should update lock owner client idFlorian Margaine2018-01-091-5/+11
OpenPOWER on IntegriCloud