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
/
block-backend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block-backend: Retain permissions after migration
Hanna Reitz
2022-02-01
1
-0
/
+11
*
block-backend: prevent dangling BDS pointers across aio_poll()
Stefan Hajnoczi
2022-01-14
1
-2
/
+17
*
block-backend: Silence clang -m32 compiler warning
Hanna Reitz
2021-11-02
1
-1
/
+1
*
block-backend: drop INT_MAX restriction from blk_check_byte_request()
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-1
/
+1
*
block-backend: blk_pread, blk_pwrite: rename count parameter to bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-8
/
+8
*
block-backend: convert blk_aio_ functions to int64_t bytes paramter
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-5
/
+8
*
block-backend: convert blk_co_copy_range to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-1
/
+1
*
block-backend: convert blk_foo wrappers to use int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-5
/
+5
*
block-backend: drop blk_prw, use block-coroutine-wrapper
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-93
/
+58
*
block-backend: rename _do_ helper functions to _co_do_
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-26
/
+26
*
block-backend: convert blk_co_pdiscard to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-2
/
+3
*
block-backend: convert blk_co_pwritev_part to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-4
/
+4
*
block-backend: make blk_co_preadv() 64bit
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-2
/
+2
*
block-backend: blk_check_byte_request(): int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
1
-3
/
+3
*
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
2021-10-06
1
-0
/
+6
*
block: introduce blk_replace_bs
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-0
/
+8
*
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
2021-06-25
1
-0
/
+13
*
block-backend: align max_transfer to request alignment
Paolo Bonzini
2021-06-25
1
-3
/
+3
*
block-backend: add drained_poll
Sergio Lopez
2021-06-02
1
-1
/
+6
*
block-backend: improve blk_root_get_parent_desc()
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-5
/
+4
*
block: drop BlockBackendRootState::read_only
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-8
/
+2
*
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-1
/
+1
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
block: Add BDRV_O_NO_SHARE for blk_new_open()
Kevin Wolf
2021-04-30
1
-6
/
+13
*
block: drop ctx argument from bdrv_root_attach_child
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-2
/
+2
*
block: BdrvChildClass: add .get_parent_aio_context handler
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-0
/
+9
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
2021-01-27
1
-3
/
+16
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-7
/
+8
*
commit: Deal with filters
Max Reitz
2020-09-07
1
-2
/
+5
*
block: fix bdrv_aio_cancel() for ENOMEDIUM requests
Stefan Hajnoczi
2020-07-21
1
-0
/
+8
*
block: Avoid stale pointer dereference in blk_get_aio_context()
Greg Kurz
2020-07-14
1
-1
/
+3
*
block: Pass BdrvChildRole in remaining cases
Max Reitz
2020-05-18
1
-4
/
+7
*
block: Pass parent_is_format to .inherit_options()
Max Reitz
2020-05-18
1
-1
/
+1
*
block: Pass BdrvChildRole to .inherit_options()
Max Reitz
2020-05-18
1
-1
/
+2
*
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
1
-2
/
+2
*
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2020-05-18
1
-3
/
+3
*
block: Add blk_make_empty()
Max Reitz
2020-05-18
1
-0
/
+10
*
block: Add blk_new_with_bs() helper
Eric Blake
2020-05-05
1
-0
/
+23
*
block-backend: Add flags to blk_truncate()
Kevin Wolf
2020-04-30
1
-2
/
+2
*
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
2020-04-30
1
-1
/
+1
*
block: Fix blk->in_flight during blk_wait_while_drained()
Kevin Wolf
2020-04-07
1
-12
/
+5
*
block: Increase BB.in_flight for coroutine and sync interfaces
Kevin Wolf
2020-04-07
1
-23
/
+80
*
block-backend: Reorder flush/pdiscard function definitions
Kevin Wolf
2020-04-07
1
-46
/
+46
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
1
-3
/
+3
*
block/block-backend: add blk_co_pwritev_part
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-4
/
+13
*
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
2019-10-14
1
-3
/
+6
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-08-16
1
-19
/
+50
|
\
|
*
block-backend: Queue requests while drained
Kevin Wolf
2019-08-16
1
-3
/
+50
|
*
block: Remove blk_pread_unthrottled()
Kevin Wolf
2019-08-16
1
-16
/
+0
[next]