index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
iscsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-22
block/iscsi: fix memory corruption on iscsi resize
Peter Lieven
1
-1
/
+2
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2014-08-15
iscsi: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+4
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
1
-2
/
+1
2014-06-24
Fix new typos (found by codespell)
Stefan Weil
1
-1
/
+1
2014-06-18
block/iscsi: drop obsolete pointers from iscsi_co_writev
Peter Lieven
1
-7
/
+2
2014-06-18
block/iscsi: fix init value for iTask->retries
Peter Lieven
1
-1
/
+0
2014-06-18
block/iscsi: bump libiscsi requirement to 1.9.0
Peter Lieven
1
-67
/
+0
2014-06-18
block/iscsi: use 16 byte CDBs only when necessary
Peter Lieven
1
-18
/
+40
2014-06-18
block/iscsi: fix potential segfault on early callback
Peter Lieven
1
-1
/
+4
2014-06-18
block/iscsi: handle BUSY condition
Peter Lieven
1
-12
/
+43
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-1
/
+1
2014-06-16
iscsi.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-18
/
+16
2014-06-16
block: Drop superfluous conditionals around g_free()
Markus Armbruster
1
-3
/
+1
2014-06-04
iscsi: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-24
/
+56
2014-05-22
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
1
-3
/
+1
2014-05-20
block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not defined
Jeff Cody
1
-3
/
+1
2014-05-19
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
1
-107
/
+212
2014-05-09
block/iscsi: bump year in copyright notice
Peter Lieven
1
-1
/
+1
2014-05-05
[PATCH] block/iscsi: bump year in copyright notice
Peter Lieven
1
-1
/
+1
2014-04-29
block/iscsi: allow cluster_size of 4K and greater
Peter Lieven
1
-1
/
+1
2014-04-29
block/iscsi: clarify the meaning of ISCSI_CHECKALLOC_THRES
Peter Lieven
1
-2
/
+10
2014-04-29
block/iscsi: speed up read for unallocated sectors
Peter Lieven
1
-102
/
+198
2014-04-28
block/iscsi: allow fall back to WRITE SAME without UNMAP
Peter Lieven
1
-5
/
+6
2014-04-25
iscsi: Don't use error_is_set() to suppress additional errors
Markus Armbruster
1
-5
/
+4
2014-04-22
block: Add errp to bdrv_new()
Kevin Wolf
1
-1
/
+1
2014-04-11
iscsi: Remember to set ret for iscsi_open in error case
Fam Zheng
1
-0
/
+1
2014-04-04
iscsi: Don't set error if already set in iscsi_do_inquiry
Fam Zheng
1
-2
/
+4
2014-04-03
iscsi: always query max WRITE SAME length
Paolo Bonzini
1
-5
/
+7
2014-04-03
iscsi: ignore flushes on scsi-generic devices
Paolo Bonzini
1
-0
/
+4
2014-04-03
iscsi: recognize "invalid field" ASCQ from WRITE SAME command
Paolo Bonzini
1
-1
/
+2
2014-03-05
iscsi: Use bs->sg for everything else than disks
Kevin Wolf
1
-5
/
+4
2014-02-22
block/iscsi: fix segfault if writesame fails
Peter Lieven
1
-8
/
+9
2014-02-22
block/iscsi: query for supported VPD pages
Peter Lieven
1
-53
/
+54
2014-02-22
block/iscsi: fix deadlock on scsi check condition
Peter Lieven
1
-1
/
+8
2014-02-21
iscsi: correctly propagate errors in iscsi_open
Paolo Bonzini
1
-50
/
+53
2014-02-21
iscsi: fix indentation
Paolo Bonzini
1
-22
/
+23
2014-02-20
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-1
/
+1
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-1
/
+1
2014-02-14
block: Add notes to iSCSI's .bdrv_open and .bdrv_reopen_prepare
Jeff Cody
1
-2
/
+8
2014-02-09
block/iscsi: always fill bs->bl.opt_transfer_length
Peter Lieven
1
-3
/
+2
2014-01-24
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-0
/
+8
2014-01-24
iscsi: Set bs->request_alignment
Paolo Bonzini
1
-0
/
+1
2014-01-24
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
1
-17
/
+29
2014-01-22
block/iscsi: return -ENOMEM if an async call fails immediately
Peter Lieven
1
-6
/
+6
2014-01-15
block: add .bdrv_reopen_prepare() stub for iscsi
Jeff Cody
1
-0
/
+9
2014-01-14
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
1
-1
/
+1
2014-01-10
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-1
/
+10
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-1
/
+1
2013-12-20
block/iscsi: Fix compilation for libiscsi 1.4.0 (API change)
Stefan Weil
1
-1
/
+4
[next]