Show patches with: Submitter = Kevin Wolf       |   7131 patches
« 1 2 ... 66 67 6871 72 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/3] qcow2: fix condition in is_zero_cluster - - - --- 2016-05-17 Kevin Wolf New
[PULL,69/69] qemu-iotests: iotests: fail hard if not run via "check" - - - --- 2016-05-12 Kevin Wolf New
[PULL,68/69] block: enable testing of LUKS driver with block I/O tests - - - --- 2016-05-12 Kevin Wolf New
[PULL,67/69] block: add support for encryption secrets in block I/O tests - - - --- 2016-05-12 Kevin Wolf New
[PULL,66/69] block: add support for --image-opts in block I/O tests - - - --- 2016-05-12 Kevin Wolf New
[PULL,65/69] qemu-io: Add 'write -z -u' to test MAY_UNMAP flag - - - --- 2016-05-12 Kevin Wolf New
[PULL,64/69] qemu-io: Add 'write -f' to test FUA flag - - - --- 2016-05-12 Kevin Wolf New
[PULL,63/69] qemu-io: Allow unaligned access by default - - - --- 2016-05-12 Kevin Wolf New
[PULL,62/69] qemu-io: Use bool for command line flags - - - --- 2016-05-12 Kevin Wolf New
[PULL,61/69] qemu-io: Make 'open' subcommand more like command line - - - --- 2016-05-12 Kevin Wolf New
[PULL,60/69] qemu-io: Add missing option documentation - - - --- 2016-05-12 Kevin Wolf New
[PULL,59/69] qmp: add monitor command to add/remove a child - - - --- 2016-05-12 Kevin Wolf New
[PULL,58/69] quorum: implement bdrv_add_child() and bdrv_del_child() - - - --- 2016-05-12 Kevin Wolf New
[PULL,57/69] Add new block driver interface to add/delete a BDS's child - - - --- 2016-05-12 Kevin Wolf New
[PULL,56/69] qemu-img: check block status of backing file when converting. - - - --- 2016-05-12 Kevin Wolf New
[PULL,55/69] iotests: fix the redirection order in 083 - - - --- 2016-05-12 Kevin Wolf New
[PULL,54/69] block: Inactivate all children - - - --- 2016-05-12 Kevin Wolf New
[PULL,53/69] block: Drop superfluous invalidating bs->file from drivers - - - --- 2016-05-12 Kevin Wolf New
[PULL,52/69] block: Invalidate all children - - - --- 2016-05-12 Kevin Wolf New
[PULL,51/69] nbd: Simplify client FUA handling - - - --- 2016-05-12 Kevin Wolf New
[PULL,50/69] block: Honor BDRV_REQ_FUA during write_zeroes - - - --- 2016-05-12 Kevin Wolf New
[PULL,49/69] block: Make supported_write_flags a per-bds property - - - --- 2016-05-12 Kevin Wolf New
[PULL,48/69] qcow2: improve qcow2_co_write_zeroes() - - - --- 2016-05-12 Kevin Wolf New
[PULL,47/69] block: Kill unused sector-based blk_* functions - - - --- 2016-05-12 Kevin Wolf New
[PULL,46/69] qemu-io: Switch to byte-based block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,45/69] qemu-img: Switch to byte-based block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,44/69] nbd: Switch to byte-based block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,43/69] atapi: Switch to byte-based block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,42/69] m25p80: Switch to byte-based block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,41/69] sd: Switch to byte-based block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,40/69] pflash: Switch to byte-based block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,39/69] onenand: Switch to byte-based block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,38/69] nand: Switch to byte-based block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,37/69] fdc: Switch to byte-based block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,36/69] xen_disk: Switch to byte-based aio block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,35/69] virtio: Switch to byte-based aio block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,34/69] scsi-disk: Switch to byte-based aio block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,33/69] ide: Switch to byte-based aio block access - - - --- 2016-05-12 Kevin Wolf New
[PULL,32/69] block: Introduce byte-based aio read/write - - - --- 2016-05-12 Kevin Wolf New
[PULL,31/69] block: Switch blk_*write_zeroes() to byte interface - - - --- 2016-05-12 Kevin Wolf New
[PULL,30/69] block: Switch blk_read_unthrottled() to byte interface - - - --- 2016-05-12 Kevin Wolf New
[PULL,29/69] block: Allow BDRV_REQ_FUA through blk_pwrite() - - - --- 2016-05-12 Kevin Wolf New
[PULL,28/69] qemu-io: Fix memory leak in 'aio_write -z' - - - --- 2016-05-12 Kevin Wolf New
[PULL,27/69] Allow users to specify the vmdk virtual hardware version. - - - --- 2016-05-12 Kevin Wolf New
[PULL,26/69] block: always compile-check debug prints - - - --- 2016-05-12 Kevin Wolf New
[PULL,25/69] block: Fix typo in comment - - - --- 2016-05-12 Kevin Wolf New
[PULL,24/69] block: Remove BlockDriver.bdrv_read/write - - - --- 2016-05-12 Kevin Wolf New
[PULL,23/69] vvfat: Implement .bdrv_co_preadv/pwritev interfaces - - - --- 2016-05-12 Kevin Wolf New
[PULL,22/69] vpc: Implement .bdrv_co_pwritev() interface - - - --- 2016-05-12 Kevin Wolf New
[PULL,21/69] vpc: Implement .bdrv_co_preadv() interface - - - --- 2016-05-12 Kevin Wolf New
[PULL,20/69] vmdk: Implement .bdrv_co_pwritev() interface - - - --- 2016-05-12 Kevin Wolf New
[PULL,19/69] vmdk: Implement .bdrv_co_preadv() interface - - - --- 2016-05-12 Kevin Wolf New
[PULL,18/69] vmdk: Add vmdk_find_offset_in_cluster() - - - --- 2016-05-12 Kevin Wolf New
[PULL,17/69] vdi: Implement .bdrv_co_pwritev() interface - - - --- 2016-05-12 Kevin Wolf New
[PULL,16/69] vdi: Implement .bdrv_co_preadv() interface - - - --- 2016-05-12 Kevin Wolf New
[PULL,15/69] dmg: Implement .bdrv_co_preadv() interface - - - --- 2016-05-12 Kevin Wolf New
[PULL,14/69] cloop: Implement .bdrv_co_preadv() interface - - - --- 2016-05-12 Kevin Wolf New
[PULL,13/69] bochs: Implement .bdrv_co_preadv() interface - - - --- 2016-05-12 Kevin Wolf New
[PULL,12/69] block: Introduce .bdrv_co_preadv/pwritev BlockDriver function - - - --- 2016-05-12 Kevin Wolf New
[PULL,11/69] block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev - - - --- 2016-05-12 Kevin Wolf New
[PULL,10/69] block: Support AIO drivers in bdrv_driver_preadv/pwritev() - - - --- 2016-05-12 Kevin Wolf New
[PULL,09/69] block: Introduce bdrv_driver_pwritev() - - - --- 2016-05-12 Kevin Wolf New
[PULL,08/69] block: Introduce bdrv_driver_preadv() - - - --- 2016-05-12 Kevin Wolf New
[PULL,07/69] linux-aio: make it more type safe - - - --- 2016-05-12 Kevin Wolf New
[PULL,06/69] block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end - - - --- 2016-05-12 Kevin Wolf New
[PULL,05/69] block: introduce bdrv_no_throttling_begin/end - - - --- 2016-05-12 Kevin Wolf New
[PULL,04/69] block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co_drain - - - --- 2016-05-12 Kevin Wolf New
[PULL,03/69] block: move restarting of throttled reqs to block/throttle-groups.c - - - --- 2016-05-12 Kevin Wolf New
[PULL,02/69] block: make bdrv_start_throttled_reqs return void - - - --- 2016-05-12 Kevin Wolf New
[PULL,01/69] block: Don't disable I/O throttling on sync requests - - - --- 2016-05-12 Kevin Wolf New
[v3,14/14] block: Don't check throttled reqs in bdrv_requests_pending() - - - --- 2016-05-11 Kevin Wolf New
[v3,13/14] Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6" - - - --- 2016-05-11 Kevin Wolf New
[v3,12/14] block: Remove bdrv_move_feature_fields() - - - --- 2016-05-11 Kevin Wolf New
[v3,11/14] block: Decouple throttling from BlockDriverState - - - --- 2016-05-11 Kevin Wolf New
[v3,10/14] block/io: Quiesce parents between drained_begin/end - - - --- 2016-05-11 Kevin Wolf New
[v3,09/14] block: Drain throttling queue with BdrvChild callback - - - --- 2016-05-11 Kevin Wolf New
[v3,08/14] block: Introduce BdrvChild.opaque - - - --- 2016-05-11 Kevin Wolf New
[v3,07/14] block: Move I/O throttling configuration functions to BlockBackend - - - --- 2016-05-11 Kevin Wolf New
[v3,06/14] block: Move actual I/O throttling to BlockBackend - - - --- 2016-05-11 Kevin Wolf New
[v3,05/14] block: Move throttling fields from BDS to BB - - - --- 2016-05-11 Kevin Wolf New
[v3,04/14] block: Convert throttle_group_get_name() to BlockBackend - - - --- 2016-05-11 Kevin Wolf New
[v3,03/14] block: throttle-groups: Use BlockBackend pointers internally - - - --- 2016-05-11 Kevin Wolf New
[v3,02/14] block: Introduce BlockBackendPublic - - - --- 2016-05-11 Kevin Wolf New
[v3,01/14] block: Make sure throttled BDSes always have a BB - - - --- 2016-05-11 Kevin Wolf New
qemu-io: Fix memory leak in 'aio_write -z' - - - --- 2016-05-09 Kevin Wolf New
[14/14] blockjob: Remove BlockJob.bs - - - --- 2016-05-04 Kevin Wolf New
[13/14] commit: Use BlockBackend for I/O - - - --- 2016-05-04 Kevin Wolf New
[12/14] backup: Use BlockBackend for I/O - - - --- 2016-05-04 Kevin Wolf New
[11/14] block: Add blk_co_readv/writev() - - - --- 2016-05-04 Kevin Wolf New
[10/14] backup: Remove bs parameter from backup_do_cow() - - - --- 2016-05-04 Kevin Wolf New
[09/14] backup: Pack Notifier within BackupBlockJob - - - --- 2016-05-04 Kevin Wolf New
[08/14] backup: Don't leak BackupBlockJob in error path - - - --- 2016-05-04 Kevin Wolf New
[07/14] mirror: Use BlockBackend for I/O - - - --- 2016-05-04 Kevin Wolf New
[06/14] mirror: Allow target that already has a BlockBackend - - - --- 2016-05-04 Kevin Wolf New
[05/14] stream: Use BlockBackend for I/O - - - --- 2016-05-04 Kevin Wolf New
[04/14] block: Convert block job core to BlockBackend - - - --- 2016-05-04 Kevin Wolf New
[03/14] block: Default to enabled write cache in blk_new() - - - --- 2016-05-04 Kevin Wolf New
[02/14] block: Cancel jobs first in bdrv_close_all() - - - --- 2016-05-04 Kevin Wolf New
[01/14] block: keep a list of block jobs - - - --- 2016-05-04 Kevin Wolf New
[PULL,2/2] vvfat: Fix default volume label - - - --- 2016-04-29 Kevin Wolf New
« 1 2 ... 66 67 6871 72 »