summaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
AgeCommit message (Expand)Author
2014-08-07rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov
2014-08-07rbd: rework rbd_request_fn()Ilya Dryomov
2014-07-25rbd: take snap_id into account when reading in parent infoIlya Dryomov
2014-07-25rbd: do not read in parent info before snap contextIlya Dryomov
2014-07-25rbd: update mapping size only on refreshIlya Dryomov
2014-07-25rbd: harden rbd_dev_refresh() and callers a bitIlya Dryomov
2014-07-25rbd: split rbd_dev_spec_update() into two functionsIlya Dryomov
2014-07-25rbd: remove unnecessary asserts in rbd_dev_image_probe()Ilya Dryomov
2014-07-25rbd: introduce rbd_dev_header_info()Ilya Dryomov
2014-07-25rbd: show the entire chain of parent imagesIlya Dryomov
2014-07-24rbd: use rbd_segment_name_free() instead of kfree()Himangi Saraogi
2014-07-08rbd: do not leak image_id in rbd_dev_v2_parent_info()Ilya Dryomov
2014-07-08rbd: use rbd_obj_watch_request_helper() helperIlya Dryomov
2014-07-08rbd: add rbd_obj_watch_request_helper() helperIlya Dryomov
2014-07-08rbd: rbd_obj_request_wait() should cancel the request if interruptedIlya Dryomov
2014-06-23rbd: handle parent_overlap on writes correctlyIlya Dryomov
2014-06-10rbd: only set disk to read-only onceJosh Durgin
2014-06-10rbd: move calls that may sleep out of spin lock rangeJosh Durgin
2014-06-10rbd: add ioctl for rbdGuangliang Zhao
2014-06-06rbd: fix ida/idr memory leakIlya Dryomov
2014-06-06rbd: use reference counts for image requestsAlex Elder
2014-06-06rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()Ilya Dryomov
2014-06-06rbd: make sure we have latest osdmap on 'rbd map'Ilya Dryomov
2014-06-06rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2014-04-03rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov
2014-04-03rbd: num_ops parameter for rbd_osd_req_create()Ilya Dryomov
2014-04-03libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov
2014-04-03rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov
2014-04-03rbd: remove out_partial label 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