aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
AgeCommit message (Expand)Author
2016-08-09rbd: nuke the 32-bit pool id checkIlya Dryomov
2016-08-08rbd: destroy header_oloc in rbd_dev_release()Ilya Dryomov
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-07-28libceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng
2016-06-07drivers: use req op accessorMike Christie
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov
2016-05-26libceph: async MON client generic requestsIlya Dryomov
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov
2016-05-26rbd: rbd_dev_header_unwatch_sync() variantIlya Dryomov
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov
2016-05-26rbd: use header_oid instead of header_nameIlya Dryomov
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov
2016-05-26rbd: get/put img_request in rbd_img_request_submit()Ilya Dryomov
2016-04-28rbd: report unsupported features to syslogIlya Dryomov
2016-04-28rbd: fix rbd map vs notify racesIlya Dryomov
2016-04-05rbd: use GFP_NOIO consistently for request allocationsDavid Disseldorp
2016-03-25rbd: use KMEM_CACHE macroGeliang Tang
2016-03-25libceph: enable large, variable-sized OSD requestsIlya Dryomov
2016-03-25libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng
2016-01-21rbd: delete an unnecessary check before rbd_dev_destroy()Markus Elfring
2015-12-04rbd: don't put snap_context twice in rbd_queue_workfn()Ilya Dryomov
2015-11-02rbd: remove duplicate calls to rbd_dev_mapping_clear()Ilya Dryomov
2015-11-02rbd: set device_type::release instead of device::releaseIlya Dryomov
2015-11-02rbd: don't free rbd_dev outside of the release callbackIlya Dryomov
2015-11-02rbd: return -ENOMEM instead of pool id if rbd_dev_create() failsIlya Dryomov
2015-11-02rbd: drop null test before destroy functionsJulia Lawall
2015-10-30rbd: require stable pages if message data CRCs are enabledRonny Hegewald
2015-10-23rbd: prevent kernel stack blow up on rbd mapIlya Dryomov
2015-10-23rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov
2015-10-16rbd: use writefull op for object size writesIlya Dryomov
2015-10-16rbd: set max_sectors explicitlyIlya Dryomov
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-09-08rbd: plug rbd_dev->header.object_prefix memory leakIlya Dryomov
2015-09-08rbd: fix double free on rbd_dev->header_nameIlya Dryomov
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-07-31rbd: fix copyup completion raceIlya Dryomov
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2015-07-01rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov
2015-06-25rbd: queue_depth map optionIlya Dryomov
2015-06-25rbd: store rbd_options in rbd_deviceIlya Dryomov
2015-06-25rbd: terminate rbd_opts_tokens with Opt_errIlya Dryomov
2015-06-25rbd: bump queue_max_segmentsIlya Dryomov
2015-06-25rbd: timeout watch teardown on unmap with mount_timeoutIlya Dryomov
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng
2015-05-01rbd: end I/O the entire obj_request on errorIlya Dryomov