Age | Commit message (Expand) | Author | Files | Lines |
2017-02-21 | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini | 1 | -2/+2 |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini | 1 | -0/+3 |
2017-02-21 | block: explicitly acquire aiocontext in timers that need it | Paolo Bonzini | 1 | -0/+12 |
2017-02-21 | qed: introduce qed_aio_start_io and qed_aio_next_io_cb | Paolo Bonzini | 1 | -14/+25 |
2016-10-28 | qed: Implement .bdrv_drain | Fam Zheng | 1 | -1/+15 |
2016-10-07 | block: use aio_bh_schedule_oneshot | Paolo Bonzini | 1 | -4/+2 |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 1 | -2/+2 |
2016-07-05 | block: Convert bdrv_pwrite(v/_sync) to BdrvChild | Kevin Wolf | 1 | -2/+2 |
2016-07-05 | block: Convert bdrv_pread(v) to BdrvChild | Kevin Wolf | 1 | -3/+3 |
2016-07-05 | block: Convert bdrv_aio_writev() to BdrvChild | Kevin Wolf | 1 | -3/+3 |
2016-07-05 | block: Convert bdrv_aio_readv() to BdrvChild | Kevin Wolf | 1 | -3/+3 |
2016-06-08 | qed: Convert to bdrv_co_pwrite_zeroes() | Eric Blake | 1 | -18/+15 |
2016-06-08 | block: Track write zero limits in bytes | Eric Blake | 1 | -1/+1 |
2016-06-07 | qed: Use DIV_ROUND_UP | Laurent Vivier | 1 | -2/+1 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-12 | block: Drop superfluous invalidating bs->file from drivers | Fam Zheng | 1 | -6/+0 |
2016-05-12 | block: Allow BDRV_REQ_FUA through blk_pwrite() | Eric Blake | 1 | -3/+3 |
2016-03-30 | block: Always set writeback mode in blk_new_open() | Kevin Wolf | 1 | -2/+1 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-17 | blockdev: Split monitor reference from BB creation | Max Reitz | 1 | -1/+1 |
2016-03-17 | qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE | Max Reitz | 1 | -5/+2 |
2016-03-17 | Revert "qed: Implement .bdrv_drain" | Stefan Hajnoczi | 1 | -13/+0 |
2016-03-14 | qed: Use BB functions in .bdrv_create() | Kevin Wolf | 1 | -13/+15 |
2016-02-02 | qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status | Fam Zheng | 1 | -0/+3 |
2016-02-02 | block: Add "file" output parameter to block status query functions | Fam Zheng | 1 | -1/+2 |
2016-01-20 | block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE | Kevin Wolf | 1 | -2/+2 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-13 | error: Use error_prepend() where it makes obvious sense | Markus Armbruster | 1 | -3/+2 |
2015-11-12 | qed: Implement .bdrv_drain | Fam Zheng | 1 | -0/+13 |
2015-10-16 | block: Remove bdrv_swap() | Kevin Wolf | 1 | -7/+0 |
2015-10-16 | block: Convert bs->backing_hd to BdrvChild | Kevin Wolf | 1 | -6/+6 |
2015-10-16 | block: Convert bs->file to BdrvChild | Kevin Wolf | 1 | -16/+16 |
2015-09-14 | block: Drop drv parameter from bdrv_open() | Max Reitz | 1 | -1/+1 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -2/+2 |
2015-04-28 | block: use bdrv_get_device_or_node_name() in error messages | Alberto Garcia | 1 | -1/+1 |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi | 1 | -2/+2 |
2015-02-06 | qed: check for header size overflow | Stefan Hajnoczi | 1 | -0/+5 |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster | 1 | -9/+9 |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster | 1 | -16/+16 |
2014-10-20 | block: Eliminate BlockDriverState member device_name[] | Markus Armbruster | 1 | -1/+1 |
2014-09-22 | block: Rename qemu_aio_release -> qemu_aio_unref | Fam Zheng | 1 | -1/+1 |
2014-09-22 | qed: Drop qed_aiocb_info.cancel | Fam Zheng | 1 | -21/+0 |
2014-09-12 | block: round up file size to nearest sector | Hu Tao | 1 | -1/+2 |
2014-08-15 | qed: Handle failure for potentially large allocations | Kevin Wolf | 1 | -1/+5 |
2014-07-18 | block: Add Error argument to bdrv_refresh_limits() | Kevin Wolf | 1 | -3/+1 |
2014-07-14 | qed: Make qiov match request size until backing file EOF | Kevin Wolf | 1 | -8/+30 |
2014-07-01 | qemu-img create: add 'nocow' option | Chunyan Liu | 1 | -3/+3 |
2014-06-26 | block: Catch backing files assigned to non-COW drivers | Kevin Wolf | 1 | -0/+1 |
2014-06-16 | cleanup QEMUOptionParameter | Chunyan Liu | 1 | -2/+2 |