1. b44166c xen/grant: introduce func gnttab_unmap_refs_sync() by Bob Liu · 9 years ago
  2. 325d73b xen/blkback: safely unmap purge persistent grants by Bob Liu · 9 years ago
  3. 77387b8 xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFX by Tao Chen · 9 years ago
  4. c43cf3e xen-blkback: safely unmap grants in case they are still in use by Jennifer Herbert · 10 years ago
  5. ff4b156 xen/grant-table: add helpers for allocating pages by David Vrabel · 10 years ago
  6. 61cecca xen-blkback: fix leak on grant map error path by Roger Pau Monné · 10 years ago
  7. abb97b8 xen-blkback: init persistent_purge_work work_struct by Roger Pau Monne · 10 years ago
  8. 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
  9. 80bfa2f xen-blkif: drop struct blkif_request_segment_aligned by Roger Pau Monne · 10 years ago
  10. c05f3e3 xen-blkback: fix shutdown race by Roger Pau Monne · 10 years ago
  11. ef75341 xen-blkback: fix memory leaks by Roger Pau Monne · 10 years ago
  12. 2ed22e3 xen-blkback: fix memory leak when persistent grants are used by Matt Rushton · 10 years ago
  13. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  14. ea5ec76 xen/blkback: fix reference counting by Vegard Nossum · 11 years ago
  15. 1e0f7a2 xen-blkback: check the number of iovecs before allocating a bios by Roger Pau Monne · 11 years ago
  16. 2d91054 xen-blkback: workaround compiler bug in gcc 4.1 by Roger Pau Monne · 11 years ago
  17. 8e3f875 xen/blkback: Check for insane amounts of request on the ring (v6). by Konrad Rzeszutek Wilk · 11 years ago
  18. 604c499 xen/blkback: Check device permissions before allowing OP_DISCARD by Konrad Rzeszutek Wilk · 11 years ago
  19. bb642e8 xen-blkback: allocate list of pending reqs in small chunks by Roger Pau Monne · 11 years ago
  20. 402b27f xen-block: implement indirect descriptors by Roger Pau Monne · 11 years ago
  21. 31552ee xen-blkback: expand map/unmap functions by Roger Pau Monne · 11 years ago
  22. bf0720c xen-blkback: make the queue of free requests per backend by Roger Pau Monne · 11 years ago
  23. bb6acb2 xen-blkback: move pending handles list from blkbk to pending_req by Roger Pau Monne · 11 years ago
  24. 3f3aad5 xen-blkback: implement LRU mechanism for persistent grants by Roger Pau Monne · 11 years ago
  25. c6cc142 xen-blkback: use balloon pages for all mappings by Roger Pau Monne · 11 years ago
  26. c1a15d0 xen-blkback: print stats about persistent grants by Roger Pau Monne · 11 years ago
  27. ffb1dab xen-blkback: don't store dev_bus_addr by Roger Pau Monne · 11 years ago
  28. 217fd5e xen-blkback: fix foreach_grant_safe to handle empty lists by Roger Pau Monne · 11 years ago
  29. 0e5e098 xen-blkback: fix dispatch_rw_block_io() error path by Jan Beulich · 11 years ago
  30. 986cacb xen/blkback: Change statistics counter types to unsigned by Zoltan Kiss · 11 years ago
  31. 0e367ae xen/blkback: correctly respond to unknown, non-native requests by David Vrabel · 11 years ago
  32. a72d900 xen/xen-blkback: preq.dev is used without initialized by Chen Gang · 11 years ago
  33. 087ffec xen-blkback: use balloon pages for persistent grants by Roger Pau Monne · 11 years ago
  34. 01c681d xen/blkback: Don't trust the handle from the frontend. by Konrad Rzeszutek Wilk · 11 years ago
  35. 7dc3411 xen-blkback: implement safe iterator for the list of persistent grants by Roger Pau Monne · 12 years ago
  36. 4d4f270 xen-blkback: move free persistent grants code by Roger Pau Monne · 12 years ago
  37. cb5bd4d xen/blkback: persistent-grants fixes by Roger Pau Monne · 12 years ago
  38. 0a8704a xen/blkback: Persistent grant maps for xen blk drivers by Roger Pau Monne · 12 years ago
  39. f1c6872 Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  40. 2fc136e xen/m2p: do not reuse kmap_op->dev_bus_addr by Stefano Stabellini · 12 years ago
  41. e79affc xen/arm: compile blkfront and blkback by Stefano Stabellini · 12 years ago
  42. 4dae767 xen/blkback: Squash the discard support for 'file' and 'phy' type. by Konrad Rzeszutek Wilk · 12 years ago
  43. b2167ba xen/blkback: Enable blkback on HVM guests by Daniel De Graaf · 13 years ago
  44. 4f14faa xen/blkback: use grant-table.c hypercall wrappers by Daniel De Graaf · 13 years ago
  45. ae18be1 xen-blkback: convert hole punching to discard request on loop devices by Li Dongyang · 13 years ago
  46. 4214635 xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_io by Konrad Rzeszutek Wilk · 13 years ago
  47. 5ea4298 xen/blk[front|back]: Enhance discard support with secure erasing support. by Konrad Rzeszutek Wilk · 13 years ago
  48. 97e3683 xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard together by Konrad Rzeszutek Wilk · 13 years ago
  49. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  50. 6927d92 xen/blkback: Fix two races in the handling of barrier requests. by Konrad Rzeszutek Wilk · 13 years ago
  51. dda1852 xen/blkback: Check for proper operation. by Konrad Rzeszutek Wilk · 13 years ago
  52. 64391b2 xen/blkback: Fix the inhibition to map pages when discarding sector ranges. by Konrad Rzeszutek Wilk · 13 years ago
  53. 5c62cb4 xen/blkback: Report VBD_WSECT (wr_sect) properly. by Konrad Rzeszutek Wilk · 13 years ago
  54. 29bde09 xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests. by Konrad Rzeszutek Wilk · 13 years ago
  55. 8e6dc6f xen-blkback: use kzalloc() in favor of kmalloc()+memset() by Jan Beulich · 13 years ago
  56. b3cb0d6 xen-blkback: Implement discard requests ('feature-discard') by Li Dongyang · 13 years ago
  57. 0930bba xen: modify kernel mappings corresponding to granted pages by Stefano Stabellini · 13 years ago
  58. a7e9357 xen/blkback: Add module alias for autoloading by Bastian Blank · 13 years ago
  59. b4726a9 xen/blkback: Don't let in-flight requests defer pending ones. by Daniel Stodden · 13 years ago
  60. 9b83c77 xen/blkback: potential null dereference in error handling by Dan Carpenter · 13 years ago
  61. 8ab5215 xen/blkback: don't fail empty barrier requests by Jan Beulich · 13 years ago
  62. 496b318 xen/blkback: fix xenbus_transaction_start() hang caused by double xenbus_transaction_end() by Laszlo Ersek · 13 years ago
  63. cca537a xen/blkback: if log_stats is enabled print out the data. by Konrad Rzeszutek Wilk · 13 years ago
  64. 3d81473 xen/blkback: Prefix 'vbd' with 'xen' in structs and functions. by Konrad Rzeszutek Wilk · 13 years ago
  65. 30fd150 xen/blkback: Change structure name blkif_st to xen_blkif. by Konrad Rzeszutek Wilk · 13 years ago
  66. b0f8012 xen/blkback: Fixing some more of the cleanpatch.pl warnings. by Konrad Rzeszutek Wilk · 13 years ago
  67. 03e0edf xen/blkback: Checkpatch.pl recommend against multiple assigments. by Konrad Rzeszutek Wilk · 13 years ago
  68. 72468bf xen/blkback: Removing the debug_lvl option. by Konrad Rzeszutek Wilk · 13 years ago
  69. 22b20f2 xen/blkback: Use the DRV_PFX in the pr_.. macros. by Konrad Rzeszutek Wilk · 13 years ago
  70. ebe8190 xen/blkback: Change printk/DPRINTK to pr_.. type variant. by Konrad Rzeszutek Wilk · 13 years ago
  71. 01f37f2 xen/blkback: Fixed up comments and converted spaces to tabs. by Konrad Rzeszutek Wilk · 13 years ago
  72. 3d68b39 xen/blkback: Fix up some of the comments. by Konrad Rzeszutek Wilk · 13 years ago
  73. fc53bf7 xen/blkback: Squash the checking for operation into dispatch_rw_block_io by Konrad Rzeszutek Wilk · 13 years ago
  74. 24f567f xen/blkback: Add support for BLKIF_OP_FLUSH_DISKCACHE and drop BLKIF_OP_WRITE_BARRIER. by Konrad Rzeszutek Wilk · 13 years ago
  75. a19be5f Revert "xen/blkback: Move the plugging/unplugging to a higher level." by Konrad Rzeszutek Wilk · 13 years ago
  76. 013c3ca xen/blkback: Stick REQ_SYNC on WRITEs to deal with CFQ I/O scheduler. by Konrad Rzeszutek Wilk · 13 years ago
  77. 97961ef xen/blkback: Move the plugging/unplugging to a higher level. by Konrad Rzeszutek Wilk · 13 years ago
  78. 8b6bf74 xen/blkback: Prefix exposed functions with xen_ by Konrad Rzeszutek Wilk · 13 years ago
  79. 42c7841 xen-blkback: Inline some of the functions that were moved from vbd/interface.c by Konrad Rzeszutek Wilk · 13 years ago
  80. ee9ff85 xen/blkback: Squash vbd.c,interface.c in blkback.c and xenbus.c respectivly. by Konrad Rzeszutek Wilk · 13 years ago
  81. dfc07b1 xen/blkback: Move it from drivers/xen to drivers/block by Konrad Rzeszutek Wilk · 13 years ago[Renamed from drivers/xen/blkback/blkback.c]
  82. d2436ed block, xen/blkback: remove blk_[get|put]_queue calls. by Konrad Rzeszutek Wilk · 13 years ago
  83. 6fd17b5 xen/blkback: Get the 'requeust_queue' properly. by Konrad Rzeszutek Wilk · 13 years ago
  84. e935049 xen/blkback: Move the check for misaligned I/O once more. by Konrad Rzeszutek Wilk · 13 years ago
  85. 9f3aedf xen/blkback: Change fast_flush_area to xen_blkbk_unmap, and tweak xen_blk_map_seg. by Konrad Rzeszutek Wilk · 13 years ago
  86. 976222e xen/blkback: Move the check for misaligned I/O higher. by Konrad Rzeszutek Wilk · 13 years ago
  87. 1a95fe6 xen/blkback: Shuffle code around (vbd_translate moved higher). by Konrad Rzeszutek Wilk · 13 years ago
  88. b0aef17 xen/blkback: Cleanup move the code a bit around. by Konrad Rzeszutek Wilk · 13 years ago
  89. 7708992 xen/blkback: Seperate the bio allocation and the bio submission. by Konrad Rzeszutek Wilk · 13 years ago
  90. 0faa8cc xen/blkback: remove per-queue plugging by Konrad Rzeszutek Wilk · 13 years ago
  91. 2e9977c xen/blkback: Fix checkpatch warnings in blkback.c by Konrad Rzeszutek Wilk · 13 years ago
  92. 5489377 xen/blkback: blkif->struct blkif_st by Konrad Rzeszutek Wilk · 13 years ago
  93. a1397fa xen/blkback: Add some comments. by Konrad Rzeszutek Wilk · 13 years ago
  94. 314146e xen/blkback: Fix the WRITE_BARRIER by Tom Goetz · 13 years ago
  95. a742b02 xen/blkback: Use kzalloc's, and GFP_KERNEL for data structures. by Konrad Rzeszutek Wilk · 13 years ago
  96. 5dc0363 xen/blkback: Utilize the M2P override mechanism for GNTMAP_host_map by Konrad Rzeszutek Wilk · 13 years ago
  97. 464fb41 xen/blkback: Use 'vzalloc' for page arrays and pre-allocate pages. by Konrad Rzeszutek Wilk · 13 years ago
  98. c35950b xen/blkback: Union the blkif_request request specific fields by Konrad Rzeszutek Wilk · 13 years ago
  99. e8e2887 xen/blkback: Move global/static variables into struct xen_blkbk. by Konrad Rzeszutek Wilk · 13 years ago
  100. efe08a3 xen/blkback: simplify address translations by Jan Beulich · 14 years ago