Age | Commit message (Expand) | Author | Files | Lines |
2016-05-29 | block/iscsi: avoid potential overflow of acb->task->cdb | Peter Lieven | 1 | -0/+7 |
2016-05-25 | commit: Use BlockBackend for I/O | Kevin Wolf | 1 | -20/+33 |
2016-05-25 | backup: Use BlockBackend for I/O | Kevin Wolf | 2 | -34/+21 |
2016-05-25 | backup: Remove bs parameter from backup_do_cow() | Kevin Wolf | 1 | -7/+6 |
2016-05-25 | backup: Pack Notifier within BackupBlockJob | John Snow | 1 | -9/+10 |
2016-05-25 | backup: Don't leak BackupBlockJob in error path | Kevin Wolf | 1 | -2/+5 |
2016-05-25 | mirror: Use BlockBackend for I/O | Kevin Wolf | 1 | -31/+39 |
2016-05-25 | mirror: Allow target that already has a BlockBackend | Kevin Wolf | 1 | -27/+6 |
2016-05-25 | stream: Use BlockBackend for I/O | Kevin Wolf | 2 | -15/+9 |
2016-05-25 | block: Make blk_co_preadv/pwritev() public | Kevin Wolf | 1 | -7/+14 |
2016-05-25 | block: Convert block job core to BlockBackend | Kevin Wolf | 1 | -0/+3 |
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 | 2 | -9/+9 |
2016-05-25 | block: Fix reconfiguring graph with drained nodes | Kevin Wolf | 1 | -4/+5 |
2016-05-25 | block: Make bdrv_drain() use bdrv_drained_begin/end() | Kevin Wolf | 1 | -36/+33 |
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 | 2 | -8/+6 |
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 | 3 | -43/+63 |
2016-05-23 | iscsi: pass SCSI status back for SG_IO | Vadim Rozenfeld | 1 | -0/+1 |
2016-05-19 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 13 | -604/+378 |
2016-05-19 | qcow2: Fix write_zeroes with partially allocated backing file cluster | Kevin Wolf | 1 | -1/+2 |
2016-05-19 | qcow2: fix condition in is_zero_cluster | Denis V. Lunev | 1 | -1/+1 |
2016-05-19 | block: Propagate AioContext change to all children | Max Reitz | 3 | -66/+0 |
2016-05-19 | block: Remove BlockDriverState.blk | Kevin Wolf | 2 | -10/+2 |
2016-05-19 | block: Don't return throttling info in query-named-block-nodes | Kevin Wolf | 1 | -3/+3 |
2016-05-19 | block: Avoid bs->blk in bdrv_next() | Kevin Wolf | 3 | -40/+75 |
2016-05-19 | block: Add bdrv_has_blk() | Kevin Wolf | 1 | -0/+17 |
2016-05-19 | block: Remove bdrv_aio_multiwrite() | Kevin Wolf | 2 | -208/+0 |
2016-05-19 | blockjob: Don't touch BDS iostatus | Kevin Wolf | 4 | -66/+0 |
2016-05-19 | blockjob: Don't set iostatus of target | Kevin Wolf | 3 | -10/+9 |
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: Don't check throttled reqs in bdrv_requests_pending() | Kevin Wolf | 1 | -7/+0 |
2016-05-19 | block: Decouple throttling from BlockDriverState | Kevin Wolf | 1 | -23/+14 |
2016-05-19 | block/io: Quiesce parents between drained_begin/end | Kevin Wolf | 1 | -0/+3 |
2016-05-19 | block: Drain throttling queue with BdrvChild callback | Kevin Wolf | 2 | -26/+45 |
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 | 4 | -50/+48 |
2016-05-19 | block: Move actual I/O throttling to BlockBackend | Kevin Wolf | 3 | -13/+12 |
2016-05-19 | block: Move throttling fields from BDS to BB | Kevin Wolf | 4 | -78/+102 |
2016-05-19 | block: Convert throttle_group_get_name() to BlockBackend | Kevin Wolf | 4 | -9/+9 |
2016-05-19 | block: throttle-groups: Use BlockBackend pointers internally | Kevin Wolf | 2 | -68/+70 |
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 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 17 | -0/+17 |
2016-05-12 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 27 | -856/+1051 |
2016-05-12 | quorum: implement bdrv_add_child() and bdrv_del_child() | Wen Congyang | 1 | -2/+76 |
2016-05-12 | block: Drop superfluous invalidating bs->file from drivers | Fam Zheng | 3 | -29/+0 |
2016-05-12 | nbd: Simplify client FUA handling | Eric Blake | 3 | -27/+8 |