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