aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-23rbd: handle parent_overlap on writes correctlyIlya Dryomov1-1/+9
2014-06-10rbd: only set disk to read-only onceJosh Durgin1-1/+1
2014-06-10rbd: move calls that may sleep out of spin lock rangeJosh Durgin1-11/+18
2014-06-10rbd: add ioctl for rbdGuangliang Zhao1-2/+60
2014-06-06rbd: fix ida/idr memory leakIlya Dryomov1-0/+1
2014-06-06rbd: use reference counts for image requestsAlex Elder1-0/+9
2014-06-06rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()Ilya Dryomov1-38/+85
2014-06-06rbd: make sure we have latest osdmap on 'rbd map'Ilya Dryomov1-3/+33
2014-06-06rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-03rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov1-15/+39
2014-04-03rbd: num_ops parameter for rbd_osd_req_create()Ilya Dryomov1-10/+18
2014-04-03libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov1-1/+1
2014-04-03rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov1-1/+1
2014-04-03rbd: remove out_partial label in rbd_img_request_fill()Ilya Dryomov1-4/+3
2014-03-29rbd: drop an unsafe assertionAlex Elder1-1/+0
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-75/+16
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov1-4/+4
2014-01-27libceph: introduce and start using oid abstractionIlya Dryomov1-8/+2
2014-01-27libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov1-3/+3
2014-01-27libceph: start using oloc abstractionIlya Dryomov1-4/+4
2013-12-31rbd: tear down watch request if rbd_dev_device_setup() failsIlya Dryomov1-0/+6
2013-12-31rbd: introduce rbd_dev_header_unwatch_sync() and switch to itIlya Dryomov1-13/+22
2013-12-31rbd: enable extended devt in single-major modeIlya Dryomov1-4/+9
2013-12-31rbd: add support for single-major device number allocation schemeIlya Dryomov1-20/+112
2013-12-31rbd: wire up is_visible() sysfs callback for rbd busIlya Dryomov1-1/+12
2013-12-31rbd: add 'minor' sysfs rbd device attributeIlya Dryomov1-1/+12
2013-12-31rbd: switch to ida for rbd id assignmentsIlya Dryomov1-46/+23
2013-12-31rbd: refactor rbd_init() a bitIlya Dryomov1-4/+8
2013-12-31rbd: tweak "loaded" message and module descriptionIlya Dryomov1-4/+2
2013-12-31rbd: rbd_device::dev_id is an int, format it as suchIlya Dryomov1-4/+2
2013-11-23rbd: Refactor bio cloningKent Overstreet1-62/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-19/+19
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-10/+11
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-18/+59
2013-09-11block: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-09-09rbd: fix error handling from rbd_snap_name()Josh Durgin1-4/+6
2013-09-09rbd: ignore unmapped snapshots that no longer existJosh Durgin1-2/+7
2013-09-09rbd: fix use-after free of rbd_dev->diskJosh Durgin1-7/+33
2013-09-09rbd: make rbd_obj_notify_ack() synchronousJosh Durgin1-5/+6
2013-09-09rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin1-0/+7
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-17/+19
2013-09-03rbd: fix null dereference in doutJosh Durgin1-3/+5
2013-09-03rbd: fix buffer size for writes to images with snapshotsJosh Durgin1-5/+5
2013-09-03rbd: fix I/O error propagation for readsJosh Durgin1-7/+7
2013-08-27rbd: convert bus code to use bus_groupsGreg Kroah-Hartman1-5/+9
2013-08-09block: rbd: use NULL instead of 0Jingoo Han1-2/+2
2013-07-03rbd: fix a couple warningsSage Weil1-2/+2
2013-07-03rbd: take a little creditAlex Elder1-0/+1
2013-07-03rbd: use rwsem to protect header updatesAlex Elder1-16/+10
2013-07-03rbd: don't hold ctl_mutex to get/put deviceAlex Elder1-15/+2