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