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
2017-06-14
block/iscsi: enable filename option and parsing
Jeff Cody
1
-1
/
+21
2017-04-28
block: Add .bdrv_truncate() error messages
Max Reitz
1
-0
/
+2
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
1
-2
/
+2
2017-04-11
iscsi: Fix iscsi_create
Fam Zheng
1
-2
/
+8
2017-04-02
iscsi: drop unused IscsiAIOCB.qiov field
Stefan Hajnoczi
1
-1
/
+0
2017-03-03
iscsi: fix missing unlock
Paolo Bonzini
1
-0
/
+4
2017-02-27
iscsi: do not use aio_context_acquire/release
Paolo Bonzini
1
-19
/
+64
2017-02-21
iscsi: Add blockdev-add support
Kevin Wolf
1
-5
/
+9
2017-02-21
iscsi: Add timeout option
Kevin Wolf
1
-26
/
+11
2017-02-21
iscsi: Add header-digest option
Kevin Wolf
1
-24
/
+15
2017-02-21
iscsi: Add initiator-name option
Kevin Wolf
1
-17
/
+15
2017-02-21
iscsi: Handle -iscsi user/password in bdrv_parse_filename()
Kevin Wolf
1
-34
/
+44
2017-02-21
iscsi: Split URL into individual options
Kevin Wolf
1
-53
/
+140
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
1
-3
/
+0
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
1
-1
/
+5
2017-02-21
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
1
-0
/
+4
2017-02-21
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
1
-2
/
+6
2017-01-27
block/iscsi: avoid data corruption with cache=writeback
Peter Lieven
1
-2
/
+6
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-1
/
+2
2016-11-22
block: Return -ENOTSUP rather than assert on unaligned discards
Eric Blake
1
-1
/
+3
2016-10-24
block/iscsi: Adding new iSER transport layer option
Roy Shterman
1
-1
/
+46
2016-10-24
block/iscsi: Introducing new zero-copy API
Roy Shterman
1
-2
/
+40
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
1
-5
/
+2
2016-09-23
Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into st...
Peter Maydell
1
-1
/
+1
2016-09-23
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-5
/
+8
2016-09-23
util: Add UUID API
Fam Zheng
1
-1
/
+1
2016-09-22
iscsi: Fix divide-by-zero regression on raw SG devices
Eric Blake
1
-5
/
+8
2016-09-20
blockdev: prepare iSCSI block driver for dynamic loading
Colin Lord
1
-36
/
+0
2016-07-20
iscsi: Switch .bdrv_co_discard() to byte-based
Eric Blake
1
-10
/
+8
2016-07-20
iscsi: Rely on block layer to break up large requests
Eric Blake
1
-10
/
+4
2016-07-19
block/iscsi: allow caching of the allocation map
Peter Lieven
1
-58
/
+192
2016-07-19
block/iscsi: fix rounding in iscsi_allocationmap_set
Peter Lieven
1
-3
/
+5
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-2
/
+2
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+0
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
1
-1
/
+1
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
1
-1
/
+1
2016-07-05
block: Switch discard length bounds to byte-based
Eric Blake
1
-13
/
+6
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-8
/
+15
2016-07-05
iscsi: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-1
/
+2
2016-07-05
iscsi: Advertise realistic limits to block layer
Eric Blake
1
-1
/
+3
2016-06-29
iscsi: fix assertion in is_sector_request_lun_aligned
Peter Lieven
1
-2
/
+3
2016-06-08
iscsi: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-24
/
+34
2016-06-08
block: Track write zero limits in bytes
Eric Blake
1
-7
/
+6
2016-06-08
iscsi: Use block size as minimum zero/discard alignment
Eric Blake
1
-0
/
+5
2016-05-29
block/iscsi: avoid potential overflow of acb->task->cdb
Peter Lieven
1
-0
/
+7
2016-05-23
iscsi: pass SCSI status back for SG_IO
Vadim Rozenfeld
1
-0
/
+1
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
1
-0
/
+1
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
1
-3
/
+7
2016-05-12
block: Introduce bdrv_driver_pwritev()
Kevin Wolf
1
-8
/
+0
2016-03-30
iscsi: Support BDRV_REQ_FUA
Kevin Wolf
1
-16
/
+14
[next]