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
*
iscsi: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+2
*
block: use bdrv_is_sg() helper instead of raw bs->sg reading
Denis V. Lunev
2022-09-30
1
-1
/
+1
*
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2022-01-12
1
-2
/
+2
*
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-5
/
+11
*
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-10
/
+20
*
block: use int64_t instead of uint64_t in copy_range driver handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-6
/
+6
*
block/iscsi: Do not force-cap *pnum
Hanna Reitz
2021-09-15
1
-3
/
+0
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-2
/
+0
*
block/iscsi: Use lock guard macros
Gan Qixin
2020-12-11
1
-26
/
+24
*
qapi: Restrict query-uuid command to machine code
Philippe Mathieu-Daudé
2020-09-29
1
-1
/
+1
*
iscsi: return -EIO when sense fields are meaningless
Xie Yongji
2020-07-11
1
-0
/
+2
*
iscsi: handle check condition status in retry loop
Xie Yongji
2020-07-11
1
-10
/
+10
*
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
1
-2
/
+1
*
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-10
1
-2
/
+1
*
block/iscsi: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
2020-07-06
1
-1
/
+0
*
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
2020-05-04
1
-5
/
+2
*
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
2020-04-30
1
-1
/
+1
*
block/iscsi:fix heap-buffer-overflow in iscsi_aio_ioctl_cb
Chen Qun
2020-04-20
1
-2
/
+1
*
block/iscsi:use the flags in iscsi_open() prevent Clang warning
Chen Qun
2020-03-27
1
-1
/
+1
*
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
2020-03-26
1
-12
/
+4
*
iscsi: Drop iscsi_co_create_opts()
Max Reitz
2020-02-20
1
-56
/
+0
*
iscsi: Don't access non-existent scsi_lba_status_descriptor
Kevin Wolf
2020-01-27
1
-1
/
+1
*
iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)
Felipe Franciosi
2020-01-27
1
-2
/
+3
*
block: Evaluate @exact in protocol drivers
Max Reitz
2019-10-28
1
-1
/
+6
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
1
-1
/
+2
*
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
2019-10-14
1
-2
/
+3
*
iscsi: base all handling of check condition on scsi_sense_to_errno
Paolo Bonzini
2019-07-15
1
-15
/
+14
*
iscsi: fix busy/timeout/task set full
Paolo Bonzini
2019-07-15
1
-1
/
+1
*
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
[next]