Age | Commit message (Expand) | Author |
2016-07-13 | block/qdev: Allow configuring rerror/werror with qdev properties | Kevin Wolf |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini |
2016-07-05 | block: Convert bdrv_co_preadv/pwritev to BdrvChild | Kevin Wolf |
2016-07-05 | block: Convert bdrv_pwrite_zeroes() to BdrvChild | Kevin Wolf |
2016-07-05 | block: Switch transfer length bounds to byte-based | Eric Blake |
2016-07-05 | block: Give nonzero result to blk_get_max_transfer_length() | Eric Blake |
2016-05-25 | block: Make blk_co_preadv/pwritev() public | Kevin Wolf |
2016-05-25 | block: Default to enabled write cache in blk_new() | Kevin Wolf |
2016-05-25 | block: Rename blk_write_zeroes() | Eric Blake |
2016-05-25 | block: Fix reconfiguring graph with drained nodes | Kevin Wolf |
2016-05-25 | block: Drop errp parameter from blk_new() | Max Reitz |
2016-05-25 | block: Make bdrv_open() return a BDS | Max Reitz |
2016-05-25 | block: Drop blk_new_with_bs() | Max Reitz |
2016-05-25 | block: Fix bdrv_next() memory leak | Kevin Wolf |
2016-05-19 | block: Remove BlockDriverState.blk | Kevin Wolf |
2016-05-19 | block: Avoid bs->blk in bdrv_next() | Kevin Wolf |
2016-05-19 | block: Add bdrv_has_blk() | Kevin Wolf |
2016-05-19 | block: Remove bdrv_aio_multiwrite() | Kevin Wolf |
2016-05-19 | block: User BdrvChild callback for device name | Kevin Wolf |
2016-05-19 | block: Use BdrvChild callbacks for change_media/resize | Kevin Wolf |
2016-05-19 | block: Decouple throttling from BlockDriverState | Kevin Wolf |
2016-05-19 | block: Drain throttling queue with BdrvChild callback | Kevin Wolf |
2016-05-19 | block: Introduce BdrvChild.opaque | Kevin Wolf |
2016-05-19 | block: Move I/O throttling configuration functions to BlockBackend | Kevin Wolf |
2016-05-19 | block: Move actual I/O throttling to BlockBackend | Kevin Wolf |
2016-05-19 | block: Move throttling fields from BDS to BB | Kevin Wolf |
2016-05-19 | block: Convert throttle_group_get_name() to BlockBackend | Kevin Wolf |
2016-05-19 | block: Introduce BlockBackendPublic | Kevin Wolf |
2016-05-19 | block: Make sure throttled BDSes always have a BB | Kevin Wolf |
2016-05-12 | block: Kill unused sector-based blk_* functions | Eric Blake |
2016-05-12 | block: Introduce byte-based aio read/write | Eric Blake |
2016-05-12 | block: Switch blk_*write_zeroes() to byte interface | Eric Blake |
2016-05-12 | block: Switch blk_read_unthrottled() to byte interface | Eric Blake |
2016-05-12 | block: Allow BDRV_REQ_FUA through blk_pwrite() | Eric Blake |
2016-05-12 | block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev | Kevin Wolf |
2016-05-12 | block: introduce bdrv_no_throttling_begin/end | Paolo Bonzini |
2016-04-15 | block: Don't ignore flags in blk_{,co,aio}_write_zeroes() | Kevin Wolf |
2016-04-15 | block: Fix blk_aio_write_zeroes() | Kevin Wolf |
2016-03-30 | block: Remove BDRV_O_CACHE_WB | Kevin Wolf |
2016-03-30 | block: Move enable_write_cache to BB level | Kevin Wolf |
2016-03-30 | block: Always set writeback mode in blk_new_open() | Kevin Wolf |
2016-03-30 | block: Remove blk_set_bs() | Kevin Wolf |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-17 | block: Use blk_co_pwritev() in blk_co_write_zeroes() | Kevin Wolf |
2016-03-17 | block: Use blk_aio_prwv() for aio_read/write/write_zeroes | Kevin Wolf |
2016-03-17 | block: Use blk_prw() in blk_pread()/blk_pwrite() | Kevin Wolf |
2016-03-17 | block: Use blk_co_pwritev() in blk_write_zeroes() | Kevin Wolf |
2016-03-17 | block: Pull up blk_read_unthrottled() implementation | Kevin Wolf |
2016-03-17 | block: Use blk_co_pwritev() for blk_write() | Kevin Wolf |
2016-03-17 | block: Use blk_co_preadv() for blk_read() | Kevin Wolf |