summaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAgeFilesLines
* rbd: fix rbd map vs notify racesIlya Dryomov2016-06-151-24/+19
* rbd: require stable pages if message data CRCs are enabledRonny Hegewald2015-11-161-0/+3
* rbd: prevent kernel stack blow up on rbd mapIlya Dryomov2015-11-161-8/+21
* rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov2015-11-161-20/+15
* rbd: fix double free on rbd_dev->header_nameIlya Dryomov2015-11-161-1/+0
* rbd: fix copyup completion raceIlya Dryomov2015-08-271-5/+17
* rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov2015-07-151-2/+2
* rbd: end I/O the entire obj_request on errorIlya Dryomov2015-05-121-0/+5
* rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov2015-02-041-4/+1
* rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov2015-02-041-14/+6
* rbd: rbd workqueues need a resque workerIlya Dryomov2014-11-171-1/+2
* rbd: fix error return code in rbd_dev_device_setup()Wei Yongjun2014-11-171-1/+3
* rbd: avoid format-security warning inside alloc_workqueue()Ilya Dryomov2014-11-171-1/+1
* rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara2014-11-141-1/+1
* rbd: rework rbd_request_fn()Ilya Dryomov2014-09-171-77/+119
* 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
|\
| * rbd: fix error handling from rbd_snap_name()Josh Durgin2013-09-091-4/+6