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
/
include
/
sysemu
/
block-backend.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-18
block: Add blk_make_empty()
Max Reitz
1
-0
/
+2
2020-05-05
block: Add blk_new_with_bs() helper
Eric Blake
1
-0
/
+2
2020-04-30
block-backend: Add flags to blk_truncate()
Kevin Wolf
1
-1
/
+1
2020-04-07
block: Increase BB.in_flight for coroutine and sync interfaces
Kevin Wolf
1
-1
/
+0
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-2
/
+2
2019-10-28
block/block-backend: add blk_co_pwritev_part
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2019-08-16
block-backend: Queue requests while drained
Kevin Wolf
1
-0
/
+1
2019-08-16
block: Remove blk_pread_unthrottled()
Kevin Wolf
1
-2
/
+0
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+1
2019-06-04
block: Add Error to blk_set_aio_context()
Kevin Wolf
1
-1
/
+2
2019-05-20
block: Add blk_set_allow_aio_context_change()
Kevin Wolf
1
-0
/
+1
2019-04-30
block: introduce byte-based io helpers
Vladimir Sementsov-Ogievskiy
1
-0
/
+19
2019-04-01
block: Add bdrv_get_request_alignment()
Eric Blake
1
-0
/
+1
2019-02-25
block-backend: Make blk_inc/dec_in_flight public
Kevin Wolf
1
-0
/
+2
2019-02-01
block: Remove blk_attach_dev_legacy() / legacy_dev code
Thomas Huth
1
-3
/
+2
2019-01-31
qapi: add x-debug-query-block-graph
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2018-11-05
block: change some function return type to bool
Li Qiang
1
-3
/
+3
2018-07-10
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2018-06-01
block-backend: Add blk_co_copy_range
Fam Zheng
1
-0
/
+4
2018-02-08
block: Introduce buf register API
Fam Zheng
1
-0
/
+3
2017-09-05
block: move ThrottleGroup membership to ThrottleGroupMember
Manos Pitsidianakis
1
-17
/
+3
2017-08-23
block-backend: Allow more "can inactivate" cases
Fam Zheng
1
-0
/
+1
2017-07-18
block: Make blk_all_next() public
Kevin Wolf
1
-0
/
+1
2017-07-18
block: Make blk_get_attached_dev_id() public
Kevin Wolf
1
-0
/
+1
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
1
-1
/
+2
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
1
-10
/
+10
2017-06-16
throttle-groups: protect throttled requests with a CoMutex
Paolo Bonzini
1
-5
/
+2
2017-06-16
block: access io_limits_disabled with atomic ops
Paolo Bonzini
1
-1
/
+2
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-1
/
+1
2017-04-27
block: Constify data passed by pointer to blk_name
Krzysztof Kozlowski
1
-1
/
+1
2017-03-22
block-backend: add drained_begin / drained_end ops
John Snow
1
-0
/
+8
2017-02-28
hmp: Request permissions in qemu-io
Kevin Wolf
1
-0
/
+1
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add permissions to BlockBackend
Kevin Wolf
1
-0
/
+2
2017-02-21
block: document fields protected by AioContext lock
Paolo Bonzini
1
-4
/
+10
2016-10-27
block: Use blk_co_ioctl() for all BB level ioctls
Kevin Wolf
1
-0
/
+1
2016-10-07
block-backend: Remember if attached device is non-qdev
Kevin Wolf
1
-2
/
+2
2016-09-29
block: Use 'detect-zeroes' option for 'blockdev-change-medium'
Kevin Wolf
1
-1
/
+1
2016-09-29
block-backend: remove blk_flush_all
John Snow
1
-1
/
+0
2016-09-23
qdev-monitor: Add blk_by_qdev_id()
Kevin Wolf
1
-0
/
+1
2016-09-23
block: Add blk_by_dev()
Kevin Wolf
1
-0
/
+1
2016-09-05
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
1
-2
/
+2
2016-09-05
block: Accept node-name for block-stream
Kevin Wolf
1
-0
/
+1
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
1
-5
/
+4
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
1
-0
/
+1
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-1
/
+1
2016-05-25
block: Make blk_co_preadv/pwritev() public
Kevin Wolf
1
-0
/
+6
2016-05-25
block: Rename blk_write_zeroes()
Eric Blake
1
-7
/
+7
[next]