index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
iscsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iscsi: Remove pointless runtime check of macro value
Fam Zheng
2015-06-03
1
-7
/
+0
*
block/iscsi: use the allocationmap also if cache.direct=on
Peter Lieven
2015-04-28
1
-1
/
+1
*
block/iscsi: bump year in copyright notice
Peter Lieven
2015-04-28
1
-1
/
+1
*
block/iscsi: handle SCSI_STATUS_TASK_SET_FULL
Peter Lieven
2015-04-28
1
-2
/
+5
*
block/iscsi: increase retry count
Peter Lieven
2015-04-28
1
-1
/
+1
*
block/iscsi: optimize WRITE10/16 if cache.writeback is not set
Peter Lieven
2015-04-28
1
-3
/
+15
*
block/iscsi: store DPOFUA bit from the modesense command
Peter Lieven
2015-04-28
1
-0
/
+3
*
block/iscsi: rename iscsi_write_protected and let it return void
Peter Lieven
2015-04-28
1
-5
/
+5
*
block/iscsi: change all iscsilun properties from uint8_t to bool
Peter Lieven
2015-04-28
1
-7
/
+7
*
block/iscsi: do not forget to logout from target
Peter Lieven
2015-04-28
1
-0
/
+6
*
block/iscsi: handle zero events from iscsi_which_events
Peter Lieven
2015-04-09
1
-6
/
+27
*
iscsi: Fix check for username
Stefan Weil
2015-03-10
1
-1
/
+1
*
iscsi: Handle write protected case in reopen
Fam Zheng
2015-02-27
1
-9
/
+11
*
block/iscsi: fix uninitialized variable
Peter Wu
2015-01-03
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-11-03
1
-12
/
+37
|
\
|
*
block/iscsi: check for oversized requests
Peter Lieven
2014-11-03
1
-0
/
+12
|
*
block/iscsi: use sector_limits_lun2qemu throughout iscsi_refresh_limits
Peter Lieven
2014-11-03
1
-10
/
+10
|
*
block/iscsi: set max_transfer_length
Peter Lieven
2014-11-03
1
-2
/
+15
*
|
iscsi: Refuse to open as writable if the LUN is write protected
Fam Zheng
2014-10-31
1
-0
/
+42
|
/
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
1
-3
/
+3
*
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
2014-10-20
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-09-30
1
-7
/
+12
|
\
|
*
block/iscsi: handle failure on malloc of the allocationmap
Peter Lieven
2014-09-30
1
-7
/
+12
*
|
trace-events: drop orphan iscsi trace events
Stefan Hajnoczi
2014-09-26
1
-1
/
+0
|
/
*
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
2014-09-22
1
-3
/
+3
*
iscsi: Convert iscsi_aiocb_info.cancel to .cancel_async
Fam Zheng
2014-09-22
1
-15
/
+2
*
block: round up file size to nearest sector
Hu Tao
2014-09-12
1
-2
/
+2
*
block/iscsi: fix memory corruption on iscsi resize
Peter Lieven
2014-08-22
1
-1
/
+2
*
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-20
1
-1
/
+1
*
iscsi: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-1
/
+4
*
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
2014-07-18
1
-2
/
+1
*
Fix new typos (found by codespell)
Stefan Weil
2014-06-24
1
-1
/
+1
*
block/iscsi: drop obsolete pointers from iscsi_co_writev
Peter Lieven
2014-06-18
1
-7
/
+2
*
block/iscsi: fix init value for iTask->retries
Peter Lieven
2014-06-18
1
-1
/
+0
*
block/iscsi: bump libiscsi requirement to 1.9.0
Peter Lieven
2014-06-18
1
-67
/
+0
*
block/iscsi: use 16 byte CDBs only when necessary
Peter Lieven
2014-06-18
1
-18
/
+40
*
block/iscsi: fix potential segfault on early callback
Peter Lieven
2014-06-18
1
-1
/
+4
*
block/iscsi: handle BUSY condition
Peter Lieven
2014-06-18
1
-12
/
+43
*
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
1
-1
/
+1
*
iscsi.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-18
/
+16
*
block: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-16
1
-3
/
+1
*
iscsi: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-24
/
+56
*
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
2014-05-22
1
-3
/
+1
|
\
|
*
block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not defined
Jeff Cody
2014-05-20
1
-3
/
+1
*
|
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
2014-05-19
1
-107
/
+212
|
\
\
|
|
/
|
*
[PATCH] block/iscsi: bump year in copyright notice
Peter Lieven
2014-05-05
1
-1
/
+1
|
*
block/iscsi: allow cluster_size of 4K and greater
Peter Lieven
2014-04-29
1
-1
/
+1
|
*
block/iscsi: clarify the meaning of ISCSI_CHECKALLOC_THRES
Peter Lieven
2014-04-29
1
-2
/
+10
|
*
block/iscsi: speed up read for unallocated sectors
Peter Lieven
2014-04-29
1
-102
/
+198
[next]