aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-14rbd: rbd workqueues need a resque workerIlya Dryomov1-1/+2
2014-10-14rbd: set the remaining discard properties to enable supportJosh Durgin1-0/+2
2014-10-14rbd: use helpers to handle discard for layered images correctlyJosh Durgin1-32/+22
2014-10-14rbd: extract a method for adding object operationsJosh Durgin1-55/+78
2014-10-14rbd: make discard trigger copy-on-writeJosh Durgin1-1/+2
2014-10-14rbd: tolerate -ENOENT for discard operationsJosh Durgin1-0/+3
2014-10-14rbd: fix snapshot context reference count for discardsJosh Durgin1-1/+2
2014-10-14rbd: read image size for discard check safelyJosh Durgin1-6/+12
2014-10-14rbd: initial discard bits from Guangliang ZhaoGuangliang Zhao1-15/+89
2014-10-14rbd: extend the operation typeGuangliang Zhao1-34/+63
2014-10-14rbd: skip the copyup when an entire object writingGuangliang Zhao1-0/+8
2014-10-14rbd: add img_obj_request_simple() helperIlya Dryomov1-16/+28
2014-10-14rbd: access snapshot context and mapping size safelyJosh Durgin1-13/+21
2014-10-14rbd: do not return -ERANGE on auth failuresIlya Dryomov1-3/+1
2014-09-10rbd: fix error return code in rbd_dev_device_setup()Wei Yongjun1-1/+3
2014-09-10rbd: avoid format-security warning inside alloc_workqueue()Ilya Dryomov1-1/+1
2014-08-07rbd: remove extra newlines from rbd_warn() messagesIlya Dryomov1-13/+12
2014-08-07rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov1-1/+1
2014-08-07rbd: rework rbd_request_fn()Ilya Dryomov1-77/+119
2014-07-25rbd: take snap_id into account when reading in parent infoIlya Dryomov1-1/+1
2014-07-25rbd: do not read in parent info before snap contextIlya Dryomov1-33/+27
2014-07-25rbd: update mapping size only on refreshIlya Dryomov1-12/+7
2014-07-25rbd: harden rbd_dev_refresh() and callers a bitIlya Dryomov1-5/+16
2014-07-25rbd: split rbd_dev_spec_update() into two functionsIlya Dryomov1-31/+48
2014-07-25rbd: remove unnecessary asserts in rbd_dev_image_probe()Ilya Dryomov1-2/+0
2014-07-25rbd: introduce rbd_dev_header_info()Ilya Dryomov1-10/+14
2014-07-25rbd: show the entire chain of parent imagesIlya Dryomov1-33/+23
2014-07-24rbd: use rbd_segment_name_free() instead of kfree()Himangi Saraogi1-8/+8
2014-07-08rbd: do not leak image_id in rbd_dev_v2_parent_info()Ilya Dryomov1-0/+2
2014-07-08rbd: use rbd_obj_watch_request_helper() helperIlya Dryomov1-98/+17
2014-07-08rbd: add rbd_obj_watch_request_helper() helperIlya Dryomov1-0/+53
2014-07-08rbd: rbd_obj_request_wait() should cancel the request if interruptedIlya Dryomov1-11/+28
2014-06-23rbd: handle parent_overlap on writes correctlyIlya Dryomov1-1/+9
2014-06-10rbd: only set disk to read-only onceJosh Durgin1-1/+1
2014-06-10rbd: move calls that may sleep out of spin lock rangeJosh Durgin1-11/+18
2014-06-10rbd: add ioctl for rbdGuangliang Zhao1-2/+60
2014-06-06rbd: fix ida/idr memory leakIlya Dryomov1-0/+1
2014-06-06rbd: use reference counts for image requestsAlex Elder1-0/+9
2014-06-06rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()Ilya Dryomov1-38/+85
2014-06-06rbd: make sure we have latest osdmap on 'rbd map'Ilya Dryomov1-3/+33
2014-06-06rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-03rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov1-15/+39
2014-04-03rbd: num_ops parameter for rbd_osd_req_create()Ilya Dryomov1-10/+18
2014-04-03libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov1-1/+1
2014-04-03rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov1-1/+1
2014-04-03rbd: remove out_partial label in rbd_img_request_fill()Ilya Dryomov1-4/+3
2014-03-29rbd: drop an unsafe assertionAlex Elder1-1/+0
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-75/+16
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov1-4/+4
2014-01-27libceph: introduce and start using oid abstractionIlya Dryomov1-8/+2