summaryrefslogtreecommitdiff
path: root/drivers/block/rbd.c
AgeCommit message (Expand)Author
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
2014-10-14rbd: extend the operation typeGuangliang Zhao
2014-10-14rbd: skip the copyup when an entire object writingGuangliang Zhao
2014-10-14rbd: add img_obj_request_simple() helperIlya Dryomov
2014-10-14rbd: access snapshot context and mapping size safelyJosh Durgin
2014-10-14rbd: do not return -ERANGE on auth failuresIlya Dryomov
2014-09-10rbd: fix error return code in rbd_dev_device_setup()Wei Yongjun
2014-09-10rbd: avoid format-security warning inside alloc_workqueue()Ilya Dryomov
2014-08-07rbd: remove extra newlines from rbd_warn() messagesIlya Dryomov
2014-08-07rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov
2014-08-07rbd: rework rbd_request_fn()Ilya Dryomov
2014-07-25rbd: take snap_id into account when reading in parent infoIlya Dryomov
2014-07-25rbd: do not read in parent info before snap contextIlya Dryomov
2014-07-25rbd: update mapping size only on refreshIlya Dryomov
2014-07-25rbd: harden rbd_dev_refresh() and callers a bitIlya Dryomov
2014-07-25rbd: split rbd_dev_spec_update() into two functionsIlya Dryomov
2014-07-25rbd: remove unnecessary asserts in rbd_dev_image_probe()Ilya Dryomov
2014-07-25rbd: introduce rbd_dev_header_info()Ilya Dryomov
2014-07-25rbd: show the entire chain of parent imagesIlya Dryomov
2014-07-24rbd: use rbd_segment_name_free() instead of kfree()Himangi Saraogi
2014-07-08rbd: do not leak image_id in rbd_dev_v2_parent_info()Ilya Dryomov
2014-07-08rbd: use rbd_obj_watch_request_helper() helperIlya Dryomov
2014-07-08rbd: add rbd_obj_watch_request_helper() helperIlya Dryomov
2014-07-08rbd: rbd_obj_request_wait() should cancel the request if interruptedIlya Dryomov
2014-06-23rbd: handle parent_overlap on writes correctlyIlya Dryomov
2014-06-10rbd: only set disk to read-only onceJosh Durgin
2014-06-10rbd: move calls that may sleep out of spin lock rangeJosh Durgin
2014-06-10rbd: add ioctl for rbdGuangliang Zhao
2014-06-06rbd: fix ida/idr memory leakIlya Dryomov
2014-06-06rbd: use reference counts for image requestsAlex Elder
2014-06-06rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()Ilya Dryomov
2014-06-06rbd: make sure we have latest osdmap on 'rbd map'Ilya Dryomov