aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAge
* rbd: remove extra newlines from rbd_warn() messagesIlya Dryomov2014-08-07
* rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov2014-08-07
* rbd: rework rbd_request_fn()Ilya Dryomov2014-08-07
* rbd: take snap_id into account when reading in parent infoIlya Dryomov2014-07-25
* rbd: do not read in parent info before snap contextIlya Dryomov2014-07-25
* rbd: update mapping size only on refreshIlya Dryomov2014-07-25
* rbd: harden rbd_dev_refresh() and callers a bitIlya Dryomov2014-07-25
* rbd: split rbd_dev_spec_update() into two functionsIlya Dryomov2014-07-25
* rbd: remove unnecessary asserts in rbd_dev_image_probe()Ilya Dryomov2014-07-25
* rbd: introduce rbd_dev_header_info()Ilya Dryomov2014-07-25
* rbd: show the entire chain of parent imagesIlya Dryomov2014-07-25
* rbd: use rbd_segment_name_free() instead of kfree()Himangi Saraogi2014-07-24
* rbd: do not leak image_id in rbd_dev_v2_parent_info()Ilya Dryomov2014-07-08
* rbd: use rbd_obj_watch_request_helper() helperIlya Dryomov2014-07-08
* rbd: add rbd_obj_watch_request_helper() helperIlya Dryomov2014-07-08
* rbd: rbd_obj_request_wait() should cancel the request if interruptedIlya Dryomov2014-07-08
* rbd: handle parent_overlap on writes correctlyIlya Dryomov2014-06-23
* 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
|\