aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/virtio_blk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-31/+6
2010-10-21virtio_blk: remove BKL leftoversChristoph Hellwig1-15/+2
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-1/+5
2010-10-09virtio-blk: fix request leak.Mike Snitzer1-1/+5
2010-09-10virtio_blk: drop REQ_HARDBARRIER supportTejun Heo1-13/+4
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-16/+9
2010-09-10block: kill QUEUE_ORDERED_BY_TAGTejun Heo1-9/+0
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-39/+49
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-2/+15
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-2/+2
2010-08-07virtio_blk: stop using q->prepare_flush_fnFUJITA Tomonori1-29/+21
2010-08-07virtio_blk: add default case to cmd type switchJens Axboe1-0/+2
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-6/+9
2010-08-05virtio_blk: Remove VBID ioctlRyan Harper1-10/+0
2010-08-05virtio_blk: Add 'serial' attribute to virtio-blk devices (v2)Ryan Harper1-0/+28
2010-08-05virtio_blk: support barriers without FLUSH featureChristoph Hellwig1-3/+23
2010-06-03virtio-blk: fix minimum number of S/G elementsChristoph Hellwig1-1/+3
2010-05-19virtio_blk: use virtqueue_xxx wrappersMichael S. Tsirkin1-3/+3
2010-05-19virtio_blk: remove multichar constant.Rusty Russell1-1/+1
2010-05-19Add virtio disk identification ioctljohn cooper1-0/+10
2010-05-19Add virtio disk identification supportjohn cooper1-0/+30
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15block: Finalize conversion of block limits functionsMartin K. Petersen1-3/+2
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-02-24virtio_blk: add block topology supportChristoph Hellwig1-15/+46
2010-01-11block: make virtio device id constantMárton Németh1-1/+1
2009-10-22virtio_blk: Revert serial number supportRusty Russell1-34/+3
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger1-1/+0
2009-10-22virtio_blk: revert QUEUE_FLAG_VIRT additionChristoph Hellwig1-1/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-6/+27
2009-09-23virtio_blk: add support for cache flushChristoph Hellwig1-5/+25
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-0/+1
2009-09-23virtio: make add_buf return capacity remainingRusty Russell1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-07-22Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds1-1/+6
2009-07-19virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatchRakib Mullick1-1/+6
2009-07-17virtio_blk: ioctl return value fixChristoph Hellwig1-1/+1
2009-07-17virtio_blk: don't bounce highmem requestsChristoph Hellwig1-0/+3
2009-06-12virtio_blk: add missing __dev{init,exit} markingsMike Frysinger1-2/+2
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-3/+3
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-1/+1
2009-06-09Add serial number support for virtio_blk, V4ajohn cooper1-3/+34
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-18virtio_blk: get rid of unused variableJens Axboe1-1/+0
2009-05-18virtio_blk: SG_IO passthru supportHannes Reinecke1-14/+50
2009-05-18virtio_blk: don't blindly derefence req->rq_diskChristoph Hellwig1-2/+2
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+2
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-1/+1
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo1-1/+1