summaryrefslogtreecommitdiff
path: root/drivers/block/rbd.c
AgeCommit message (Expand)Author
2016-04-20rbd: use GFP_NOIO consistently for request allocationsDavid Disseldorp
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
2015-04-22rbd: rbd_wq comment is obsoleteIlya Dryomov
2015-04-20rbd: mark block queue as non-rotationalIlya Dryomov
2015-04-20rbd: be more informative on -ENOENT failuresIlya Dryomov
2015-02-19rbd: convert to blk-mqChristoph Hellwig
2015-02-19rbd: do not treat standalone as flattenIlya Dryomov
2015-02-19rbd: fix error paths in rbd_dev_refresh()Ilya Dryomov
2015-02-19rbd: nuke copy_token()Rickard Strandqvist
2015-01-28rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov
2015-01-28rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov
2014-12-17rbd: don't treat CEPH_OSD_OP_DELETE as extent opIlya Dryomov
2014-12-17ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring
2014-10-30rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara
2014-10-30rbd: use a single workqueue for all devicesIlya Dryomov
2014-10-14rbd: rbd workqueues need a resque workerIlya Dryomov
2014-10-14rbd: set the remaining discard properties to enable supportJosh Durgin
2014-10-14rbd: use helpers to handle discard for layered images correctlyJosh Durgin
2014-10-14rbd: extract a method for adding object operationsJosh Durgin
2014-10-14rbd: make discard trigger copy-on-writeJosh Durgin
2014-10-14rbd: tolerate -ENOENT for discard operationsJosh Durgin
2014-10-14rbd: fix snapshot context reference count for discardsJosh Durgin
2014-10-14rbd: read image size for discard check safelyJosh Durgin
2014-10-14rbd: initial discard bits from Guangliang ZhaoGuangliang Zhao