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
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/io: Update BSC only if want_zero is true
Hanna Reitz
2022-01-28
1
-1
/
+5
*
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
2021-10-06
1
-0
/
+1
*
block/io: allow 64bit discard requests
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: make BlockLimits::max_pdiscard 64bit
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+2
*
block/io: allow 64bit write-zeroes requests
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+7
*
block: make BlockLimits::max_pwrite_zeroes 64bit
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+4
*
qcow2: check request on vmstate save/load path
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-3
/
+3
*
block/io: bring request check to bdrv_co_(read,write)v_vmstate
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+16
*
block: block-status cache for data regions
Hanna Reitz
2021-09-15
1
-3
/
+65
*
block: Fix in_flight leak in request padding error path
Kevin Wolf
2021-08-03
1
-3
/
+4
*
block/io: Merge discard request alignments
Akihiko Odaki
2021-07-06
1
-0
/
+2
*
block: Move read-only check during truncation earlier
Eric Blake
2021-06-29
1
-5
/
+5
*
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
2021-06-25
1
-0
/
+2
*
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-2
/
+2
*
block: drop write notifiers
Vladimir Sementsov-Ogievskiy
2021-05-14
1
-6
/
+0
*
block/write-threshold: don't use write notifiers
Vladimir Sementsov-Ogievskiy
2021-05-14
1
-2
/
+3
*
block: make bdrv_refresh_limits() to be a transaction action
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-2
/
+29
*
block: add new BlockDriver handler: bdrv_cancel_in_flight
Vladimir Sementsov-Ogievskiy
2021-02-12
1
-0
/
+11
*
block/io: use int64_t bytes in copy_range
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-11
/
+11
*
block/io: support int64_t bytes in read/write wrappers
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-7
/
+8
*
block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-6
/
+8
*
block/io: support int64_t bytes in bdrv_aligned_preadv()
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-4
/
+5
*
block/io: support int64_t bytes in bdrv_co_do_copy_on_readv()
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-3
/
+5
*
block/io: support int64_t bytes in bdrv_aligned_pwritev()
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-8
/
+13
*
block/io: support int64_t bytes in bdrv_co_do_pwrite_zeroes()
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-3
/
+5
*
block/io: use int64_t bytes in driver wrappers
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-4
/
+8
*
block: use int64_t as bytes type in tracked requests
Eric Blake
2021-02-03
1
-5
/
+9
*
block/io: improve bdrv_check_request: check qiov too
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-7
/
+39
*
block/io: bdrv_pad_request(): support qemu_iovec_init_extended failure
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-14
/
+31
*
block/io: refactor bdrv_pad_request(): move bdrv_pad_request() up
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-6
/
+19
*
block: fix theoretical overflow in bdrv_init_padding()
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-2
/
+6
*
util/iov: make qemu_iovec_init_extended() honest
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-3
/
+7
*
block: refactor bdrv_check_request: add errp
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-7
/
+22
*
block: include supported_read_flags into BDS structure
Andrey Shinkevich
2021-01-26
1
-2
/
+8
*
block: introduce BDRV_REQ_NO_WAIT flag
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-1
/
+10
*
block: bdrv_mark_request_serialising: split non-waiting function
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-12
/
+23
*
block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-5
/
+5
*
block/io: split out bdrv_find_conflicting_request
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-30
/
+41
*
block/io.c: drop assertion on double waiting for request serialisation
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-10
/
+1
*
block: Fix deadlock in bdrv_co_yield_to_drain()
Kevin Wolf
2020-12-11
1
-17
/
+24
*
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
2020-12-11
1
-9
/
+42
*
block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()
Vladimir Sementsov-Ogievskiy
2020-12-11
1
-13
/
+12
*
block/io: bdrv_refresh_limits(): use ERRP_GUARD
Vladimir Sementsov-Ogievskiy
2020-12-11
1
-4
/
+3
*
block: Return depth level during bdrv_is_allocated_above
Eric Blake
2020-10-30
1
-8
/
+23
*
block: End quiescent sections when a BDS is deleted
Greg Kurz
2020-10-27
1
-0
/
+13
*
qcow2: Skip copy-on-write when allocating a zero cluster
Alberto Garcia
2020-10-27
1
-0
/
+27
*
qcow2: Report BDRV_BLOCK_ZERO more accurately in bdrv_co_block_status()
Alberto Garcia
2020-10-27
1
-4
/
+4
*
block/io: fix bdrv_is_allocated_above
Vladimir Sementsov-Ogievskiy
2020-10-23
1
-38
/
+5
*
block/io: bdrv_common_block_status_above: support bs == base
Vladimir Sementsov-Ogievskiy
2020-10-23
1
-1
/
+5
[next]