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