index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
iscsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
block/iscsi: Restrict Linux-specific code
Philippe Mathieu-Daudé
2019-03-11
1
-0
/
+7
*
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
1
-0
/
+18
*
block: Work-around a bug in libiscsi 1.9.0 when used in gnu99 mode
Thomas Huth
2019-01-22
1
-0
/
+2
*
block/iscsi: cancel libiscsi task when ABORT TASK TMF completes
Stefan Hajnoczi
2019-01-11
1
-2
/
+14
*
block/iscsi: fix ioctl cancel use-after-free
Stefan Hajnoczi
2019-01-11
1
-3
/
+18
*
block/iscsi: take iscsilun->mutex in iscsi_timed_check_events()
Stefan Hajnoczi
2019-01-11
1
-0
/
+4
*
block/iscsi: drop unused IscsiAIOCB->buf field
Stefan Hajnoczi
2019-01-11
1
-8
/
+0
*
iscsi: Support auto-read-only option
Kevin Wolf
2018-11-05
1
-3
/
+5
*
block: Use warn_report() & friends to report warnings
Markus Armbruster
2018-10-19
1
-1
/
+1
*
block: Add copy offloading trace points
Fam Zheng
2018-07-10
1
-0
/
+3
*
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
2018-07-10
1
-3
/
+6
*
iscsi: Avoid potential for get_status overflow
Eric Blake
2018-07-02
1
-1
/
+1
*
iscsi: Don't blindly use designator length in response for memcpy
Fam Zheng
2018-06-29
1
-1
/
+1
*
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-06-29
1
-4
/
+4
*
block: Add block-specific QDict header
Max Reitz
2018-06-15
1
-0
/
+1
*
iscsi: Drop deprecated -drive parameter "filename"
Markus Armbruster
2018-06-15
1
-21
/
+2
*
iscsi: Implement copy offloading
Fam Zheng
2018-06-01
1
-0
/
+219
*
iscsi: Create and use iscsi_co_wait_for_task
Fam Zheng
2018-06-01
1
-37
/
+17
*
iscsi: Query and save device designator when opening
Fam Zheng
2018-06-01
1
-0
/
+41
*
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
2018-05-15
1
-4
/
+4
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-1
/
+1
*
iscsi: fix iSER compilation
Paolo Bonzini
2018-03-19
1
-1
/
+1
*
block: convert bdrv_invalidate_cache callback to coroutine_fn
Paolo Bonzini
2018-03-09
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-06
1
-77
/
+87
|
\
|
*
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
1
-3
/
+4
|
*
iscsi: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
1
-36
/
+33
|
*
iscsi: Switch iscsi_allocmap_update() to byte-based
Eric Blake
2018-03-02
1
-46
/
+44
|
*
iscsi: Switch cluster_sectors to byte-based
Eric Blake
2018-03-02
1
-21
/
+35
*
|
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-03-02
1
-1
/
+1
|
/
*
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
2018-02-09
1
-2
/
+4
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-1
/
+1
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
block/iscsi: fix initialization of iTask in iscsi_co_get_block_status
Peter Lieven
2018-01-16
1
-1
/
+2
*
block/iscsi: only report an iSCSI Failure if we don't handle it gracefully
Peter Lieven
2017-12-21
1
-11
/
+32
*
block/iscsi: dont leave allocmap in an invalid state on UNMAP failure
Peter Lieven
2017-12-21
1
-4
/
+4
*
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-09-19
1
-1
/
+1
*
scsi: move non-emulation specific code to scsi/
Paolo Bonzini
2017-09-19
1
-1
/
+5
*
scsi: Refactor scsi sense interpreting code
Fam Zheng
2017-09-19
1
-41
/
+4
*
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
2017-07-14
1
-3
/
+3
|
\
|
*
Convert error_report() to warn_report()
Alistair Francis
2017-07-13
1
-3
/
+3
*
|
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
2017-07-11
1
-1
/
+8
|
/
*
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
1
-10
/
+10
*
block/iscsi: enable filename option and parsing
Jeff Cody
2017-06-14
1
-1
/
+21
*
block: Add .bdrv_truncate() error messages
Max Reitz
2017-04-28
1
-0
/
+2
*
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-28
1
-2
/
+2
*
iscsi: Fix iscsi_create
Fam Zheng
2017-04-11
1
-2
/
+8
[next]