aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAge
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-30
|\
| * rbd: Refactor bio cloningKent Overstreet2013-11-24
| * block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-24
| * block: Abstract out bvec iteratorKent Overstreet2013-11-24
* | libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov2014-01-27
* | libceph: introduce and start using oid abstractionIlya Dryomov2014-01-27
* | libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov2014-01-27
* | libceph: start using oloc abstractionIlya Dryomov2014-01-27
* | rbd: tear down watch request if rbd_dev_device_setup() failsIlya Dryomov2013-12-31
* | rbd: introduce rbd_dev_header_unwatch_sync() and switch to itIlya Dryomov2013-12-31
* | rbd: enable extended devt in single-major modeIlya Dryomov2013-12-31
* | rbd: add support for single-major device number allocation schemeIlya Dryomov2013-12-31
* | rbd: wire up is_visible() sysfs callback for rbd busIlya Dryomov2013-12-31
* | rbd: add 'minor' sysfs rbd device attributeIlya Dryomov2013-12-31
* | rbd: switch to ida for rbd id assignmentsIlya Dryomov2013-12-31
* | rbd: refactor rbd_init() a bitIlya Dryomov2013-12-31
* | rbd: tweak "loaded" message and module descriptionIlya Dryomov2013-12-31
* | rbd: rbd_device::dev_id is an int, format it as suchIlya Dryomov2013-12-31
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-19
|\
| * rbd: fix error handling from rbd_snap_name()Josh Durgin2013-09-09
| * rbd: ignore unmapped snapshots that no longer existJosh Durgin2013-09-09
| * rbd: fix use-after free of rbd_dev->diskJosh Durgin2013-09-09
| * rbd: make rbd_obj_notify_ack() synchronousJosh Durgin2013-09-09
| * rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin2013-09-09
* | block: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-09
|\|
| * rbd: fix null dereference in doutJosh Durgin2013-09-04
| * rbd: fix buffer size for writes to images with snapshotsJosh Durgin2013-09-04
| * rbd: fix I/O error propagation for readsJosh Durgin2013-09-04
| * block: rbd: use NULL instead of 0Jingoo Han2013-08-09
* | rbd: convert bus code to use bus_groupsGreg Kroah-Hartman2013-08-28
|/
* rbd: fix a couple warningsSage Weil2013-07-03
* rbd: take a little creditAlex Elder2013-07-03
* rbd: use rwsem to protect header updatesAlex Elder2013-07-03
* rbd: don't hold ctl_mutex to get/put deviceAlex Elder2013-07-03
* rbd: protect against concurrent unmapsAlex Elder2013-07-03
* rbd: set removing flag while holding list lockAlex Elder2013-07-03
* rbd: protect against duplicate client creationAlex Elder2013-07-03
* rbd: clean up a few things in the refresh pathAlex Elder2013-07-03
* rbd: flush dcache after zeroing page dataAlex Elder2013-07-03
* rbd: drop original request earlier for existence checkAlex Elder2013-07-01
* rbd: Use min_t() to fix comparison of distinct pointer types warningGeert Uytterhoeven2013-07-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-29
|\
| * rbd: send snapshot context with writesJosh Durgin2013-06-27
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-26
|\|
| * rbd: fetch object order before using itJosh Durgin2013-06-25
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-21
|\|
| * rbd: use the correct length for format 2 object namesJosh Durgin2013-06-13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-12
|\|
| * rbd: fix cleanup in rbd_add()Alex Elder2013-05-17