1. bb8e0e8 block: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  2. d4c90b1 Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  3. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  4. 1e0f7a2 xen-blkback: check the number of iovecs before allocating a bios by Roger Pau Monne · 11 years ago
  5. 2d91054 xen-blkback: workaround compiler bug in gcc 4.1 by Roger Pau Monne · 11 years ago
  6. 8e3f875 xen/blkback: Check for insane amounts of request on the ring (v6). by Konrad Rzeszutek Wilk · 11 years ago
  7. 604c499 xen/blkback: Check device permissions before allowing OP_DISCARD by Konrad Rzeszutek Wilk · 11 years ago
  8. 7c4d7d7 xen/blkback: Use physical sector size for setup by Stefan Bader · 11 years ago
  9. bb642e8 xen-blkback: allocate list of pending reqs in small chunks by Roger Pau Monne · 11 years ago
  10. 402b27f xen-block: implement indirect descriptors by Roger Pau Monne · 11 years ago
  11. 31552ee xen-blkback: expand map/unmap functions by Roger Pau Monne · 11 years ago
  12. bf0720c xen-blkback: make the queue of free requests per backend by Roger Pau Monne · 11 years ago
  13. bb6acb2 xen-blkback: move pending handles list from blkbk to pending_req by Roger Pau Monne · 11 years ago
  14. 3f3aad5 xen-blkback: implement LRU mechanism for persistent grants by Roger Pau Monne · 11 years ago
  15. c6cc142 xen-blkback: use balloon pages for all mappings by Roger Pau Monne · 11 years ago
  16. c1a15d0 xen-blkback: print stats about persistent grants by Roger Pau Monne · 11 years ago
  17. ffb1dab xen-blkback: don't store dev_bus_addr by Roger Pau Monne · 11 years ago
  18. 217fd5e xen-blkback: fix foreach_grant_safe to handle empty lists by Roger Pau Monne · 11 years ago
  19. 0e5e098 xen-blkback: fix dispatch_rw_block_io() error path by Jan Beulich · 11 years ago
  20. 986cacb xen/blkback: Change statistics counter types to unsigned by Zoltan Kiss · 11 years ago
  21. 0e367ae xen/blkback: correctly respond to unknown, non-native requests by David Vrabel · 11 years ago
  22. a72d900 xen/xen-blkback: preq.dev is used without initialized by Chen Gang · 11 years ago
  23. 087ffec xen-blkback: use balloon pages for persistent grants by Roger Pau Monne · 11 years ago
  24. 01c681d xen/blkback: Don't trust the handle from the frontend. by Konrad Rzeszutek Wilk · 11 years ago
  25. 9d09260 xen-blkback: do not leak mode property by Jan Beulich · 12 years ago
  26. b6c46cf Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 12 years ago
  27. 9228ff9 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  28. 7dc3411 xen-blkback: implement safe iterator for the list of persistent grants by Roger Pau Monne · 12 years ago
  29. 4d4f270 xen-blkback: move free persistent grants code by Roger Pau Monne · 12 years ago
  30. cb5bd4d xen/blkback: persistent-grants fixes by Roger Pau Monne · 12 years ago
  31. 0a8704a xen/blkback: Persistent grant maps for xen blk drivers by Roger Pau Monne · 12 years ago
  32. 1f99957 xen/blkback: Change xen_vbd's flush_support and discard_secure to have type unsigned int, rather than bool by Oliver Chick · 12 years ago
  33. 654dbef xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 12 years ago
  34. 2911758 xen/blkback: Fix compile warning by Konrad Rzeszutek Wilk · 12 years ago
  35. 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
  36. 2fc136e xen/m2p: do not reuse kmap_op->dev_bus_addr by Stefano Stabellini · 12 years ago
  37. e79affc xen/arm: compile blkfront and blkback by Stefano Stabellini · 12 years ago
  38. 9877517 Merge branch 'stable/for-jens-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 12 years ago
  39. 8c9ce60 xen/blkback: Copy id field when doing BLKIF_DISCARD. by Konrad Rzeszutek Wilk · 12 years ago
  40. a71e23d xen/blkback: Fix warning error. by Konrad Rzeszutek Wilk · 12 years ago
  41. 3389bb8 xen/blkback: Make optional features be really optional. by Konrad Rzeszutek Wilk · 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. 16008d6 Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  46. 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
  47. 73db144 Xen: consolidate and simplify struct xenbus_driver instantiation by Jan Beulich · 13 years ago
  48. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  49. ae18be1 xen-blkback: convert hole punching to discard request on loop devices by Li Dongyang · 13 years ago
  50. 4214635 xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_io by Konrad Rzeszutek Wilk · 13 years ago
  51. 5ea4298 xen/blk[front|back]: Enhance discard support with secure erasing support. by Konrad Rzeszutek Wilk · 13 years ago
  52. 97e3683 xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard together by Konrad Rzeszutek Wilk · 13 years ago
  53. 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
  54. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  55. 2d07384 block: xen-blkback: use API provided by xenbus module to map rings by David Vrabel · 13 years ago
  56. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  57. 31018ac Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  58. 6927d92 xen/blkback: Fix two races in the handling of barrier requests. by Konrad Rzeszutek Wilk · 13 years ago
  59. dda1852 xen/blkback: Check for proper operation. by Konrad Rzeszutek Wilk · 13 years ago
  60. 64391b2 xen/blkback: Fix the inhibition to map pages when discarding sector ranges. by Konrad Rzeszutek Wilk · 13 years ago
  61. 5c62cb4 xen/blkback: Report VBD_WSECT (wr_sect) properly. by Konrad Rzeszutek Wilk · 13 years ago
  62. 29bde09 xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests. by Konrad Rzeszutek Wilk · 13 years ago
  63. 8e6dc6f xen-blkback: use kzalloc() in favor of kmalloc()+memset() by Jan Beulich · 13 years ago
  64. c555aab xen-blkback: fixed indentation and comments by Joe Jin · 13 years ago
  65. b3cb0d6 xen-blkback: Implement discard requests ('feature-discard') by Li Dongyang · 13 years ago
  66. 0930bba xen: modify kernel mappings corresponding to granted pages by Stefano Stabellini · 13 years ago
  67. e5de063 Remove unneeded version.h includes from drivers/block/ by Jesper Juhl · 13 years ago
  68. 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
  69. 1bc05b0 xen-blkback: fixed indentation and comments by Joe Jin · 13 years ago
  70. 6f5986b xen-blkback: Don't disconnect backend until state switched to XenbusStateClosed. by Joe Jin · 13 years ago
  71. 8ded371 Merge branch 'for-3.1/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  72. a7e9357 xen/blkback: Add module alias for autoloading by Bastian Blank · 13 years ago
  73. b4726a9 xen/blkback: Don't let in-flight requests defer pending ones. by Daniel Stodden · 13 years ago
  74. 08b8bfc xen: Add __attribute__((format(printf... where appropriate by Joe Perches · 13 years ago
  75. 9b83c77 xen/blkback: potential null dereference in error handling by Dan Carpenter · 13 years ago
  76. 6464920 xen/blkback: don't call vbd_size() if bd_disk is NULL by Laszlo Ersek · 13 years ago
  77. 8ab5215 xen/blkback: don't fail empty barrier requests by Jan Beulich · 13 years ago
  78. 496b318 xen/blkback: fix xenbus_transaction_start() hang caused by double xenbus_transaction_end() by Laszlo Ersek · 13 years ago
  79. 5185432 xen/blkback: Align the tabs on the structure. by Konrad Rzeszutek Wilk · 13 years ago
  80. cca537a xen/blkback: if log_stats is enabled print out the data. by Konrad Rzeszutek Wilk · 13 years ago
  81. 5a577e3 xen/blkback: Add the prefix XEN in the common.h. by Konrad Rzeszutek Wilk · 13 years ago
  82. 3d81473 xen/blkback: Prefix 'vbd' with 'xen' in structs and functions. by Konrad Rzeszutek Wilk · 13 years ago
  83. 30fd150 xen/blkback: Change structure name blkif_st to xen_blkif. by Konrad Rzeszutek Wilk · 13 years ago
  84. 325a648 xen/blkback: Remove the unused typedefs. by Konrad Rzeszutek Wilk · 13 years ago
  85. 452a6b2 xen/blkback: Move include/xen/blkif.h into drivers/block/xen-blkback/common.h by Konrad Rzeszutek Wilk · 13 years ago
  86. b0f8012 xen/blkback: Fixing some more of the cleanpatch.pl warnings. by Konrad Rzeszutek Wilk · 13 years ago
  87. 03e0edf xen/blkback: Checkpatch.pl recommend against multiple assigments. by Konrad Rzeszutek Wilk · 13 years ago
  88. b9fc029 xen/blkback: Fix spelling mistakes. by Konrad Rzeszutek Wilk · 13 years ago
  89. 68c88dd xen/blkback: Move blkif_get_x86_[32|64]_req to common.h in block/xen-blkback dir. by Konrad Rzeszutek Wilk · 13 years ago
  90. 72468bf xen/blkback: Removing the debug_lvl option. by Konrad Rzeszutek Wilk · 13 years ago
  91. 22b20f2 xen/blkback: Use the DRV_PFX in the pr_.. macros. by Konrad Rzeszutek Wilk · 13 years ago
  92. 1afbd73 xen/blkback: Make the DPRINTK uniform. by Konrad Rzeszutek Wilk · 13 years ago
  93. ebe8190 xen/blkback: Change printk/DPRINTK to pr_.. type variant. by Konrad Rzeszutek Wilk · 13 years ago
  94. 01f37f2 xen/blkback: Fixed up comments and converted spaces to tabs. by Konrad Rzeszutek Wilk · 13 years ago
  95. 3d68b39 xen/blkback: Fix up some of the comments. by Konrad Rzeszutek Wilk · 13 years ago
  96. fc53bf7 xen/blkback: Squash the checking for operation into dispatch_rw_block_io by Konrad Rzeszutek Wilk · 13 years ago
  97. 24f567f xen/blkback: Add support for BLKIF_OP_FLUSH_DISKCACHE and drop BLKIF_OP_WRITE_BARRIER. by Konrad Rzeszutek Wilk · 13 years ago
  98. a19be5f Revert "xen/blkback: Move the plugging/unplugging to a higher level." by Konrad Rzeszutek Wilk · 13 years ago
  99. 013c3ca xen/blkback: Stick REQ_SYNC on WRITEs to deal with CFQ I/O scheduler. by Konrad Rzeszutek Wilk · 13 years ago
  100. 97961ef xen/blkback: Move the plugging/unplugging to a higher level. by Konrad Rzeszutek Wilk · 13 years ago