1. d39b0a2 xen-blkback: use sync_blockdev by Christoph Hellwig · 3 years, 2 months ago
  2. 39f75da isystem: trim/fixup stdarg.h and other headers by Alexey Dobriyan · 3 years, 5 months ago
  3. d75e7f6 xen-blkback: fix compatibility bug with single page rings by Paul Durrant · 3 years, 11 months ago
  4. f2fa0e5 xen/events: link interdomain events to associated xenbus device by Juergen Gross · 3 years, 11 months ago
  5. 1c72871 xen-blkback: set ring->xenblkd to NULL after kthread_stop() by Pawel Wieczorkiewicz · 4 years ago
  6. 2e85d32 xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() by SeongJae Park · 4 years ago
  7. ca33479 xen: add helpers for caching grant mapping pages by Juergen Gross · 4 years, 1 month ago
  8. aac8a70 xen-blkback: add a parameter for disabling of persistent grants by SeongJae Park · 4 years, 3 months ago
  9. 01263a1 xen/blkback: use lateeoi irq binding by Juergen Gross · 4 years, 4 months ago
  10. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  11. 8557bbe xen/blkback: Consistently insert one empty line between functions by SeongJae Park · 5 years ago
  12. cb9369b xen/blkback: Squeeze page pools if a memory pressure is detected by SeongJae Park · 5 years ago
  13. f4eef1b xen-blkback: support dynamic unbind/bind by Paul Durrant · 5 years ago
  14. fa2ac65 xen-blkback: prevent premature module unload by Paul Durrant · 5 years ago
  15. 1485595 xen-blkback: allow module to be cleanly unloaded by Paul Durrant · 5 years ago
  16. ae78ca3 xen/blkback: fix memory leaks by Wenwen Wang · 5 years ago
  17. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  18. 4a8c31a xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-order' set by malicious blkfront by Dongli Zhang · 6 years ago
  19. 5b8e432 xen/blkback: add stack variable 'blkif' in connect_ring() by Dongli Zhang · 6 years ago
  20. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  21. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  22. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  23. dc52d783 xen-blkback: stop blkback thread of every queue in xen_blkif_disconnect by Annie Li · 7 years ago
  24. 3f2c940 xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1 by Bart Van Assche · 7 years ago
  25. a24fa22c xen/blkback: don't use xen_blkif_get() in xen-blkback kthread by Juergen Gross · 8 years ago
  26. 71df1d7 xen/blkback: don't free be structure too early by Juergen Gross · 8 years ago
  27. 4646441 xen/blkback: fix disconnect while I/Os in flight by Juergen Gross · 8 years ago
  28. 2d4456c block: xen-blkback: add null check to avoid null pointer dereference by Gustavo A. R. Silva · 8 years ago
  29. 5584ea2 xen: modify xenstore watch event interface by Juergen Gross · 8 years ago
  30. 8235777 xen: make use of xenbus_read_unsigned() in xen-blkback by Juergen Gross · 8 years ago
  31. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  32. aea305e1 xen-blkback: really don't leak mode property by Jan Beulich · 8 years ago
  33. 5304394 xen-blkback: constify instance of "struct attribute_group" by Jan Beulich · 8 years ago
  34. 6694389 xen-blkback: prefer xenbus_scanf() over xenbus_gather() by Jan Beulich · 8 years ago
  35. 288dab8 block: add a separate operation type for secure erase by Christoph Hellwig · 9 years ago
  36. c888a8f block: kill off q->flush_flags by Jens Axboe · 9 years ago
  37. fa3184b xen/blback: Fit the important information of the thread in 17 characters by Konrad Rzeszutek Wilk · 9 years ago
  38. 5a70584 xen-blkback: advertise indirect segment support earlier by Jan Beulich · 9 years ago
  39. 93bb277 xen/blkback: Fix two memory leaks. by Bob Liu · 9 years ago
  40. db6fbc1 xen/blkback: make st_ statistics per ring by Bob Liu · 9 years ago
  41. 2d0382f xen/blkback: Free resources if connect_ring failed. by Konrad Rzeszutek Wilk · 9 years ago
  42. bde21f7 xen/blocks: Return -EXX instead of -1 by Konrad Rzeszutek Wilk · 9 years ago
  43. d4bf006 xen/blkback: make pool of persistent grants and free pages per-queue by Bob Liu · 9 years ago
  44. d62d860 xen/blkback: get the number of hardware queues/rings from blkfront by Bob Liu · 9 years ago
  45. 2fb1ef4 xen/blkback: pseudo support for multi hardware queues/rings by Konrad Rzeszutek Wilk · 9 years ago
  46. 5979570 xen/blkback: separate ring information out of struct xen_blkif by Bob Liu · 9 years ago
  47. 9cce291 xen/xenbus: Rename *RING_PAGE* to *RING_GRANT* by Julien Grall · 9 years ago
  48. 67de5df block/xen-blkback: Make it running on 64KB page granularity by Julien Grall · 10 years ago
  49. f929d42 xen/blkback: free requests on disconnection by Roger Pau Monne · 9 years ago
  50. 86839c5 xen/block: add multi-page ring support by Bob Liu · 10 years ago
  51. 69b91ed drivers: xen-blkback: delay pending_req allocation to connect_ring by Bob Liu · 10 years ago
  52. a39ef1a Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  53. ccc9d90 xenbus_client: Extend interface to support multi-page ring by Wei Liu · 10 years ago
  54. 77387b8 xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFX by Tao Chen · 10 years ago
  55. 1375590 xen-blkback: enlarge the array size of blkback name by Tao Chen · 10 years ago
  56. b042a3c xen-blkback: default to X86_32 ABI on x86 by David Vrabel · 10 years ago
  57. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  58. 95afae4 xen: remove DEFINE_XENBUS_DRIVER() macro by David Vrabel · 10 years ago
  59. 12ea729 xen/blkback: unmap all persistent grants when frontend gets disconnected by Vitaly Kuznetsov · 10 years ago
  60. 814d04e xen-blkback: defer freeing blkif to avoid blocking xenwatch by Valentin Priescu · 11 years ago
  61. c926b70 xen/blkback: disable discard feature if requested by toolstack by Olaf Hering · 11 years ago
  62. abb97b8 xen-blkback: init persistent_purge_work work_struct by Roger Pau Monne · 11 years ago
  63. c05f3e3 xen-blkback: fix shutdown race by Roger Pau Monne · 11 years ago
  64. ef75341 xen-blkback: fix memory leaks by Roger Pau Monne · 11 years ago
  65. bb8e0e8 block: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  66. d4c90b1 Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  67. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  68. 8e3f875 xen/blkback: Check for insane amounts of request on the ring (v6). by Konrad Rzeszutek Wilk · 12 years ago
  69. 7c4d7d7 xen/blkback: Use physical sector size for setup by Stefan Bader · 12 years ago
  70. bb642e8 xen-blkback: allocate list of pending reqs in small chunks by Roger Pau Monne · 12 years ago
  71. 402b27f xen-block: implement indirect descriptors by Roger Pau Monne · 12 years ago
  72. bf0720c xen-blkback: make the queue of free requests per backend by Roger Pau Monne · 12 years ago
  73. 3f3aad5 xen-blkback: implement LRU mechanism for persistent grants by Roger Pau Monne · 12 years ago
  74. c6cc142 xen-blkback: use balloon pages for all mappings by Roger Pau Monne · 12 years ago
  75. 986cacb xen/blkback: Change statistics counter types to unsigned by Zoltan Kiss · 12 years ago
  76. 9d09260 xen-blkback: do not leak mode property by Jan Beulich · 12 years ago
  77. 9228ff9 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  78. cb5bd4d xen/blkback: persistent-grants fixes by Roger Pau Monne · 12 years ago
  79. 0a8704a xen/blkback: Persistent grant maps for xen blk drivers by Roger Pau Monne · 12 years ago
  80. 654dbef xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 12 years ago
  81. 2911758 xen/blkback: Fix compile warning by Konrad Rzeszutek Wilk · 12 years ago
  82. a71e23d xen/blkback: Fix warning error. by Konrad Rzeszutek Wilk · 13 years ago
  83. 3389bb8 xen/blkback: Make optional features be really optional. by Konrad Rzeszutek Wilk · 13 years ago
  84. 4dae767 xen/blkback: Squash the discard support for 'file' and 'phy' type. by Konrad Rzeszutek Wilk · 13 years ago
  85. 16008d6 Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  86. 9016037 Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  87. 73db144 Xen: consolidate and simplify struct xenbus_driver instantiation by Jan Beulich · 13 years ago
  88. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  89. 5ea4298 xen/blk[front|back]: Enhance discard support with secure erasing support. by Konrad Rzeszutek Wilk · 13 years ago
  90. 06d3814 Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  91. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  92. 2d07384 block: xen-blkback: use API provided by xenbus module to map rings by David Vrabel · 13 years ago
  93. 29bde09 xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests. by Konrad Rzeszutek Wilk · 13 years ago
  94. c555aab xen-blkback: fixed indentation and comments by Joe Jin · 13 years ago
  95. b3cb0d6 xen-blkback: Implement discard requests ('feature-discard') by Li Dongyang · 13 years ago
  96. 89c63a8 Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 13 years ago
  97. 1bc05b0 xen-blkback: fixed indentation and comments by Joe Jin · 13 years ago
  98. 6f5986b xen-blkback: Don't disconnect backend until state switched to XenbusStateClosed. by Joe Jin · 13 years ago
  99. 08b8bfc xen: Add __attribute__((format(printf... where appropriate by Joe Perches · 14 years ago
  100. 6464920 xen/blkback: don't call vbd_size() if bd_disk is NULL by Laszlo Ersek · 14 years ago