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
/
block
/
block-backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-02-28
block: Let callers request permissions when attaching a child node
Kevin Wolf
1
-2
/
+6
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
1
-1
/
+1
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
1
-7
/
+0
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
1
-0
/
+6
2017-02-21
block-backend: allow blk_prw from coroutine context
Paolo Bonzini
1
-4
/
+8
2016-11-14
block-backend: Always notify on blk_eject
John Snow
1
-6
/
+7
2016-10-28
block: introduce BDRV_POLL_WHILE
Paolo Bonzini
1
-6
/
+1
2016-10-28
block: add BDS field to count in-flight requests
Paolo Bonzini
1
-4
/
+19
2016-10-27
block: Use blk_co_ioctl() for all BB level ioctls
Kevin Wolf
1
-6
/
+33
2016-10-27
block: Use blk_co_pdiscard() for all BB level discard
Kevin Wolf
1
-12
/
+18
2016-10-27
block: Use blk_co_flush() for all BB level flushes
Kevin Wolf
1
-10
/
+17
2016-10-07
block: Add qdev ID to DEVICE_TRAY_MOVED
Kevin Wolf
1
-1
/
+32
2016-10-07
block-backend: Remember if attached device is non-qdev
Kevin Wolf
1
-8
/
+20
2016-10-07
block: Add node name to BLOCK_IO_ERROR event
Kevin Wolf
1
-2
/
+3
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
1
-16
/
+7
2016-09-29
block: Use 'detect-zeroes' option for 'blockdev-change-medium'
Kevin Wolf
1
-5
/
+4
2016-09-29
block-backend: remove blk_flush_all
John Snow
1
-22
/
+0
2016-09-23
block: Add blk_by_dev()
Kevin Wolf
1
-0
/
+19
2016-09-05
block: remove BlockDriver.bdrv_write_compressed
Pavel Butsykin
1
-6
/
+2
2016-09-05
block: Convert bdrv_pwrite_compressed() to BdrvChild
Pavel Butsykin
1
-1
/
+1
2016-09-05
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
1
-19
/
+4
2016-09-05
block: Accept node-name for block-stream
Kevin Wolf
1
-0
/
+16
[next]