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
2018-06-18
block: fix QEMU crash with scsi-hd and drive_del
Greg Kurz
1
-0
/
+5
2018-06-15
block: Remove deprecated -drive option serial
Kevin Wolf
1
-1
/
+0
2018-06-01
block-backend: Add blk_co_copy_range
Fam Zheng
1
-0
/
+18
2018-05-15
block-backend: simplify blk_get_aio_context
Daniel Henrique Barboza
1
-7
/
+1
2018-03-13
block: let blk_add/remove_aio_context_notifier() tolerate BDS changes
Stefan Hajnoczi
1
-0
/
+63
2018-03-08
block: Fix qemu crash when using scsi-block
Deepa Srinivasan
1
-26
/
+25
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-9
/
+56
2018-03-05
block: Fix NULL dereference on empty drive error
Kevin Wolf
1
-2
/
+3
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-03-02
block: add BlockBackend->in_flight counter
Stefan Hajnoczi
1
-7
/
+53
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-08
block: Introduce buf register API
Fam Zheng
1
-0
/
+10
2017-11-21
block: Don't request I/O permission with BDRV_O_NO_IO
Kevin Wolf
1
-4
/
+6
2017-11-17
block: Make bdrv_next() keep strong references
Max Reitz
1
-2
/
+46
2017-11-13
block: Leave valid throttle timers when removing a BDS from a backend
Alberto Garcia
1
-8
/
+8
2017-11-13
block: Check for inserted BlockDriverState in blk_io_limits_disable()
Alberto Garcia
1
-4
/
+10
2017-11-13
throttle-groups: drain before detaching ThrottleState
Stefan Hajnoczi
1
-0
/
+2
2017-11-13
block: all I/O should be completed before removing throttle timers.
Zhengui
1
-0
/
+4
2017-09-05
block: tidy ThrottleGroupMember initializations
Manos Pitsidianakis
1
-3
/
+0
2017-09-05
block: add aio_context field in ThrottleGroupMember
Manos Pitsidianakis
1
-9
/
+6
2017-09-05
block: move ThrottleGroup membership to ThrottleGroupMember
Manos Pitsidianakis
1
-29
/
+37
2017-08-23
block-backend: Allow more "can inactivate" cases
Fam Zheng
1
-5
/
+17
2017-08-23
block-backend: Refactor inactivate check
Fam Zheng
1
-5
/
+14
2017-08-15
block-backend: Defer shared_perm tightening migration completion
Fam Zheng
1
-0
/
+41
2017-07-18
block: Make blk_all_next() public
Kevin Wolf
1
-1
/
+1
2017-07-18
block: Make blk_get_attached_dev_id() public
Kevin Wolf
1
-2
/
+1
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
1
-2
/
+3
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
1
-1
/
+1
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
1
-11
/
+11
2017-06-16
block: split BlockAcctStats creation and setup
Paolo Bonzini
1
-0
/
+1
2017-06-16
throttle-groups: protect throttled requests with a CoMutex
Paolo Bonzini
1
-0
/
+1
2017-06-16
block: access io_limits_disabled with atomic ops
Paolo Bonzini
1
-2
/
+2
2017-06-09
block: Fix anonymous BBs in blk_root_inactivate()
Kevin Wolf
1
-1
/
+1
2017-05-11
block: Drop permissions when migration completes
Kevin Wolf
1
-0
/
+25
2017-05-11
block: New BdrvChildRole.activate() for blk_resume_after_migration()
Kevin Wolf
1
-28
/
+28
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-2
/
+3
2017-04-27
block: Constify data passed by pointer to blk_name
Krzysztof Kozlowski
1
-1
/
+1
2017-04-11
throttle: Remove block from group on hot-unplug
Eric Blake
1
-0
/
+3
2017-04-11
block: Use bdrv_coroutine_enter to start I/O coroutines
Fam Zheng
1
-2
/
+2
2017-04-07
block: Ignore guest dev permissions during incoming migration
Kevin Wolf
1
-1
/
+39
2017-03-22
block-backend: add drained_begin / drained_end ops
John Snow
1
-2
/
+22
2017-03-07
block: Don't use error_abort in blk_new_open
Fam Zheng
1
-1
/
+6
2017-02-28
hmp: Request permissions in qemu-io
Kevin Wolf
1
-0
/
+6
2017-02-28
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
1
-0
/
+21
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
1
-5
/
+15
2017-02-28
block: Request real permissions in blk_new_open()
Kevin Wolf
1
-3
/
+19
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-5
/
+8
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-7
/
+14
2017-02-28
block: Add permissions to BlockBackend
Kevin Wolf
1
-0
/
+27
[next]