index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
block-backend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Make blk_co_preadv/pwritev() public
Kevin Wolf
2016-05-25
1
-7
/
+14
*
block: Default to enabled write cache in blk_new()
Kevin Wolf
2016-05-25
1
-1
/
+2
*
block: Rename blk_write_zeroes()
Eric Blake
2016-05-25
1
-7
/
+7
*
block: Fix reconfiguring graph with drained nodes
Kevin Wolf
2016-05-25
1
-4
/
+5
*
block: Drop errp parameter from blk_new()
Max Reitz
2016-05-25
1
-7
/
+2
*
block: Make bdrv_open() return a BDS
Max Reitz
2016-05-25
1
-4
/
+2
*
block: Drop blk_new_with_bs()
Max Reitz
2016-05-25
1
-23
/
+7
*
block: Fix bdrv_next() memory leak
Kevin Wolf
2016-05-25
1
-23
/
+18
*
block: Remove BlockDriverState.blk
Kevin Wolf
2016-05-19
1
-8
/
+0
*
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2016-05-19
1
-22
/
+50
*
block: Add bdrv_has_blk()
Kevin Wolf
2016-05-19
1
-0
/
+17
*
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
2016-05-19
1
-14
/
+0
*
block: User BdrvChild callback for device name
Kevin Wolf
2016-05-19
1
-0
/
+6
*
block: Use BdrvChild callbacks for change_media/resize
Kevin Wolf
2016-05-19
1
-1
/
+14
*
block: Decouple throttling from BlockDriverState
Kevin Wolf
2016-05-19
1
-23
/
+14
*
block: Drain throttling queue with BdrvChild callback
Kevin Wolf
2016-05-19
1
-5
/
+27
*
block: Introduce BdrvChild.opaque
Kevin Wolf
2016-05-19
1
-0
/
+2
*
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
2016-05-19
1
-2
/
+41
*
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
2016-05-19
1
-0
/
+10
*
block: Move throttling fields from BDS to BB
Kevin Wolf
2016-05-19
1
-5
/
+8
*
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
2016-05-19
1
-1
/
+1
*
block: Introduce BlockBackendPublic
Kevin Wolf
2016-05-19
1
-0
/
+17
*
block: Make sure throttled BDSes always have a BB
Kevin Wolf
2016-05-19
1
-0
/
+3
*
block: Kill unused sector-based blk_* functions
Eric Blake
2016-05-12
1
-51
/
+0
*
block: Introduce byte-based aio read/write
Eric Blake
2016-05-12
1
-1
/
+17
*
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
2016-05-12
1
-22
/
+11
*
block: Switch blk_read_unthrottled() to byte interface
Eric Blake
2016-05-12
1
-4
/
+4
*
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-05-12
1
-2
/
+4
*
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
2016-05-12
1
-2
/
+2
*
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
2016-05-12
1
-4
/
+2
*
block: Don't ignore flags in blk_{,co,aio}_write_zeroes()
Kevin Wolf
2016-04-15
1
-3
/
+4
*
block: Fix blk_aio_write_zeroes()
Kevin Wolf
2016-04-15
1
-7
/
+13
*
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
2016-03-30
1
-11
/
+0
*
block: Move enable_write_cache to BB level
Kevin Wolf
2016-03-30
1
-15
/
+27
*
block: Always set writeback mode in blk_new_open()
Kevin Wolf
2016-03-30
1
-0
/
+4
*
block: Remove blk_set_bs()
Kevin Wolf
2016-03-30
1
-17
/
+0
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
block: Use blk_co_pwritev() in blk_co_write_zeroes()
Kevin Wolf
2016-03-17
1
-4
/
+5
*
block: Use blk_aio_prwv() for aio_read/write/write_zeroes
Kevin Wolf
2016-03-17
1
-13
/
+92
*
block: Use blk_prw() in blk_pread()/blk_pwrite()
Kevin Wolf
2016-03-17
1
-15
/
+21
*
block: Use blk_co_pwritev() in blk_write_zeroes()
Kevin Wolf
2016-03-17
1
-9
/
+8
*
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
2016-03-17
1
-2
/
+10
*
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
2016-03-17
1
-9
/
+30
*
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
2016-03-17
1
-4
/
+60
*
block: Use BdrvChild in BlockBackend
Kevin Wolf
2016-03-17
1
-101
/
+153
*
block: Add blk_next_root_bs()
Max Reitz
2016-03-17
1
-0
/
+24
*
block: Move some bdrv_*_all() functions to BB
Max Reitz
2016-03-17
1
-6
/
+38
*
blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()
Max Reitz
2016-03-17
1
-17
/
+0
*
blockdev: Split monitor reference from BB creation
Max Reitz
2016-03-17
1
-19
/
+7
*
blockdev: Separate BB name management
Max Reitz
2016-03-17
1
-31
/
+61
[next]