1. 6917f83 drivers, block: virtio_blk: Replace cryptic number with the macro by Liu Yuan · 13 years ago
  2. 7a7c924 virtio_blk: allow re-reading config space at runtime by Christoph Hellwig · 13 years ago
  3. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  4. fe5a50a virtio_blk: remove BKL leftovers by Christoph Hellwig · 14 years ago
  5. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  6. e4c4776 virtio-blk: fix request leak. by Mike Snitzer · 14 years ago
  7. 02c42b7 virtio_blk: drop REQ_HARDBARRIER support by Tejun Heo · 14 years ago
  8. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  9. 6958f14 block: kill QUEUE_ORDERED_BY_TAG by Tejun Heo · 14 years ago
  10. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  11. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  12. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  13. dd40e45 virtio_blk: stop using q->prepare_flush_fn by FUJITA Tomonori · 14 years ago
  14. 15fa6e8 virtio_blk: add default case to cmd type switch by Jens Axboe · 14 years ago
  15. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  16. 6c99a85 virtio_blk: Remove VBID ioctl by Ryan Harper · 14 years ago
  17. a5eb9e4 virtio_blk: Add 'serial' attribute to virtio-blk devices (v2) by Ryan Harper · 14 years ago
  18. 10bc310 virtio_blk: support barriers without FLUSH feature by Christoph Hellwig · 14 years ago
  19. a5b365a virtio-blk: fix minimum number of S/G elements by Christoph Hellwig · 14 years ago
  20. 09ec6b6 virtio_blk: use virtqueue_xxx wrappers by Michael S. Tsirkin · 14 years ago
  21. bdb4a13 virtio_blk: remove multichar constant. by Rusty Russell · 14 years ago
  22. 234f272 Add virtio disk identification ioctl by john cooper · 14 years ago
  23. 4cb2ea2 Add virtio disk identification support by john cooper · 14 years ago
  24. 2f40842 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  25. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  26. ee714f2 block: Finalize conversion of block limits functions by Martin K. Petersen · 14 years ago
  27. b1bf936 Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  28. 69740c8 virtio_blk: add block topology support by Christoph Hellwig · 14 years ago
  29. 47483e2 block: make virtio device id constant by Márton Németh · 15 years ago
  30. 3225bea virtio_blk: Revert serial number support by Rusty Russell · 15 years ago
  31. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 15 years ago
  32. f8b12e5 virtio_blk: revert QUEUE_FLAG_VIRT addition by Christoph Hellwig · 15 years ago
  33. 1f0918d Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  34. f1b0ef06 virtio_blk: add support for cache flush by Christoph Hellwig · 15 years ago
  35. 3ca4f5c virtio: add virtio IDs file by Fernando Luis Vazquez Cao · 15 years ago
  36. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
  37. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  38. bb184d1 Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc by Linus Torvalds · 15 years ago
  39. 4fbfff76 virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatch by Rakib Mullick · 15 years ago
  40. d9ecdea virtio_blk: ioctl return value fix by Christoph Hellwig · 15 years ago
  41. 4eff3ca virtio_blk: don't bounce highmem requests by Christoph Hellwig · 15 years ago
  42. 98e9444 virtio_blk: add missing __dev{init,exit} markings by Mike Frysinger · 15 years ago
  43. d2a7ddd virtio: find_vqs/del_vqs virtio operations by Michael S. Tsirkin · 15 years ago
  44. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 15 years ago
  45. 1d589bb Add serial number support for virtio_blk, V4a by john cooper · 15 years ago
  46. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  47. f831cc0 virtio_blk: get rid of unused variable by Jens Axboe · 15 years ago
  48. 1cde26f virtio_blk: SG_IO passthru support by Hannes Reinecke · 15 years ago
  49. 6c3b46f virtio_blk: don't blindly derefence req->rq_disk by Christoph Hellwig · 15 years ago
  50. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  51. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  52. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 15 years ago
  53. ab70537 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  54. b194aee virtio_blk: fix type warning by Randy Dunlap · 16 years ago
  55. 0864b79 virtio: block: dynamic maximum segments by Rusty Russell · 16 years ago
  56. 4b7f7e2 virtio: set max_segment_size and max_sectors to infinite. by Rusty Russell · 16 years ago
  57. 7d116b6 virtio_blk: set queue paravirt flag by Fernando Luis Vázquez Cao · 16 years ago
  58. 4e10985 [PATCH] switch virtio_blk by Al Viro · 16 years ago
  59. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  60. 74f3c8a [PATCH] switch scsi_cmd_ioctl() to passing fmode_t by Al Viro · 17 years ago
  61. 8316982 virtio_blk: change to use __blk_end_request() by Kiyoshi Ueda · 16 years ago
  62. 766ca44 virtio_blk: use a wrapper function to access io context information of IO requests by Fernando Luis Vázquez Cao · 16 years ago
  63. 066f4d8 virtio_blk: check for hardsector size from host by Christian Borntraeger · 16 years ago
  64. 3ef5360 virtio_blk: allow read-only disks by Christian Borntraeger · 16 years ago
  65. ac9d463 Fix crash in virtio_blk during modprobe ; rmmod ; modprobe by Chris Lalancette · 16 years ago
  66. 48e4043 virtio: add virtio disk geometry feature by Ryan Harper · 16 years ago
  67. c45a681 virtio: explicit advertisement of driver features by Rusty Russell · 16 years ago
  68. 72e61eb virtio: change config to guest endian. by Rusty Russell · 16 years ago
  69. 2e895e4 virtio-blk: fix remove oops by Marcelo Tosatti · 16 years ago
  70. cb38fa2 virtio: de-structify virtio_block status byte by Rusty Russell · 16 years ago
  71. c483934 virtio: Fix sysfs bits to have proper block symlink by Jeremy Katz · 16 years ago
  72. d50ed90 virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzz by Christian Borntraeger · 16 years ago
  73. 4f3bf19 virtio_blk: Dont waste major numbers by Christian Borntraeger · 16 years ago
  74. 135da0b virtio_blk: provide getgeo by Christian Borntraeger · 16 years ago
  75. 6e5aa7e virtio: reset function by Rusty Russell · 16 years ago
  76. 18445c4 virtio: explicit enable_cb/disable_cb rather than callback return. by Rusty Russell · 16 years ago
  77. a586d4f virtio: simplify config mechanism. by Rusty Russell · 16 years ago
  78. 74b2553 virtio: fix module/device unloading by Rusty Russell · 17 years ago
  79. 3d1266c SG: audit of drivers that use blk_rq_map_sg() by Jens Axboe · 17 years ago
  80. e467cde Block driver using virtio. by Rusty Russell · 17 years ago