summaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rbd: ignore unmapped snapshots that no longer existJosh Durgin2013-09-091-2/+7
| * rbd: fix use-after free of rbd_dev->diskJosh Durgin2013-09-091-7/+33
| * rbd: make rbd_obj_notify_ack() synchronousJosh Durgin2013-09-091-5/+6
| * rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin2013-09-091-0/+7
* | block: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-091-17/+19
|\ \ | |/
| * rbd: fix null dereference in doutJosh Durgin2013-09-031-3/+5
| * rbd: fix buffer size for writes to images with snapshotsJosh Durgin2013-09-031-5/+5
| * rbd: fix I/O error propagation for readsJosh Durgin2013-09-031-7/+7
| * block: rbd: use NULL instead of 0Jingoo Han2013-08-091-2/+2
* | rbd: convert bus code to use bus_groupsGreg Kroah-Hartman2013-08-271-5/+9
|/
* rbd: fix a couple warningsSage Weil2013-07-031-2/+2
* rbd: take a little creditAlex Elder2013-07-031-0/+1
* rbd: use rwsem to protect header updatesAlex Elder2013-07-031-16/+10
* rbd: don't hold ctl_mutex to get/put deviceAlex Elder2013-07-031-15/+2
* rbd: protect against concurrent unmapsAlex Elder2013-07-031-2/+4
* rbd: set removing flag while holding list lockAlex Elder2013-07-031-31/+22
* rbd: protect against duplicate client creationAlex Elder2013-07-031-10/+7
* rbd: clean up a few things in the refresh pathAlex Elder2013-07-031-10/+43
* rbd: flush dcache after zeroing page dataAlex Elder2013-07-031-0/+2
* rbd: drop original request earlier for existence checkAlex Elder2013-07-011-2/+1
* rbd: Use min_t() to fix comparison of distinct pointer types warningGeert Uytterhoeven2013-07-011-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-291-1/+5
|\
| * rbd: send snapshot context with writesJosh Durgin2013-06-271-1/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-261-4/+4
|\ \ | |/
| * rbd: fetch object order before using itJosh Durgin2013-06-251-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-211-1/+5
|\ \ | |/
| * rbd: use the correct length for format 2 object namesJosh Durgin2013-06-131-1/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-121-15/+18
|\ \ | |/
| * rbd: fix cleanup in rbd_add()Alex Elder2013-05-171-9/+14
OpenPOWER on IntegriCloud