aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov1-1/+1
2016-05-26libceph: async MON client generic requestsIlya Dryomov1-2/+2
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov1-138/+41
2016-05-26rbd: rbd_dev_header_unwatch_sync() variantIlya Dryomov1-4/+9
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov1-3/+2
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov1-14/+4
2016-05-26rbd: use header_oid instead of header_nameIlya Dryomov1-33/+24
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov1-2/+6
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov1-2/+16
2016-05-26rbd: get/put img_request in rbd_img_request_submit()Ilya Dryomov1-4/+7
2016-04-28rbd: report unsupported features to syslogIlya Dryomov1-3/+6
2016-04-28rbd: fix rbd map vs notify racesIlya Dryomov1-24/+19
2016-04-05rbd: use GFP_NOIO consistently for request allocationsDavid Disseldorp1-3/+3
2016-03-25rbd: use KMEM_CACHE macroGeliang Tang1-8/+2
2016-03-25libceph: enable large, variable-sized OSD requestsIlya Dryomov1-2/+0
2016-03-25libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng1-1/+1
2016-01-21rbd: delete an unnecessary check before rbd_dev_destroy()Markus Elfring1-2/+1
2015-12-04rbd: don't put snap_context twice in rbd_queue_workfn()Ilya Dryomov1-0/+1
2015-11-02rbd: remove duplicate calls to rbd_dev_mapping_clear()Ilya Dryomov1-3/+0
2015-11-02rbd: set device_type::release instead of device::releaseIlya Dryomov1-5/+2
2015-11-02rbd: don't free rbd_dev outside of the release callbackIlya Dryomov1-42/+47
2015-11-02rbd: return -ENOMEM instead of pool id if rbd_dev_create() failsIlya Dryomov1-2/+4
2015-11-02rbd: drop null test before destroy functionsJulia Lawall1-4/+2
2015-10-30rbd: require stable pages if message data CRCs are enabledRonny Hegewald1-0/+3
2015-10-23rbd: prevent kernel stack blow up on rbd mapIlya Dryomov1-10/+23
2015-10-23rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov1-20/+16
2015-10-16rbd: use writefull op for object size writesIlya Dryomov1-2/+7
2015-10-16rbd: set max_sectors explicitlyIlya Dryomov1-0/+1
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+4
2015-09-08rbd: plug rbd_dev->header.object_prefix memory leakIlya Dryomov1-1/+4
2015-09-08rbd: fix double free on rbd_dev->header_nameIlya Dryomov1-1/+0
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-48/+1
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-47/+0
2015-07-31rbd: fix copyup completion raceIlya Dryomov1-5/+17
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1
2015-07-01rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-06-25rbd: queue_depth map optionIlya Dryomov1-3/+14
2015-06-25rbd: store rbd_options in rbd_deviceIlya Dryomov1-7/+11
2015-06-25rbd: terminate rbd_opts_tokens with Opt_errIlya Dryomov1-16/+8
2015-06-25rbd: bump queue_max_segmentsIlya Dryomov1-0/+1
2015-06-25rbd: timeout watch teardown on unmap with mount_timeoutIlya Dryomov1-10/+28
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov1-2/+3
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng1-2/+2
2015-05-01rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-04-22rbd: rbd_wq comment is obsoleteIlya Dryomov1-1/+1
2015-04-20rbd: mark block queue as non-rotationalIlya Dryomov1-2/+2
2015-04-20rbd: be more informative on -ENOENT failuresIlya Dryomov1-3/+17
2015-02-19rbd: convert to blk-mqChristoph Hellwig1-54/+68
2015-02-19rbd: do not treat standalone as flattenIlya Dryomov1-20/+10
2015-02-19rbd: fix error paths in rbd_dev_refresh()Ilya Dryomov1-7/+6