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