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
/
include
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-24
block: introduce bdrv_can_set_read_only()
Jeff Cody
1
-0
/
+1
2017-04-24
block: do not set BDS read_only if copy_on_read enabled
Jeff Cody
1
-1
/
+1
2017-04-24
block: add bdrv_set_read_only() helper function
Jeff Cody
1
-0
/
+1
2017-04-24
block: Make errp the last parameter of commit_active_start
Fam Zheng
1
-3
/
+3
2017-04-24
block: Make errp the last parameter of bdrv_img_create
Fam Zheng
1
-1
/
+1
2017-04-18
block: Drain BH in bdrv_drained_begin
Fam Zheng
1
-8
/
+14
2017-04-11
block: Introduce bdrv_coroutine_enter
Fam Zheng
1
-0
/
+5
2017-04-11
async: Introduce aio_co_enter
Fam Zheng
1
-0
/
+9
2017-04-11
block: Make bdrv_parent_drained_begin/end public
Fam Zheng
1
-0
/
+16
2017-04-07
block: Ignore guest dev permissions during incoming migration
Kevin Wolf
1
-0
/
+2
2017-03-17
block: Always call bdrv_child_check_perm first
Fam Zheng
1
-4
/
+0
2017-03-07
block: Fix error handling in bdrv_replace_in_backing_chain()
Kevin Wolf
2
-4
/
+4
2017-03-07
block: Ignore multiple children in bdrv_check_update_perm()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add Error parameter to bdrv_append()
Kevin Wolf
1
-1
/
+2
2017-02-28
block: Add Error parameter to bdrv_set_backing_hd()
Kevin Wolf
1
-1
/
+2
2017-02-28
commit: Add filter-node-name to block-commit
Kevin Wolf
1
-3
/
+10
2017-02-28
mirror: Add filter-node-name to blockdev-mirror
Kevin Wolf
1
-1
/
+4
2017-02-28
blockjob: Factor out block_job_remove_all_bdrv()
Kevin Wolf
1
-0
/
+9
2017-02-28
block: BdrvChildRole.attach/detach() callbacks
Kevin Wolf
1
-0
/
+3
2017-02-28
blockjob: Add permissions to block_job_add_bdrv()
Kevin Wolf
1
-1
/
+4
2017-02-28
block: Add BdrvChildRole.stay_at_node
Kevin Wolf
1
-0
/
+4
2017-02-28
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
1
-0
/
+6
2017-02-28
blockjob: Add permissions to block_job_create()
Kevin Wolf
1
-1
/
+3
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
1
-0
/
+1
2017-02-28
vvfat: Implement .bdrv_child_perm()
Kevin Wolf
1
-0
/
+1
2017-02-28
block: Default .bdrv_child_perm() for format drivers
Kevin Wolf
1
-0
/
+8
2017-02-28
block: Default .bdrv_child_perm() for filter drivers
Kevin Wolf
1
-0
/
+8
2017-02-28
block: Involve block drivers in permission granting
Kevin Wolf
1
-0
/
+61
2017-02-28
block: Let callers request permissions when attaching a child node
Kevin Wolf
1
-1
/
+14
2017-02-28
block: Add Error argument to bdrv_attach_child()
Kevin Wolf
1
-1
/
+2
2017-02-28
block: Add op blocker permission constants
Kevin Wolf
1
-0
/
+36
2017-02-24
block: Add bdrv_new_open_driver()
Kevin Wolf
1
-0
/
+2
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
1
-1
/
+1
2017-02-21
block: document fields protected by AioContext lock
Paolo Bonzini
1
-25
/
+39
2017-02-21
aio-posix: partially inline aio_dispatch into aio_poll
Paolo Bonzini
1
-5
/
+1
2017-02-21
aio: introduce aio_co_schedule and aio_co_wake
Paolo Bonzini
1
-0
/
+32
2017-01-27
block: Fix target variable of BLKSECTGET ioctl
Eric Farman
1
-0
/
+1
2017-01-16
aio: document locking
Paolo Bonzini
1
-16
/
+16
2017-01-16
aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bh
Paolo Bonzini
1
-7
/
+5
2017-01-16
aio: rename bh_lock to list_lock
Paolo Bonzini
1
-1
/
+1
2017-01-16
block: get rid of bdrv_io_unplugged_begin/end
Paolo Bonzini
2
-4
/
+1
2017-01-09
block: Rename raw-{posix,win32} to file-*.c
Eric Blake
1
-1
/
+1
2017-01-03
aio: self-tune polling time
Stefan Hajnoczi
1
-2
/
+8
2017-01-03
aio: add .io_poll_begin/end() callbacks
Stefan Hajnoczi
1
-0
/
+20
2017-01-03
aio: add polling mode to AioContext
Stefan Hajnoczi
1
-0
/
+16
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-1
/
+4
2017-01-03
aio: add flag to skip fds to aio_dispatch()
Stefan Hajnoczi
1
-1
/
+5
2016-12-22
block: drop remaining legacy aio functions in comment
Yaowei Bai
1
-2
/
+2
2016-11-14
blockjob: refactor backup_start as backup_job_create
John Snow
1
-11
/
+12
[next]