index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
iscsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-06-18
iscsi: simplify freeing of tasks
Paolo Bonzini
1
-25
/
+10
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
1
-3
/
+2
2013-04-22
iscsi: Use bdrv_open options instead of filename
Kevin Wolf
1
-2
/
+37
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
1
-2
/
+3
2013-03-05
iscsi: add iscsi_truncate support
Peter Lieven
1
-47
/
+88
2013-03-05
iscsi: retry read, write, flush and unmap on unit attention check conditions
Peter Lieven
1
-88
/
+203
2013-01-24
iscsi: add support for iovectors
Peter Lieven
1
-9
/
+34
2013-01-24
iscsi: do not leak acb->buf when commands are aborted
Paolo Bonzini
1
-1
/
+7
2013-01-23
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-5
/
+101
2013-01-22
iscsi: add support for iSCSI NOPs [v2]
Peter Lieven
1
-0
/
+38
2013-01-22
iscsi: partly avoid iovec linearization in iscsi_aio_writev
Peter Lieven
1
-5
/
+11
2013-01-22
iscsi: add iscsi_create support
Peter Lieven
1
-0
/
+52
2013-01-12
qemu-option: move standard option definitions out of qemu-config.c
Paolo Bonzini
1
-0
/
+27
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
1
-0
/
+1
2012-11-28
iscsi: do not assume device is zero initialized
Peter Lieven
1
-0
/
+6
2012-11-28
iscsi: fix deadlock during login
Peter Lieven
1
-181
/
+70
2012-11-28
iscsi: fix segfault in url parsing
Peter Lieven
1
-2
/
+1
2012-11-14
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
1
-6
/
+6
2012-09-25
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-4
/
+0
2012-09-24
block: do not parse BDRV_O_CACHE_WB in block drivers
Jeff Cody
1
-4
/
+0
2012-09-21
iSCSI: We dont need to explicitely call qemu_notify_event() any more
Ronnie Sahlberg
1
-6
/
+0
2012-09-21
iSCSI: We need to support SG_IO also from iscsi_ioctl()
Ronnie Sahlberg
1
-0
/
+17
2012-08-28
iscsi: Set number of blocks to 0 for blank CDROM devices
Ronnie Sahlberg
1
-1
/
+6
2012-08-20
iscsi: fix races between task completion and abort
Paolo Bonzini
1
-29
/
+30
2012-08-20
iscsi: simplify iscsi_schedule_bh
Paolo Bonzini
1
-15
/
+9
[next]