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-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
2013-12-16
block/iscsi: use a bh to schedule co reentrance
Peter Lieven
1
-1
/
+10
2013-12-09
block/iscsi: introduce bdrv_co_{readv, writev, flush_to_disk}
Peter Lieven
1
-296
/
+105
2013-12-05
block/iscsi: set bs->bl.opt_transfer_length
Peter Lieven
1
-0
/
+3
2013-12-05
block/iscsi: set bdi->cluster_size
Peter Lieven
1
-0
/
+7
2013-12-03
block/iscsi: check WRITE SAME support differently depending on MAY_UNMAP
Paolo Bonzini
1
-2
/
+17
2013-12-03
block/iscsi: updated copyright
Peter Lieven
1
-0
/
+1
2013-12-03
block/iscsi: remove .bdrv_has_zero_init
Peter Lieven
1
-7
/
+0
2013-11-28
iscsi: add bdrv_co_write_zeroes
Peter Lieven
1
-0
/
+64
2013-11-28
iscsi: simplify iscsi_co_discard
Peter Lieven
1
-42
/
+25
2013-11-28
iscsi: set limits in BlockDriverState
Peter Lieven
1
-0
/
+14
2013-11-28
block/iscsi: add .bdrv_get_info
Peter Lieven
1
-0
/
+9
2013-10-26
misc: New spelling fixes in comments
Stefan Weil
1
-1
/
+1
2013-10-09
block/iscsi: reenable iscsi_co_get_block_status
Peter Lieven
1
-3
/
+3
2013-09-25
block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
BenoƮt Canet
1
-0
/
+1
2013-09-23
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-0
/
+6
2013-09-18
block/iscsi: Drop iscsi_co_get_block_status for older versions of libiscsi
Stefan Weil
1
-0
/
+6
2013-09-17
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-3
/
+5
2013-09-12
iscsi: split discard requests in multiple parts
Peter Lieven
1
-83
/
+73
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
1
-1
/
+2
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-2
/
+3
2013-09-12
iscsi: add .bdrv_get_block_status
Peter Lieven
1
-0
/
+136
2013-09-12
iscsi: add logical block provisioning information to iscsilun
Peter Lieven
1
-0
/
+77
2013-09-12
scsi: prefer UUID to VM name for the initiator name
Paolo Bonzini
1
-7
/
+16
2013-09-06
block: make bdrv_delete() static
Fam Zheng
1
-1
/
+1
2013-09-06
iscsi: use bdrv_new() instead of stack structure
Fam Zheng
1
-7
/
+9
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-7
/
+7
2013-08-19
aio: drop io_flush argument
Stefan Hajnoczi
1
-2
/
+1
2013-08-19
block/iscsi: drop iscsi_process_flush()
Stefan Hajnoczi
1
-8
/
+1
2013-08-02
block/iscsi.c: Fix printf format error.
Richard W.M. Jones
1
-1
/
+3
2013-07-17
iscsi: factor out sector conversions
Peter Lieven
1
-3
/
+7
2013-07-17
iscsi: assert that sectors are aligned to LUN blocksize
Peter Lieven
1
-0
/
+20
2013-07-17
iscsi: remove support for misaligned nb_sectors in aio_readv
Peter Lieven
1
-18
/
+4
2013-07-17
iscsi: fix -ENOSPC in iscsi_create()
Peter Lieven
1
-0
/
+1
2013-07-17
Fix iSCSI crash on SG_IO with an iovector
Ronnie Sahlberg
1
-7
/
+44
2013-06-18
iscsi: reorganize iscsi_readcapacity_sync
Paolo Bonzini
1
-48
/
+46
[next]