1. 16008d6 Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  2. 73db144 Xen: consolidate and simplify struct xenbus_driver instantiation by Jan Beulich · 13 years ago
  3. f094148 xen-blkfront: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  4. 5ea4298 xen/blk[front|back]: Enhance discard support with secure erasing support. by Konrad Rzeszutek Wilk · 13 years ago
  5. 97e3683 xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard together by Konrad Rzeszutek Wilk · 13 years ago
  6. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  7. 469738e xen-blkfront: plug device number leak in xlblk_init() error path by Laszlo Ersek · 13 years ago
  8. d11e615 xen-blkfront: If no barrier or flush is supported, use invalid operation. by Konrad Rzeszutek Wilk · 13 years ago
  9. 69ef68c xen-blkfront: fix a deadlock while handling discard response by Li Dongyang · 13 years ago
  10. ed30bf3 xen-blkfront: Handle discard requests. by Li Dongyang · 13 years ago
  11. 89153b5 xen-blkfront: Fix one off warning about name clash by Stefan Bader · 13 years ago
  12. 196cfe2 xen-blkfront: Drop name and minor adjustments for emulated scsi devices by Stefan Bader · 13 years ago
  13. edf6ef5 xen-blkfront: Introduce BLKIF_OP_FLUSH_DISKCACHE support. by Konrad Rzeszutek Wilk · 13 years ago
  14. 4352b47 xen-blkfront: fix data size for xenbus_gather in blkfront_connect by Marek Marczykowski · 13 years ago
  15. 76ca078 Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm by Linus Torvalds · 13 years ago
  16. 51de695 xen: Union the blkif_request request specific fields by Owen Smith · 14 years ago
  17. c80a420 xen-blkfront: handle Xen major numbers other than XENVBD by Stefano Stabellini · 14 years ago
  18. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  19. 30d6503 xen: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  20. 667c78af xen: Provide a variant of __RING_SIZE() that is an integer constant expression by Jeremy Fitzhardinge · 14 years ago
  21. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
  22. dcb8bae xen/blkfront: cope with backend that fail empty BLKIF_OP_WRITE_BARRIER requests by Jeremy Fitzhardinge · 14 years ago
  23. be2f837 xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIER by Jeremy Fitzhardinge · 14 years ago
  24. a945b98 xen/blkfront: change blk_shadow.request to proper pointer by Jeremy Fitzhardinge · 14 years ago
  25. c64e38e xen/blkfront: map REQ_FLUSH into a full barrier by Jeremy Fitzhardinge · 14 years ago
  26. 18cb657 Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  27. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  28. 005a1d1 xen-blkfront: disable barrier/flush write support by Jens Axboe · 14 years ago
  29. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  30. b78c951 xenbus: prevent warnings on unhandled enumeration values by Noboru Iwamatsu · 15 years ago
  31. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  32. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  33. 6958f14 block: kill QUEUE_ORDERED_BY_TAG by Tejun Heo · 14 years ago
  34. 1dc7ce9 xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary by Ian Campbell · 14 years ago
  35. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  36. a4cc14e xen-blkfront: fix missing out label by Jens Axboe · 14 years ago
  37. 7901d14 xen/blkfront: Use QUEUE_ORDERED_DRAIN for old backends by Jeremy Fitzhardinge · 14 years ago
  38. 4dab46f xen/blkfront: use tagged queuing for barriers by Jeremy Fitzhardinge · 14 years ago
  39. d54142c blkfront: Klog the unclean release path by Daniel Stodden · 14 years ago
  40. 7b32d10 blkfront: Remove obsolete info->users by Daniel Stodden · 14 years ago
  41. acfca3c blkfront: Remove obsolete info->users by Daniel Stodden · 14 years ago
  42. fa1bd35 blkfront: Lock blockfront_info during xbdev removal by Daniel Stodden · 14 years ago
  43. 7fd152f blkfront: Fix blkfront backend switch race (bdev release) by Daniel Stodden · 14 years ago
  44. 1396174 blkfront: Fix blkfront backend switch race (bdev open) by Daniel Stodden · 14 years ago
  45. b70f5fa blkfront: Lock blkfront_info when closing by Daniel Stodden · 14 years ago
  46. a66b5ae blkfront: Clean up vbd release by Daniel Stodden · 14 years ago
  47. 9897cb5 blkfront: Fix gendisk leak by Daniel Stodden · 14 years ago
  48. 89de166 blkfront: Fix backtrace in del_gendisk by Daniel Stodden · 14 years ago
  49. 2def141 xen/blkfront: revalidate after setting capacity by K. Y. Srinivasan · 14 years ago
  50. b4dddb4 xen/blkfront: avoid compiler warning from missing cases by Jeremy Fitzhardinge · 14 years ago
  51. 1fa73be xen/front: Propagate changed size of VBDs by K. Y. Srinivasan · 14 years ago
  52. 5d7ed20 blkfront: don't access freed struct xenbus_device by Jan Beulich · 14 years ago
  53. 0e34582 blkfront: fixes for 'xm block-detach ... --force' by Jan Beulich · 14 years ago
  54. 203fd61 xen: use less generic names in blkfront driver. by Ian Campbell · 15 years ago
  55. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  56. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  57. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  58. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  59. b98a409 blkfront: do not create a PV cdrom device if xen_hvm_guest by Stefano Stabellini · 14 years ago
  60. c1c5413 x86: Unplug emulated disks and nics. by Stefano Stabellini · 14 years ago
  61. 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
  62. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  63. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  64. ec9c42e block: make xenbus device id constant by Márton Németh · 15 years ago
  65. 1ccbf53 xen: move Xen-testing predicates to common header by Jeremy Fitzhardinge · 15 years ago
  66. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  67. a1b4b12 xen block: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  68. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  69. 9bd7de5 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  70. b9ed725 xen-blkfront: beyond ARRAY_SIZE of info->shadow by Roel Kluin · 15 years ago
  71. 31a1440 xen/blkfront: fix warning when deleting gendisk on unplug/shutdown by Ian Campbell · 15 years ago
  72. 28afea5 xen/blkfront: allow xenbus state transition to Closing->Closed when not Connected by Ian Campbell · 15 years ago
  73. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  74. 296b2f6 block: convert to dequeueing model (easy ones) by Tejun Heo · 15 years ago
  75. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  76. f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 15 years ago
  77. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 15 years ago
  78. a1a15ac Fix kernel NULL pointer dereference in xen-blkfront by Kris Shannon · 15 years ago
  79. 9e973e6 xen/blkfront: use blk_rq_map_sg to generate ring entries by Jens Axboe · 15 years ago
  80. 66d352e xen-blkfront: set queue paravirt flag by Fernando Luis Vázquez Cao · 16 years ago
  81. 68aee07 Release old elevator on change elevator by Zhaolei · 16 years ago
  82. a63c848 [PATCH] switch xen by Al Viro · 16 years ago
  83. d4430d6 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  84. 365d46d Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  85. 9246b5f block: Expand Xen blkfront for > 16 xvd by Chris Lalancette · 16 years ago
  86. 6e83358 xen: clean up domain mode predicates by Jeremy Fitzhardinge · 16 years ago
  87. 62aa005 xen-blkfront.c: make blkif_ioctl() static by Adrian Bunk · 16 years ago
  88. a144ff0 xen: Avoid allocations causing swap activity on the resume path by Ian Campbell · 16 years ago
  89. 5a60d0c xen/blkfront: add __exit to module_exit() handlers by Jan Beulich · 16 years ago
  90. 04c0635 xen/blkfront: Make sure that the device is fully ready before allowing release. by Wim Colgate · 16 years ago
  91. 440a01a xen/blkfront: Add the CDROM_GET_CAPABILITY ioctl to blkfront. by Christian Limpach · 16 years ago
  92. 1c91fe1 xen/blkfront: Make sure we don't use bounce buffers, we don't need them. by Ian Campbell · 16 years ago
  93. afe42d7 xen: make blkif_getgeo static by Harvey Harrison · 16 years ago
  94. 4f93f09 xen: Add compatibility aliases for frontend drivers by Mark McLoughlin · 16 years ago
  95. d2f0c52 xen: Module autoprobing support for frontend drivers by Mark McLoughlin · 16 years ago
  96. 1d78d70 xen blkfront: Delay wait for block devices until after the disk is added by Christian Limpach · 16 years ago
  97. 53f0e8a xen/blkfront: use bdget_disk by Jeremy Fitzhardinge · 16 years ago
  98. 3e33423 xen: Make xen-blkfront write its protocol ABI to xenstore by Markus Armbruster · 16 years ago
  99. 597592d xen: Implement getgeo for Xen virtual block device. by Ian Campbell · 16 years ago
  100. f530f036 blk_end_request: changing xen-blkfront (take 4) by Kiyoshi Ueda · 17 years ago