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: Start/end drain on correct AioContext
Hanna Reitz
2022-11-10
1
-2
/
+4
*
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-30
1
-4
/
+4
|
\
|
*
block: switch to *_co_* functions
Alberto Faria
2022-10-27
1
-2
/
+2
|
*
block: remove incorrect coroutine_fn annotation
Alberto Faria
2022-10-27
1
-2
/
+2
*
|
block: return errors from bdrv_register_buf()
Stefan Hajnoczi
2022-10-26
1
-3
/
+31
*
|
block: add BDRV_REQ_REGISTERED_BUF request flag
Stefan Hajnoczi
2022-10-26
1
-23
/
+38
*
|
block: pass size to bdrv_unregister_buf()
Stefan Hajnoczi
2022-10-26
1
-3
/
+3
|
/
*
block: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-11
/
+11
*
block: move bdrv_qiov_is_aligned to file-posix
Keith Busch
2022-09-30
1
-21
/
+0
*
block: make serializing requests functions 'void'
Denis V. Lunev
2022-09-30
1
-16
/
+7
*
block: Add bdrv_co_pwrite_sync()
Alberto Faria
2022-07-12
1
-4
/
+5
*
block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapper
Alberto Faria
2022-07-12
1
-41
/
+0
*
block: Make bdrv_{pread,pwrite}() return 0 on success
Alberto Faria
2022-07-12
1
-8
/
+2
*
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
2022-07-12
1
-6
/
+6
*
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
2022-07-12
1
-6
/
+7
*
block: drop unused bdrv_co_drain() API
Stefan Hajnoczi
2022-06-24
1
-15
/
+0
*
coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all
Paolo Bonzini
2022-05-12
1
-1
/
+1
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
2022-03-08
1
-0
/
+1
|
\
|
*
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
1
-0
/
+1
*
|
block/io: introduce block driver snapshot-access API
Vladimir Sementsov-Ogievskiy
2022-03-07
1
-0
/
+72
*
|
block: fix preallocate filter: don't do unaligned preallocate requests
Vladimir Sementsov-Ogievskiy
2022-03-07
1
-0
/
+4
|
/
*
block: Make bdrv_refresh_limits() non-recursive
Hanna Reitz
2022-03-04
1
-4
/
+0
*
block/coroutines: I/O and "I/O or GS" API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+3
*
IO_CODE and IO_OR_GS_CODE for block_int I/O API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+13
*
assertions for block_int global state API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+1
*
IO_CODE and IO_OR_GS_CODE for block I/O API
Emanuele Giuseppe Esposito
2022-03-04
1
-2
/
+41
*
assertions for block global state API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+11
*
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
[next]