1. 9eac362 block/iscsi: use the allocationmap also if cache.direct=on by Peter Lieven · 10 years ago
  2. 03e40fe block/iscsi: bump year in copyright notice by Peter Lieven · 10 years ago
  3. e380aff block/iscsi: handle SCSI_STATUS_TASK_SET_FULL by Peter Lieven · 10 years ago
  4. 59dd0a2 block/iscsi: increase retry count by Peter Lieven · 10 years ago
  5. 73b5394 block/iscsi: optimize WRITE10/16 if cache.writeback is not set by Peter Lieven · 10 years ago
  6. 752ce45 block/iscsi: store DPOFUA bit from the modesense command by Peter Lieven · 10 years ago
  7. 7191f20 block/iscsi: rename iscsi_write_protected and let it return void by Peter Lieven · 10 years ago
  8. 0a386e4 block/iscsi: change all iscsilun properties from uint8_t to bool by Peter Lieven · 10 years ago
  9. 20474e9 block/iscsi: do not forget to logout from target by Peter Lieven · 10 years ago
  10. 05b685f block/iscsi: handle zero events from iscsi_which_events by Peter Lieven · 10 years ago
  11. 532cee4 iscsi: Fix check for username by Stefan Weil · 10 years ago
  12. 43ae8fb iscsi: Handle write protected case in reopen by Fam Zheng · 10 years ago
  13. debfb91 block/iscsi: fix uninitialized variable by Peter Wu · 10 years ago
  14. 9a33c0c Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 10 years ago
  15. dc9e716 block/iscsi: check for oversized requests by Peter Lieven · 10 years ago
  16. 3dab155 block/iscsi: use sector_limits_lun2qemu throughout iscsi_refresh_limits by Peter Lieven · 10 years ago
  17. 52f6fa1 block/iscsi: set max_transfer_length by Peter Lieven · 10 years ago
  18. c1d4096 iscsi: Refuse to open as writable if the LUN is write protected by Fam Zheng · 10 years ago
  19. 097310b block: Rename BlockDriverCompletionFunc to BlockCompletionFunc by Markus Armbruster · 10 years ago
  20. 7c84b1b block: Rename BlockDriverAIOCB* to BlockAIOCB* by Markus Armbruster · 10 years ago
  21. e4e9986 block: Split bdrv_new_root() off bdrv_new() by Markus Armbruster · 10 years ago
  22. 1831e15 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  23. a9fe4c9 block/iscsi: handle failure on malloc of the allocationmap by Peter Lieven · 10 years ago
  24. 44e7ebb trace-events: drop orphan iscsi trace events by Stefan Hajnoczi · 10 years ago
  25. 8007429 block: Rename qemu_aio_release -> qemu_aio_unref by Fam Zheng · 10 years ago
  26. 722d933 iscsi: Convert iscsi_aiocb_info.cancel to .cancel_async by Fam Zheng · 10 years ago
  27. c2eb918 block: round up file size to nearest sector by Hu Tao · 10 years ago
  28. d832fb4 block/iscsi: fix memory corruption on iscsi resize by Peter Lieven · 11 years ago
  29. 5839e53 block: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 11 years ago
  30. 4d5a3f8 iscsi: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  31. 3baca89 block: Add Error argument to bdrv_refresh_limits() by Kevin Wolf · 11 years ago
  32. 5d831be Fix new typos (found by codespell) by Stefan Weil · 11 years ago
  33. 8c215a9 block/iscsi: drop obsolete pointers from iscsi_co_writev by Peter Lieven · 11 years ago
  34. 9d2e256 block/iscsi: fix init value for iTask->retries by Peter Lieven · 11 years ago
  35. e49ab19 block/iscsi: bump libiscsi requirement to 1.9.0 by Peter Lieven · 11 years ago
  36. 9281fe9 block/iscsi: use 16 byte CDBs only when necessary by Peter Lieven · 11 years ago
  37. fcd470d block/iscsi: fix potential segfault on early callback by Peter Lieven · 11 years ago
  38. efc6de0 block/iscsi: handle BUSY condition by Peter Lieven · 11 years ago
  39. c282e1f cleanup QEMUOptionParameter by Chunyan Liu · 11 years ago
  40. a59479e iscsi.c: replace QEMUOptionParameter with QemuOpts by Chunyan Liu · 11 years ago
  41. f7047c2 block: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
  42. 80cf625 iscsi: implement .bdrv_detach/attach_aio_context() by Stefan Hajnoczi · 11 years ago
  43. 65903a8 Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging by Peter Maydell · 11 years ago
  44. f2564d8 block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not defined by Jeff Cody · 11 years ago
  45. 6a23082 Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging by Peter Maydell · 11 years ago
  46. ec209ac block/iscsi: bump year in copyright notice by Peter Lieven · 11 years ago
  47. 6a86dec [PATCH] block/iscsi: bump year in copyright notice by Peter Lieven · 11 years ago
  48. 3d2acaa block/iscsi: allow cluster_size of 4K and greater by Peter Lieven · 11 years ago
  49. 5917af8 block/iscsi: clarify the meaning of ISCSI_CHECKALLOC_THRES by Peter Lieven · 11 years ago
  50. b03c380 block/iscsi: speed up read for unallocated sectors by Peter Lieven · 11 years ago
  51. dbe5c58 block/iscsi: allow fall back to WRITE SAME without UNMAP by Peter Lieven · 11 years ago
  52. 172fc4d iscsi: Don't use error_is_set() to suppress additional errors by Markus Armbruster · 11 years ago
  53. 98522f6 block: Add errp to bdrv_new() by Kevin Wolf · 11 years ago
  54. cd82b6f iscsi: Remember to set ret for iscsi_open in error case by Fam Zheng · 11 years ago
  55. cbee81f iscsi: Don't set error if already set in iscsi_do_inquiry by Fam Zheng · 11 years ago
  56. c97ca29 iscsi: always query max WRITE SAME length by Paolo Bonzini · 11 years ago
  57. b2f9c08 iscsi: ignore flushes on scsi-generic devices by Paolo Bonzini · 11 years ago
  58. 27898a5 iscsi: recognize "invalid field" ASCQ from WRITE SAME command by Paolo Bonzini · 11 years ago
  59. f47c3f5 iscsi: Use bs->sg for everything else than disks by Kevin Wolf · 11 years ago
  60. d9738fd block/iscsi: fix segfault if writesame fails by Peter Lieven · 11 years ago
  61. 24d3bd6 block/iscsi: query for supported VPD pages by Peter Lieven · 11 years ago
  62. 837c390 block/iscsi: fix deadlock on scsi check condition by Peter Lieven · 11 years ago
  63. f291785 iscsi: correctly propagate errors in iscsi_open by Paolo Bonzini · 11 years ago
  64. 35cb174 iscsi: fix indentation by Paolo Bonzini · 11 years ago
  65. 4c0c9bb Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  66. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  67. 28f106a block: Add notes to iSCSI's .bdrv_open and .bdrv_reopen_prepare by Jeff Cody · 11 years ago
  68. 5d259fc block/iscsi: always fill bs->bl.opt_transfer_length by Peter Lieven · 11 years ago
  69. e9f526a Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 11 years ago
  70. 2c9880c iscsi: Set bs->request_alignment by Paolo Bonzini · 13 years ago
  71. d34682c block: Move initialisation of BlockLimits to bdrv_refresh_limits() by Kevin Wolf · 11 years ago
  72. 9239711 block/iscsi: return -ENOMEM if an async call fails immediately by Peter Lieven · 11 years ago
  73. dc6afb9 block: add .bdrv_reopen_prepare() stub for iscsi by Jeff Cody · 11 years ago
  74. 133fe77 Merge remote branch 'luiz/queue/qmp' into qmpq by Edgar E. Iglesias · 11 years ago
  75. eedc1a5 Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 11 years ago
  76. 87ea75d qemu-option: Remove qemu_opts_create_nofail by Peter Crosthwaite · 11 years ago
  77. 219c252 block/iscsi: Fix compilation for libiscsi 1.4.0 (API change) by Stefan Weil · 11 years ago
  78. 8b9dfe9 block/iscsi: use a bh to schedule co reentrance by Peter Lieven · 11 years ago
  79. 063c337 block/iscsi: introduce bdrv_co_{readv, writev, flush_to_disk} by Peter Lieven · 11 years ago
  80. 7572ddc block/iscsi: set bs->bl.opt_transfer_length by Peter Lieven · 11 years ago
  81. 1c0704a block/iscsi: set bdi->cluster_size by Peter Lieven · 11 years ago
  82. fa6252b block/iscsi: check WRITE SAME support differently depending on MAY_UNMAP by Paolo Bonzini · 11 years ago
  83. 2af8a1a block/iscsi: updated copyright by Peter Lieven · 11 years ago
  84. 4b52498 block/iscsi: remove .bdrv_has_zero_init by Peter Lieven · 11 years ago
  85. d4cd961 iscsi: add bdrv_co_write_zeroes by Peter Lieven · 11 years ago
  86. 01a6a23 iscsi: simplify iscsi_co_discard by Peter Lieven · 11 years ago
  87. ba6c591 iscsi: set limits in BlockDriverState by Peter Lieven · 11 years ago
  88. 186d4f2 block/iscsi: add .bdrv_get_info by Peter Lieven · 11 years ago
  89. 73f395f misc: New spelling fixes in comments by Stefan Weil · 11 years ago
  90. 24c7608 block/iscsi: reenable iscsi_co_get_block_status by Peter Lieven · 11 years ago
  91. 030be32 block: introduce BlockDriver.bdrv_needs_filename to enable some drivers. by Benoît Canet · 11 years ago
  92. f3ca508 Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 11 years ago
  93. f35c934 block/iscsi: Drop iscsi_co_get_block_status for older versions of libiscsi by Stefan Weil · 11 years ago
  94. 5dc1119 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 11 years ago
  95. 65f3e33 iscsi: split discard requests in multiple parts by Peter Lieven · 12 years ago
  96. d5124c0 bdrv: Use "Error" for creating images by Max Reitz · 12 years ago
  97. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 12 years ago
  98. 54a5c1d iscsi: add .bdrv_get_block_status by Peter Lieven · 12 years ago
  99. f18a7cb iscsi: add logical block provisioning information to iscsilun by Peter Lieven · 12 years ago
  100. 5accc84 scsi: prefer UUID to VM name for the initiator name by Paolo Bonzini · 12 years ago