aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAge
* rbd: only set disk to read-only onceJosh Durgin2014-06-10
* rbd: move calls that may sleep out of spin lock rangeJosh Durgin2014-06-10
* rbd: add ioctl for rbdGuangliang Zhao2014-06-10
* rbd: fix ida/idr memory leakIlya Dryomov2014-06-05
* rbd: use reference counts for image requestsAlex Elder2014-06-05
* rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()Ilya Dryomov2014-06-05
* rbd: make sure we have latest osdmap on 'rbd map'Ilya Dryomov2014-06-05
* rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-06-05
* rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov2014-04-02
* rbd: num_ops parameter for rbd_osd_req_create()Ilya Dryomov2014-04-02
* libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov2014-04-02
* rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov2014-04-02
* rbd: remove out_partial label in rbd_img_request_fill()Ilya Dryomov2014-04-02
* rbd: drop an unsafe assertionAlex Elder2014-03-29
* 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