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
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
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
1
-14
/
+11
2016-07-20
block: Convert bdrv_aio_discard() to byte-based
Eric Blake
1
-1
/
+2
2016-07-20
block: Convert bdrv_discard() to byte-based
Eric Blake
1
-1
/
+2
2016-07-20
block: Convert bdrv_co_discard() to byte-based
Eric Blake
1
-1
/
+2
2016-07-13
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
1
-0
/
+1
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-4
/
+4
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
1
-0
/
+5
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-5
/
+5
2016-07-05
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
1
-3
/
+4
2016-05-25
block: Make blk_co_preadv/pwritev() public
Kevin Wolf
1
-7
/
+14
2016-05-25
block: Default to enabled write cache in blk_new()
Kevin Wolf
1
-1
/
+2
2016-05-25
block: Rename blk_write_zeroes()
Eric Blake
1
-7
/
+7
2016-05-25
block: Fix reconfiguring graph with drained nodes
Kevin Wolf
1
-4
/
+5
2016-05-25
block: Drop errp parameter from blk_new()
Max Reitz
1
-7
/
+2
2016-05-25
block: Make bdrv_open() return a BDS
Max Reitz
1
-4
/
+2
2016-05-25
block: Drop blk_new_with_bs()
Max Reitz
1
-23
/
+7
2016-05-25
block: Fix bdrv_next() memory leak
Kevin Wolf
1
-23
/
+18
2016-05-19
block: Remove BlockDriverState.blk
Kevin Wolf
1
-8
/
+0
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
1
-22
/
+50
2016-05-19
block: Add bdrv_has_blk()
Kevin Wolf
1
-0
/
+17
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
1
-14
/
+0
2016-05-19
block: User BdrvChild callback for device name
Kevin Wolf
1
-0
/
+6
2016-05-19
block: Use BdrvChild callbacks for change_media/resize
Kevin Wolf
1
-1
/
+14
2016-05-19
block: Decouple throttling from BlockDriverState
Kevin Wolf
1
-23
/
+14
2016-05-19
block: Drain throttling queue with BdrvChild callback
Kevin Wolf
1
-5
/
+27
2016-05-19
block: Introduce BdrvChild.opaque
Kevin Wolf
1
-0
/
+2
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
1
-2
/
+41
2016-05-19
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
1
-0
/
+10
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
1
-5
/
+8
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
1
-1
/
+1
2016-05-19
block: Introduce BlockBackendPublic
Kevin Wolf
1
-0
/
+17
2016-05-19
block: Make sure throttled BDSes always have a BB
Kevin Wolf
1
-0
/
+3
[next]