1. 7adf12b Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  2. a9b54bb drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising by Bob Liu · 9 years ago
  3. ee4b717 block/xen-blkfront: Remove invalid comment by Julien Grall · 9 years ago
  4. db26a68 block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQS by Julien Grall · 9 years ago
  5. 86839c5 xen/block: add multi-page ring support by Bob Liu · 9 years ago
  6. 8ab0144 driver: xen-blkfront: move talk_to_blkback to a more suitable place by Bob Liu · 9 years ago
  7. ccc9d90 xenbus_client: Extend interface to support multi-page ring by Wei Liu · 9 years ago
  8. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  9. 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 9 years ago
  10. 3bb8c98 xen-blkfront: fix accounting of reqs when migrating by Roger Pau Monne · 9 years ago
  11. fdf9b96 xen/blkfront: remove redundant flush_op by Vitaly Kuznetsov · 10 years ago
  12. ad42d39 xen/blkfront: improve protection against issuing unsupported REQ_FUA by Vitaly Kuznetsov · 10 years ago
  13. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  14. 95afae4 xen: remove DEFINE_XENBUS_DRIVER() macro by David Vrabel · 10 years ago
  15. 0f1ca65 xen, blkfront: factor out flush-related checks from do_blkif_request() by Arianna Avanzini · 10 years ago
  16. 879466e Merge branch 'stable/for-jens-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip into for-3.16/drivers by Jens Axboe · 10 years ago
  17. 1c8cad6 xen-blkfront: remove type check from blkfront_setup_discard by Olaf Hering · 10 years ago
  18. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  19. 9d4cb8e Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip into for-linus by Jens Axboe · 10 years ago
  20. 3661371 xen-blkfront: handle backend CLOSED without CLOSING by David Vrabel · 10 years ago
  21. 80bfa2f xen-blkif: drop struct blkif_request_segment_aligned by Roger Pau Monne · 10 years ago
  22. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  23. 51c71a3 xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4). by Konrad Rzeszutek Wilk · 11 years ago
  24. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  25. 2f089cb block: xen-blkfront: Fix possible NULL ptr dereference by Felipe Pena · 11 years ago
  26. 427bfe0 xen-blkfront: Silence pfn maybe-uninitialized warning by Tim Gardner · 11 years ago
  27. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  28. bfe11d6 xen-blkfront: restore the non-persistent data path by Roger Pau Monne · 11 years ago
  29. c47206e xen-blkfront: improve aproximation of required grants per request by Roger Pau Monne · 11 years ago
  30. fbe363c xen-blkfront: revoke foreign access for grants not mapped by the backend by Roger Pau Monne · 11 years ago
  31. 6678d83 block: Consolidate duplicated bio_trim() implementations by Kent Overstreet · 11 years ago
  32. f35546e Merge branch 'stable/for-jens-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.11/drivers by Jens Axboe · 11 years ago
  33. 294caaf xen-blkfront: set blk_queue_max_hw_sectors correctly by Roger Pau Monne · 11 years ago
  34. 7c4d7d7 xen/blkback: Use physical sector size for setup by Stefan Bader · 11 years ago
  35. 2d5dc3b xen-blkfront: Introduce a 'max' module parameter to alter the amount of indirect segments. by Konrad Rzeszutek Wilk · 11 years ago
  36. b764915 xen-blkfront: use a different scatterlist for each request by Roger Pau Monne · 11 years ago
  37. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  38. 402b27f xen-block: implement indirect descriptors by Roger Pau Monne · 11 years ago
  39. b1173e3 xen-blkfront: remove frame list from blk_shadow by Roger Pau Monne · 11 years ago
  40. 9c1e050 xen-blkfront: pre-allocate pages for requests by Roger Pau Monne · 11 years ago
  41. 155b7ed xen-blkfront: switch from llist to list by Roger Pau Monne · 11 years ago
  42. 29d0b21 xen-blkfront: replace kmalloc and then memcpy with kmemdup by Mihnea Dobrescu-Balaur · 11 years ago
  43. f84adf4 xen-blkfront: drop the use of llist_for_each_entry_safe by Konrad Rzeszutek Wilk · 11 years ago
  44. d62f691 xen-blkfront: handle bvecs with partial data by Roger Pau Monne · 12 years ago
  45. ebb351c llist/xen-blkfront: implement safe version of llist_for_each_entry by Roger Pau Monne · 12 years ago
  46. 07c540a xen-blkfront: free allocated page by Roger Pau Monne · 12 years ago
  47. cb5bd4d xen/blkback: persistent-grants fixes by Roger Pau Monne · 12 years ago
  48. 0a8704a xen/blkback: Persistent grant maps for xen blk drivers by Roger Pau Monne · 12 years ago
  49. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  50. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  51. 89c30f1 xen-blkfront: remove IRQF_SAMPLE_RANDOM which is now a no-op by Theodore Ts'o · 12 years ago
  52. 6878c32 xen/blkfront: Add WARN to deal with misbehaving backends. by Konrad Rzeszutek Wilk · 12 years ago
  53. 8605067 xen-blkfront: module exit handling adjustments by Jan Beulich · 12 years ago
  54. e77c78c xen-blkfront: properly name all devices by Jan Beulich · 12 years ago
  55. c104f1f Merge branch 'for-3.4/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  56. 9479f0f Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  57. e95ae5a xen: only check xen_platform_pci_unplug if hvm by Igor Mammedov · 12 years ago
  58. e22057c Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  59. b9136d2 xen: initialize platform-pci even if xen_emul_unplug=never by Igor Mammedov · 12 years ago
  60. 3467811 xen-blkfront: make blkif_io_lock spinlock per-device by Steven Noonan · 12 years ago
  61. dad5cf6 xen/blkfront: don't put bdev right after getting it by Andrew Jones · 12 years ago
  62. 34ae2e4 xen-blkfront: use bitmap_set() and bitmap_clear() by Akinobu Mita · 12 years ago
  63. 16008d6 Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  64. 73db144 Xen: consolidate and simplify struct xenbus_driver instantiation by Jan Beulich · 13 years ago
  65. f094148 xen-blkfront: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  66. 5ea4298 xen/blk[front|back]: Enhance discard support with secure erasing support. by Konrad Rzeszutek Wilk · 13 years ago
  67. 97e3683 xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard together by Konrad Rzeszutek Wilk · 13 years ago
  68. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  69. 469738e xen-blkfront: plug device number leak in xlblk_init() error path by Laszlo Ersek · 13 years ago
  70. d11e615 xen-blkfront: If no barrier or flush is supported, use invalid operation. by Konrad Rzeszutek Wilk · 13 years ago
  71. 69ef68c xen-blkfront: fix a deadlock while handling discard response by Li Dongyang · 13 years ago
  72. ed30bf3 xen-blkfront: Handle discard requests. by Li Dongyang · 13 years ago
  73. 89153b5 xen-blkfront: Fix one off warning about name clash by Stefan Bader · 13 years ago
  74. 196cfe2 xen-blkfront: Drop name and minor adjustments for emulated scsi devices by Stefan Bader · 13 years ago
  75. edf6ef5 xen-blkfront: Introduce BLKIF_OP_FLUSH_DISKCACHE support. by Konrad Rzeszutek Wilk · 13 years ago
  76. 4352b47 xen-blkfront: fix data size for xenbus_gather in blkfront_connect by Marek Marczykowski · 13 years ago
  77. 76ca078 Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm by Linus Torvalds · 13 years ago
  78. 51de695 xen: Union the blkif_request request specific fields by Owen Smith · 14 years ago
  79. c80a420 xen-blkfront: handle Xen major numbers other than XENVBD by Stefano Stabellini · 14 years ago
  80. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  81. 30d6503 xen: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  82. 667c78af xen: Provide a variant of __RING_SIZE() that is an integer constant expression by Jeremy Fitzhardinge · 14 years ago
  83. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
  84. dcb8bae xen/blkfront: cope with backend that fail empty BLKIF_OP_WRITE_BARRIER requests by Jeremy Fitzhardinge · 14 years ago
  85. be2f837 xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIER by Jeremy Fitzhardinge · 14 years ago
  86. a945b98 xen/blkfront: change blk_shadow.request to proper pointer by Jeremy Fitzhardinge · 14 years ago
  87. c64e38e xen/blkfront: map REQ_FLUSH into a full barrier by Jeremy Fitzhardinge · 14 years ago
  88. 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
  89. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  90. 005a1d1 xen-blkfront: disable barrier/flush write support by Jens Axboe · 14 years ago
  91. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  92. b78c951 xenbus: prevent warnings on unhandled enumeration values by Noboru Iwamatsu · 15 years ago
  93. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  94. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  95. 6958f14 block: kill QUEUE_ORDERED_BY_TAG by Tejun Heo · 14 years ago
  96. 1dc7ce9 xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary by Ian Campbell · 14 years ago
  97. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  98. a4cc14e xen-blkfront: fix missing out label by Jens Axboe · 14 years ago
  99. 7901d14 xen/blkfront: Use QUEUE_ORDERED_DRAIN for old backends by Jeremy Fitzhardinge · 14 years ago
  100. 4dab46f xen/blkfront: use tagged queuing for barriers by Jeremy Fitzhardinge · 14 years ago