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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-2
/
+0
2020-12-11
block/iscsi: Use lock guard macros
Gan Qixin
1
-26
/
+24
2020-09-29
qapi: Restrict query-uuid command to machine code
Philippe Mathieu-Daudé
1
-1
/
+1
2020-07-10
iscsi: return -EIO when sense fields are meaningless
Xie Yongji
1
-0
/
+2
2020-07-10
iscsi: handle check condition status in retry loop
Xie Yongji
1
-10
/
+10
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-2
/
+1
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-2
/
+1
2020-07-06
block/iscsi: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2020-05-04
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
1
-5
/
+2
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-1
/
+1
2020-04-20
block/iscsi:fix heap-buffer-overflow in iscsi_aio_ioctl_cb
Chen Qun
1
-2
/
+1
2020-03-27
block/iscsi:use the flags in iscsi_open() prevent Clang warning
Chen Qun
1
-1
/
+1
2020-03-26
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
1
-12
/
+4
2020-02-20
iscsi: Drop iscsi_co_create_opts()
Max Reitz
1
-56
/
+0
2020-01-27
iscsi: Don't access non-existent scsi_lba_status_descriptor
Kevin Wolf
1
-1
/
+1
2020-01-27
iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)
Felipe Franciosi
1
-2
/
+3
2019-10-28
block: Evaluate @exact in protocol drivers
Max Reitz
1
-1
/
+6
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-1
/
+2
2019-10-14
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
1
-2
/
+3
2019-07-15
iscsi: base all handling of check condition on scsi_sense_to_errno
Paolo Bonzini
1
-15
/
+14
2019-07-15
iscsi: fix busy/timeout/task set full
Paolo Bonzini
1
-1
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-03-11
block/iscsi: Restrict Linux-specific code
Philippe Mathieu-Daudé
1
-0
/
+7
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+18
2019-01-22
block: Work-around a bug in libiscsi 1.9.0 when used in gnu99 mode
Thomas Huth
1
-0
/
+2
2019-01-11
block/iscsi: cancel libiscsi task when ABORT TASK TMF completes
Stefan Hajnoczi
1
-2
/
+14
2019-01-11
block/iscsi: fix ioctl cancel use-after-free
Stefan Hajnoczi
1
-3
/
+18
2019-01-11
block/iscsi: take iscsilun->mutex in iscsi_timed_check_events()
Stefan Hajnoczi
1
-0
/
+4
2019-01-11
block/iscsi: drop unused IscsiAIOCB->buf field
Stefan Hajnoczi
1
-8
/
+0
2018-11-05
iscsi: Support auto-read-only option
Kevin Wolf
1
-3
/
+5
2018-10-19
block: Use warn_report() & friends to report warnings
Markus Armbruster
1
-1
/
+1
2018-07-10
block: Add copy offloading trace points
Fam Zheng
1
-0
/
+3
2018-07-10
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
1
-3
/
+6
2018-07-02
iscsi: Avoid potential for get_status overflow
Eric Blake
1
-1
/
+1
2018-06-29
iscsi: Don't blindly use designator length in response for memcpy
Fam Zheng
1
-1
/
+1
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
1
-4
/
+4
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+1
2018-06-15
iscsi: Drop deprecated -drive parameter "filename"
Markus Armbruster
1
-21
/
+2
2018-06-01
iscsi: Implement copy offloading
Fam Zheng
1
-0
/
+219
2018-06-01
iscsi: Create and use iscsi_co_wait_for_task
Fam Zheng
1
-37
/
+17
2018-06-01
iscsi: Query and save device designator when opening
Fam Zheng
1
-0
/
+41
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
1
-4
/
+4
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-1
/
+1
2018-03-19
iscsi: fix iSER compilation
Paolo Bonzini
1
-1
/
+1
2018-03-09
block: convert bdrv_invalidate_cache callback to coroutine_fn
Paolo Bonzini
1
-3
/
+3
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-77
/
+87
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
1
-1
/
+1
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-3
/
+4
2018-03-02
iscsi: Switch to .bdrv_co_block_status()
Eric Blake
1
-36
/
+33
[next]