Show patches with: Submitter = Kevin Wolf       |   7106 patches
« 1 2 ... 64 65 6671 72 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,4/6] raw-posix: Switch to bdrv_co_* interfaces - 1 - --- 2016-06-14 Kevin Wolf New
[v2,3/6] block: Prepare bdrv_aligned_pwritev() for byte-aligned requests - 2 - --- 2016-06-14 Kevin Wolf New
[v2,2/6] block: Prepare bdrv_aligned_preadv() for byte-aligned requests - 2 - --- 2016-06-14 Kevin Wolf New
[v2,1/6] block: Byte-based bdrv_co_do_copy_on_readv() - 2 - --- 2016-06-14 Kevin Wolf New
qemu-img bench: Fix uninitialised writethrough mode - 2 - --- 2016-06-14 Kevin Wolf New
[6/6] block: Remove bs->zero_beyond_eof - 1 - --- 2016-06-10 Kevin Wolf New
[5/6] qcow2: Let vmstate call qcow2_co_preadv/pwrite directly - 1 - --- 2016-06-10 Kevin Wolf New
[4/6] block: Make bdrv_load/save_vmstate coroutine_fns - 1 - --- 2016-06-10 Kevin Wolf New
[3/6] block: Allow .bdrv_load/save_vmstate() to return 0/-errno - 1 - --- 2016-06-10 Kevin Wolf New
[2/6] block: Make .bdrv_load_vmstate() vectored - 1 - --- 2016-06-10 Kevin Wolf New
[1/6] block: Introduce bdrv_preadv() - 1 - --- 2016-06-10 Kevin Wolf New
[6/6] block: Don't enforce 512 byte minimum alignment - 1 - --- 2016-06-08 Kevin Wolf New
[5/6] raw-posix: Implement .bdrv_co_preadv/pwritev - 2 - --- 2016-06-08 Kevin Wolf New
[4/6] raw-posix: Switch to bdrv_co_* interfaces - 1 - --- 2016-06-08 Kevin Wolf New
[3/6] block: Prepare bdrv_aligned_pwritev() for byte-aligned requests - 2 - --- 2016-06-08 Kevin Wolf New
[2/6] block: Prepare bdrv_aligned_preadv() for byte-aligned requests - 1 - --- 2016-06-08 Kevin Wolf New
[1/6] block: Byte-based bdrv_co_do_copy_on_readv() - 2 - --- 2016-06-08 Kevin Wolf New
[PULL,31/31] qemu-img bench: Add --flush-interval - 2 - --- 2016-06-08 Kevin Wolf New
[PULL,30/31] qemu-img bench: Implement -S (step size) - 2 - --- 2016-06-08 Kevin Wolf New
[PULL,29/31] qemu-img bench: Make start offset configurable - 2 - --- 2016-06-08 Kevin Wolf New
[PULL,28/31] qemu-img bench: Sequential writes - 2 - --- 2016-06-08 Kevin Wolf New
[PULL,27/31] qemu-img bench - 2 - --- 2016-06-08 Kevin Wolf New
[PULL,26/31] block: Don't emulate natively supported pwritev flags - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,25/31] blockdev: clean up error handling in do_open_tray - - - --- 2016-06-08 Kevin Wolf New
[PULL,24/31] block: Fix bdrv_all_delete_snapshot() error handling - 2 - --- 2016-06-08 Kevin Wolf New
[PULL,23/31] qcow2: avoid extra flushes in qcow2 - - - --- 2016-06-08 Kevin Wolf New
[PULL,22/31] raw-posix: Fetch max sectors for host block device - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,21/31] block: assert that bs->request_alignment is a power of 2 - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,20/31] migration/block: Convert saving to BlockBackend - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,19/31] migration/block: Convert load to BlockBackend - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,18/31] block: Kill bdrv_co_write_zeroes() - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,17/31] vmdk: Convert to bdrv_co_pwrite_zeroes() - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,16/31] raw_bsd: Convert to bdrv_co_pwrite_zeroes() - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,15/31] raw-posix: Convert to bdrv_co_pwrite_zeroes() - - - --- 2016-06-08 Kevin Wolf New
[PULL,14/31] qed: Convert to bdrv_co_pwrite_zeroes() - - - --- 2016-06-08 Kevin Wolf New
[PULL,13/31] gluster: Convert to bdrv_co_pwrite_zeroes() - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,12/31] blkreplay: Convert to bdrv_co_pwrite_zeroes() - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,11/31] qcow2: Convert to bdrv_co_pwrite_zeroes() - - - --- 2016-06-08 Kevin Wolf New
[PULL,10/31] iscsi: Convert to bdrv_co_pwrite_zeroes() - - - --- 2016-06-08 Kevin Wolf New
[PULL,09/31] block: Switch bdrv_write_zeroes() to byte interface - - - --- 2016-06-08 Kevin Wolf New
[PULL,08/31] block: Add .bdrv_co_pwrite_zeroes() - - - --- 2016-06-08 Kevin Wolf New
[PULL,07/31] block: Track write zero limits in bytes - - - --- 2016-06-08 Kevin Wolf New
[PULL,06/31] iscsi: Use block size as minimum zero/discard alignment - - - --- 2016-06-08 Kevin Wolf New
[PULL,05/31] qcow2: Catch more unaligned write_zero into zero cluster - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,04/31] qemu-iotests: Test one more spot for optimizing write_zeroes - - - --- 2016-06-08 Kevin Wolf New
[PULL,03/31] qcow2: add tracepoints for qcow2_co_write_zeroes - - - --- 2016-06-08 Kevin Wolf New
[PULL,02/31] qcow2: simplify logic in qcow2_co_write_zeroes - 1 - --- 2016-06-08 Kevin Wolf New
[PULL,01/31] block: split write_zeroes always - 1 - --- 2016-06-08 Kevin Wolf New
block: Don't emulate natively supported pwritev flags - 2 - --- 2016-06-07 Kevin Wolf New
[v3,3/5] qcow2: Make copy_sectors() byte based - 1 - --- 2016-06-07 Kevin Wolf New
[v2,5/5] qcow2: Implement .bdrv_co_pwritev() - 1 - --- 2016-06-06 Kevin Wolf New
[v2,4/5] qcow2: Use bytes instead of sectors for QCowL2Meta - 1 - --- 2016-06-06 Kevin Wolf New
[v2,3/5] qcow2: Make copy_sectors() byte based - - - --- 2016-06-06 Kevin Wolf New
[v2,2/5] qcow2: Implement .bdrv_co_preadv() - 1 - --- 2016-06-06 Kevin Wolf New
[v2,1/5] qcow2: Work with bytes in qcow2_get_cluster_offset() - 1 - --- 2016-06-06 Kevin Wolf New
[v2,5/5] qemu-img bench: Add --flush-interval - 1 - --- 2016-06-06 Kevin Wolf New
[v2,4/5] qemu-img bench: Implement -S (step size) - 1 - --- 2016-06-06 Kevin Wolf New
[v2,3/5] qemu-img bench: Make start offset configurable - 1 - --- 2016-06-06 Kevin Wolf New
[v2,2/5] qemu-img bench: Sequential writes - 1 - --- 2016-06-06 Kevin Wolf New
[v2,1/5] qemu-img bench - 1 - --- 2016-06-06 Kevin Wolf New
block: Fix bdrv_all_delete_snapshot() error handling - 2 - --- 2016-06-06 Kevin Wolf New
[5/5] qcow2: Implement .bdrv_co_pwritev - - - --- 2016-06-03 Kevin Wolf New
[4/5] qcow2: Use bytes instead of sectors for QCowL2Meta - - - --- 2016-06-03 Kevin Wolf New
[3/5] qcow2: Make copy_sectors() byte based - 1 - --- 2016-06-03 Kevin Wolf New
[2/5] qcow2: Implement .bdrv_co_preadv() - - - --- 2016-06-03 Kevin Wolf New
[1/5] qcow2: Work with bytes in qcow2_get_cluster_offset() - - - --- 2016-06-03 Kevin Wolf New
[5/5] qemu-img bench: Add --flush-interval - - - --- 2016-06-03 Kevin Wolf New
[4/5] qemu-img bench: Implement -S (step size) - 1 - --- 2016-06-03 Kevin Wolf New
[3/5] qemu-img bench: Make start offset configurable - 1 - --- 2016-06-03 Kevin Wolf New
[2/5] qemu-img bench: Sequential writes - - - --- 2016-06-03 Kevin Wolf New
[1/5] qemu-img bench - 1 - --- 2016-06-03 Kevin Wolf New
[2/2] migration/block: Convert saving to BlockBackend - - - --- 2016-05-30 Kevin Wolf New
[1/2] migration/block: Convert load to BlockBackend - - - --- 2016-05-30 Kevin Wolf New
block/io: Remove unused bdrv_aio_write_zeroes() - 1 - --- 2016-05-30 Kevin Wolf New
[PULL,31/31] blockjob: Remove BlockJob.bs - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,30/31] commit: Use BlockBackend for I/O - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,29/31] backup: Use BlockBackend for I/O - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,28/31] backup: Remove bs parameter from backup_do_cow() - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,27/31] backup: Pack Notifier within BackupBlockJob - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,26/31] backup: Don't leak BackupBlockJob in error path - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,25/31] mirror: Use BlockBackend for I/O - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,24/31] mirror: Allow target that already has a BlockBackend - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,23/31] stream: Use BlockBackend for I/O - 3 - --- 2016-05-25 Kevin Wolf New
[PULL,22/31] block: Make blk_co_preadv/pwritev() public - 3 - --- 2016-05-25 Kevin Wolf New
[PULL,21/31] block: Convert block job core to BlockBackend - 3 - --- 2016-05-25 Kevin Wolf New
[PULL,20/31] block: Default to enabled write cache in blk_new() - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,19/31] block: Cancel jobs first in bdrv_close_all() - 3 - --- 2016-05-25 Kevin Wolf New
[PULL,18/31] block: keep a list of block jobs - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,17/31] block: Rename blk_write_zeroes() - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,16/31] dma-helpers: change BlockBackend to opaque value in DMAIOFunc - - - --- 2016-05-25 Kevin Wolf New
[PULL,15/31] dma-helpers: change interface to byte-based - - - --- 2016-05-25 Kevin Wolf New
[PULL,14/31] block: Propagate .drained_begin/end callbacks - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,13/31] block: Fix reconfiguring graph with drained nodes - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,12/31] block: Make bdrv_drain() use bdrv_drained_begin/end() - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,11/31] block: Introduce bdrv_replace_child() - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,10/31] block: Drop errp parameter from blk_new() - - - --- 2016-05-25 Kevin Wolf New
[PULL,09/31] block: Drop bdrv_parent_cb_...() from bdrv_close() - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,08/31] block: Assert !bs->refcnt in bdrv_close() - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,07/31] block: Make bdrv_open() return a BDS - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,06/31] block: Drop bdrv_new_root() - 2 - --- 2016-05-25 Kevin Wolf New
« 1 2 ... 64 65 6671 72 »