Age | Commit message (Expand) | Author |
2016-05-25 | commit: Use BlockBackend for I/O | Kevin Wolf |
2016-05-25 | backup: Use BlockBackend for I/O | Kevin Wolf |
2016-05-25 | backup: Remove bs parameter from backup_do_cow() | Kevin Wolf |
2016-05-25 | backup: Pack Notifier within BackupBlockJob | John Snow |
2016-05-25 | backup: Don't leak BackupBlockJob in error path | Kevin Wolf |
2016-05-25 | mirror: Use BlockBackend for I/O | Kevin Wolf |
2016-05-25 | mirror: Allow target that already has a BlockBackend | Kevin Wolf |
2016-05-25 | stream: Use BlockBackend for I/O | Kevin Wolf |
2016-05-25 | block: Make blk_co_preadv/pwritev() public | Kevin Wolf |
2016-05-25 | block: Convert block job core to BlockBackend | 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: Make bdrv_drain() use bdrv_drained_begin/end() | 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-23 | iscsi: pass SCSI status back for SG_IO | Vadim Rozenfeld |
2016-05-19 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-05-19 | qcow2: Fix write_zeroes with partially allocated backing file cluster | Kevin Wolf |
2016-05-19 | qcow2: fix condition in is_zero_cluster | Denis V. Lunev |
2016-05-19 | block: Propagate AioContext change to all children | Max Reitz |
2016-05-19 | block: Remove BlockDriverState.blk | Kevin Wolf |
2016-05-19 | block: Don't return throttling info in query-named-block-nodes | 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 | blockjob: Don't touch BDS iostatus | Kevin Wolf |
2016-05-19 | blockjob: Don't set iostatus of target | 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: Don't check throttled reqs in bdrv_requests_pending() | Kevin Wolf |
2016-05-19 | block: Decouple throttling from BlockDriverState | Kevin Wolf |
2016-05-19 | block/io: Quiesce parents between drained_begin/end | 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: throttle-groups: Use BlockBackend pointers internally | 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-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini |
2016-05-12 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-05-12 | quorum: implement bdrv_add_child() and bdrv_del_child() | Wen Congyang |
2016-05-12 | block: Drop superfluous invalidating bs->file from drivers | Fam Zheng |
2016-05-12 | nbd: Simplify client FUA handling | Eric Blake |
2016-05-12 | block: Honor BDRV_REQ_FUA during write_zeroes | Eric Blake |