summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen/blkback: Removing the debug_lvl option.Konrad Rzeszutek Wilk2011-05-121-7/+0
* xen/blkback: Use the DRV_PFX in the pr_.. macros.Konrad Rzeszutek Wilk2011-05-123-22/+23
* xen/blkback: Make the DPRINTK uniform.Konrad Rzeszutek Wilk2011-05-122-8/+3
* xen/blkback: Change printk/DPRINTK to pr_.. type variant.Konrad Rzeszutek Wilk2011-05-122-40/+37
* xen/blkback: Fixed up comments and converted spaces to tabs.Konrad Rzeszutek Wilk2011-05-113-81/+105
* xen/blkback: Fix up some of the comments.Konrad Rzeszutek Wilk2011-05-051-3/+3
* xen/blkback: Squash the checking for operation into dispatch_rw_block_ioKonrad Rzeszutek Wilk2011-05-051-32/+13
* xen/blkback: Add support for BLKIF_OP_FLUSH_DISKCACHE and drop BLKIF_OP_WRITE...Konrad Rzeszutek Wilk2011-05-053-25/+34
* xen-blkfront: Provide for 'feature-flush-cache' the BLKIF_OP_WRITE_FLUSH_CACH...Konrad Rzeszutek Wilk2011-05-051-0/+13
* Revert "xen/blkback: Move the plugging/unplugging to a higher level."Konrad Rzeszutek Wilk2011-04-271-6/+7
* xen/blkback: Stick REQ_SYNC on WRITEs to deal with CFQ I/O scheduler.Konrad Rzeszutek Wilk2011-04-261-1/+1
* xen/blkback: Move the plugging/unplugging to a higher level.Konrad Rzeszutek Wilk2011-04-261-7/+6
* xen/blkback: Prefix exposed functions with xen_Konrad Rzeszutek Wilk2011-04-203-66/+68
* xen-blkback: Inline some of the functions that were moved from vbd/interface.cKonrad Rzeszutek Wilk2011-04-203-93/+65
* xen-blkback: Remove from the copyright notice the address.Konrad Rzeszutek Wilk2011-04-201-3/+0
* xen/blkback: Squash vbd.c,interface.c in blkback.c and xenbus.c respectivly.Konrad Rzeszutek Wilk2011-04-205-348/+287
* xen/blkback: Move it from drivers/xen to drivers/blockKonrad Rzeszutek Wilk2011-04-1810-9/+9
* block, xen/blkback: remove blk_[get|put]_queue calls.Konrad Rzeszutek Wilk2011-04-182-8/+0
* xen/blkback: Get the 'requeust_queue' properly.Konrad Rzeszutek Wilk2011-04-181-0/+3
* xen/blkback: Move the check for misaligned I/O once more.Konrad Rzeszutek Wilk2011-04-181-6/+11
* xen/blkback: Change fast_flush_area to xen_blkbk_unmap, and tweak xen_blk_map...Konrad Rzeszutek Wilk2011-04-151-7/+7
* xen/blkback: Move the check for misaligned I/O higher.Konrad Rzeszutek Wilk2011-04-151-7/+7
* xen/blkback: Shuffle code around (vbd_translate moved higher).Konrad Rzeszutek Wilk2011-04-151-59/+70
* xen/blkback: Cleanup move the code a bit around.Konrad Rzeszutek Wilk2011-04-151-50/+47
* xen/blkback: Seperate the bio allocation and the bio submission.Konrad Rzeszutek Wilk2011-04-151-22/+23
* xen/blkback: remove per-queue pluggingKonrad Rzeszutek Wilk2011-04-142-36/+9
* xen/blkback: Fix checkpatch warnings in blkback.cKonrad Rzeszutek Wilk2011-04-141-34/+47
* xen/blkback: Fix checkpatch warnings of xenbus.cKonrad Rzeszutek Wilk2011-04-141-9/+12
* xen/blkback: Fix interface.c checkpatch warnings .. exceptKonrad Rzeszutek Wilk2011-04-141-4/+5
* xen/blkback: Fix checkpatch warnings in vbd.cKonrad Rzeszutek Wilk2011-04-141-5/+6
* xen/blkback: blkif->struct blkif_stKonrad Rzeszutek Wilk2011-04-145-37/+38
* xen/blkback: Add some comments.Konrad Rzeszutek Wilk2011-04-145-24/+71
* xen/blkback: Fix the WRITE_BARRIERTom Goetz2011-04-141-4/+6
* xen/blkback: Use kzalloc's, and GFP_KERNEL for data structures.Konrad Rzeszutek Wilk2011-04-141-8/+9
* xen/blkback: Utilize the M2P override mechanism for GNTMAP_host_mapKonrad Rzeszutek Wilk2011-04-141-4/+19
* xen/blkback: Use 'vzalloc' for page arrays and pre-allocate pages.Konrad Rzeszutek Wilk2011-04-141-7/+16
* xen/blkback: Union the blkif_request request specific fieldsKonrad Rzeszutek Wilk2011-04-142-11/+11
* xen/blkback: Move global/static variables into struct xen_blkbk.Konrad Rzeszutek Wilk2011-04-141-34/+48
* xen/blkback: simplify address translationsJan Beulich2011-04-141-4/+6
* xen/blkback: Update to use blkdev_get_by_dev instead of open_by_devnum.Konrad Rzeszutek Wilk2011-04-141-2/+2
* xen/blkback: Replace WRITE_BARRIER with (REQ_FLUSH | REQ_FUA)Konrad Rzeszutek Wilk2011-04-141-4/+4
* blkback: Fix CVE-2010-3699Keir Fraser2011-04-141-0/+6
* xen/blkback: Print additional information when a vbd is resized.K. Y. Srinivasan2011-04-141-0/+2
* xen/blkback: Flush blkback data when connecting.Chris Lalancette2011-04-141-0/+7
* xen/blkback: add accessor for xenbus backend deviceJeremy Fitzhardinge2011-04-143-1/+8
* xen/blkback: Propagate changed size of VBDsK. Y. Srinivasan2011-04-143-0/+48
* xen/blkback: use drv_get/set_drvdata rather than directly accessing driver_data.Jeremy Fitzhardinge2011-04-141-5/+5
* xen: rename blkbk module xen-blkback.Ian Campbell2011-04-141-2/+2
* Fix compile warnings: ignoring return value of 'xenbus_register_backend' ..Konrad Rzeszutek Wilk2011-04-144-11/+22
* xen/blkback: little cleanupsJeremy Fitzhardinge2011-04-141-1/+1
OpenPOWER on IntegriCloud