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
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-1
/
+1
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
1
-0
/
+1
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-03-07
block/io: introduce block driver snapshot-access API
Vladimir Sementsov-Ogievskiy
1
-0
/
+72
2022-03-07
block: fix preallocate filter: don't do unaligned preallocate requests
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2022-03-04
block: Make bdrv_refresh_limits() non-recursive
Hanna Reitz
1
-4
/
+0
2022-03-04
block/coroutines: I/O and "I/O or GS" API
Emanuele Giuseppe Esposito
1
-0
/
+3
2022-03-04
IO_CODE and IO_OR_GS_CODE for block_int I/O API
Emanuele Giuseppe Esposito
1
-0
/
+13
2022-03-04
assertions for block_int global state API
Emanuele Giuseppe Esposito
1
-0
/
+1
2022-03-04
IO_CODE and IO_OR_GS_CODE for block I/O API
Emanuele Giuseppe Esposito
1
-2
/
+41
2022-03-04
assertions for block global state API
Emanuele Giuseppe Esposito
1
-0
/
+11
2022-01-28
block/io: Update BSC only if want_zero is true
Hanna Reitz
1
-1
/
+5
2021-10-06
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
1
-0
/
+1
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
[next]