summaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAgeFilesLines
* rbd: remove extra newlines from rbd_warn() messagesIlya Dryomov2014-08-071-13/+12
* rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov2014-08-071-1/+1
* rbd: rework rbd_request_fn()Ilya Dryomov2014-08-071-77/+119
* rbd: take snap_id into account when reading in parent infoIlya Dryomov2014-07-251-1/+1
* rbd: do not read in parent info before snap contextIlya Dryomov2014-07-251-33/+27
* rbd: update mapping size only on refreshIlya Dryomov2014-07-251-12/+7
* rbd: harden rbd_dev_refresh() and callers a bitIlya Dryomov2014-07-251-5/+16
* rbd: split rbd_dev_spec_update() into two functionsIlya Dryomov2014-07-251-31/+48
* rbd: remove unnecessary asserts in rbd_dev_image_probe()Ilya Dryomov2014-07-251-2/+0
* rbd: introduce rbd_dev_header_info()Ilya Dryomov2014-07-251-10/+14
* rbd: show the entire chain of parent imagesIlya Dryomov2014-07-251-33/+23
* rbd: use rbd_segment_name_free() instead of kfree()Himangi Saraogi2014-07-241-8/+8
* rbd: do not leak image_id in rbd_dev_v2_parent_info()Ilya Dryomov2014-07-081-0/+2
* rbd: use rbd_obj_watch_request_helper() helperIlya Dryomov2014-07-081-98/+17
* rbd: add rbd_obj_watch_request_helper() helperIlya Dryomov2014-07-081-0/+53
* rbd: rbd_obj_request_wait() should cancel the request if interruptedIlya Dryomov2014-07-081-11/+28
* rbd: handle parent_overlap on writes correctlyIlya Dryomov2014-06-231-1/+9
* rbd: only set disk to read-only onceJosh Durgin2014-06-101-1/+1
* rbd: move calls that may sleep out of spin lock rangeJosh Durgin2014-06-101-11/+18
* rbd: add ioctl for rbdGuangliang Zhao2014-06-101-2/+60
* rbd: fix ida/idr memory leakIlya Dryomov2014-06-061-0/+1
* rbd: use reference counts for image requestsAlex Elder2014-06-061-0/+9
* rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()Ilya Dryomov2014-06-061-38/+85
* rbd: make sure we have latest osdmap on 'rbd map'Ilya Dryomov2014-06-061-3/+33
* rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-06-061-1/+1
* rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov2014-04-031-15/+39
* rbd: num_ops parameter for rbd_osd_req_create()Ilya Dryomov2014-04-031-10/+18
* libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov2014-04-031-1/+1
* rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov2014-04-031-1/+1
* rbd: remove out_partial label in rbd_img_request_fill()Ilya Dryomov2014-04-031-4/+3
* rbd: drop an unsafe assertionAlex Elder2014-03-291-1/+0
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-75/+16
|\
| * rbd: Refactor bio cloningKent Overstreet2013-11-231-62/+2
| * block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-19/+19
| * block: Abstract out bvec iteratorKent Overstreet2013-11-231-10/+11
* | libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov2014-01-271-4/+4
* | libceph: introduce and start using oid abstractionIlya Dryomov2014-01-271-8/+2
* | libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov2014-01-271-3/+3
* | libceph: start using oloc abstractionIlya Dryomov2014-01-271-4/+4
* | rbd: tear down watch request if rbd_dev_device_setup() failsIlya Dryomov2013-12-311-0/+6
* | rbd: introduce rbd_dev_header_unwatch_sync() and switch to itIlya Dryomov2013-12-311-13/+22
* | rbd: enable extended devt in single-major modeIlya Dryomov2013-12-311-4/+9
* | rbd: add support for single-major device number allocation schemeIlya Dryomov2013-12-311-20/+112
* | rbd: wire up is_visible() sysfs callback for rbd busIlya Dryomov2013-12-311-1/+12
* | rbd: add 'minor' sysfs rbd device attributeIlya Dryomov2013-12-311-1/+12
* | rbd: switch to ida for rbd id assignmentsIlya Dryomov2013-12-311-46/+23
* | rbd: refactor rbd_init() a bitIlya Dryomov2013-12-311-4/+8
* | rbd: tweak "loaded" message and module descriptionIlya Dryomov2013-12-311-4/+2
* | rbd: rbd_device::dev_id is an int, format it as suchIlya Dryomov2013-12-311-4/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-191-18/+59
|\
OpenPOWER on IntegriCloud