aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/virtio_blk.c
AgeCommit message (Expand)Author
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-21virtio_blk: remove BKL leftoversChristoph Hellwig
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe
2010-10-09virtio-blk: fix request leak.Mike Snitzer
2010-09-10virtio_blk: drop REQ_HARDBARRIER supportTejun Heo
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo
2010-09-10block: kill QUEUE_ORDERED_BY_TAGTejun Heo
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori
2010-08-07virtio_blk: stop using q->prepare_flush_fnFUJITA Tomonori
2010-08-07virtio_blk: add default case to cmd type switchJens Axboe
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-08-05virtio_blk: Remove VBID ioctlRyan Harper
2010-08-05virtio_blk: Add 'serial' attribute to virtio-blk devices (v2)Ryan Harper
2010-08-05virtio_blk: support barriers without FLUSH featureChristoph Hellwig
2010-06-03virtio-blk: fix minimum number of S/G elementsChristoph Hellwig
2010-05-19virtio_blk: use virtqueue_xxx wrappersMichael S. Tsirkin
2010-05-19virtio_blk: remove multichar constant.Rusty Russell
2010-05-19Add virtio disk identification ioctljohn cooper
2010-05-19Add virtio disk identification supportjohn cooper
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15block: Finalize conversion of block limits functionsMartin K. Petersen
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-02-24virtio_blk: add block topology supportChristoph Hellwig
2010-01-11block: make virtio device id constantMárton Németh
2009-10-22virtio_blk: Revert serial number supportRusty Russell
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-10-22virtio_blk: revert QUEUE_FLAG_VIRT additionChristoph Hellwig
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2009-09-23virtio_blk: add support for cache flushChristoph Hellwig
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao
2009-09-23virtio: make add_buf return capacity remainingRusty Russell
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-07-22Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-07-19virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatchRakib Mullick
2009-07-17virtio_blk: ioctl return value fixChristoph Hellwig
2009-07-17virtio_blk: don't bounce highmem requestsChristoph Hellwig
2009-06-12virtio_blk: add missing __dev{init,exit} markingsMike Frysinger
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell
2009-06-09Add serial number support for virtio_blk, V4ajohn cooper
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-18virtio_blk: get rid of unused variableJens Axboe
2009-05-18virtio_blk: SG_IO passthru supportHannes Reinecke
2009-05-18virtio_blk: don't blindly derefence req->rq_diskChristoph Hellwig
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo