Show patches with: Submitter = Kevin Wolf       |    State = Action Required       |    Archived = No       |   270 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[02/29] qapi: Create block-export module block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[03/29] qapi: Rename BlockExport to BlockExportOptions block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[05/29] qemu-storage-daemon: Use qmp_block_export_add() block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[07/29] block/export: Remove magic from block-export-add block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[08/29] nbd: Add max-connections to nbd-server-start block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[09/29] nbd: Add writethrough to block-export-add block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[1/2] iotests: Fix incomplete type declarations iotests: Run pylint and mypy in a testcase --- 2020-05-11 Kevin Wolf New
[1/2] qom: Factor out user_creatable_add_dict() qemu-storage-daemon: Fix non-string --object properties --- 2020-04-16 Kevin Wolf New
[13/29] block/export: Move refcount from NBDExport to BlockExport block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[15/29] block/export: Add node-name to BlockExportOptions block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[16/29] block/export: Allocate BlockExport in blk_exp_add() block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[1/6] char/stdio: Fix QMP default for 'signal' qemu-storage-daemon: QAPIfy --chardev --- 2020-10-23 Kevin Wolf New
[17/29] block/export: Add blk_exp_close_all(_type) block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[18/29] block/export: Add 'id' option to block-export-add block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[19/29] block/export: Move strong user reference to block_exports block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[20/29] block/export: Add block-export-del block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[21/29] block/export: Add BLOCK_EXPORT_DELETED event block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[2/3] backup: Make sure that source and target size match Untitled series #61122 --- 2020-04-29 Kevin Wolf New
[2/3] mirror: Make sure that source and target size match mirror: Make sure that source and target size match --- 2020-05-07 Kevin Wolf New
[24/29] block/export: Add query-block-exports block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[2/6] char: Factor out qemu_chr_print_types() qemu-storage-daemon: QAPIfy --chardev --- 2020-10-23 Kevin Wolf New
[2/6] vmdk: Fix zero cluster allocation vmdk: Fix zero cluster handling --- 2020-04-30 Kevin Wolf New
[28/29] iotests: Factor out qemu_tool_pipe_and_status() block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[29/29] iotests: Test block-export-* QMP interface block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[3/3] iotests: Backup with different source/target size Untitled series #61122 --- 2020-04-29 Kevin Wolf New
[3/4] qom: Add user_creatable_print_help_from_qdict() qemu-storage-daemon: Remove QemuOpts from --object parser --- 2020-09-29 Kevin Wolf New
[3/6] qapi: Remove wrapper struct for simple unions qemu-storage-daemon: QAPIfy --chardev --- 2020-10-23 Kevin Wolf New
[4/4] qemu-storage-daemon: Remove QemuOpts from --object parser qemu-storage-daemon: Remove QemuOpts from --object parser --- 2020-09-29 Kevin Wolf New
[5/6] tests/qapi-schema: Flat representation of simple unions qemu-storage-daemon: QAPIfy --chardev --- 2020-10-23 Kevin Wolf New
[6/6] iotests: vmdk: Enable zeroed_grained=on by default vmdk: Fix zero cluster handling --- 2020-04-30 Kevin Wolf New
[6/6] qemu-storage-daemon: Use qmp_chardev_add() for --chardev qemu-storage-daemon: QAPIfy --chardev --- 2020-10-23 Kevin Wolf New
file-win32: Fix "locking" option file-win32: Fix "locking" option --- 2020-09-07 Kevin Wolf New
[for-5.1,1/2] block: Require aligned image size to avoid assertion failure [for-5.1,1/2] block: Require aligned image size to avoid assertion failure --- 2020-07-10 Kevin Wolf New
[for-5.1,1/3] file-posix: Move check_hdev_writable() up file-posix: Fix check_hdev_writable() with auto-read-only --- 2020-07-17 Kevin Wolf New
[for-5.1,2/2] iotests: Test sparseness for qemu-img convert -n qemu-img convert -n: Keep qcow2 v2 target sparse --- 2020-07-20 Kevin Wolf New
[for-5.1,3/3] file-posix: Fix leaked fd in raw_open_common() error path file-posix: Fix check_hdev_writable() with auto-read-only --- 2020-07-17 Kevin Wolf New
[for-5.1] file-posix: Mitigate file fragmentation with extent size hints [for-5.1] file-posix: Mitigate file fragmentation with extent size hints --- 2020-07-07 Kevin Wolf New
[for-5.1] iotests/030: Reduce job speed to make race less likely [for-5.1] iotests/030: Reduce job speed to make race less likely --- 2020-07-16 Kevin Wolf New
[for-5.1] qemu-img resize: Require --shrink for shrinking all image formats [for-5.1] qemu-img resize: Require --shrink for shrinking all image formats --- 2020-07-10 Kevin Wolf New
[for-5.1,v2,1/2] block: Require aligned image size to avoid assertion failure qemu-img convert: Fix abort with unaligned image size --- 2020-07-16 Kevin Wolf New
[for-5.1,v2,1/2] qcow2: Implement v2 zero writes with discard if possible [for-5.1,v2,1/2] qcow2: Implement v2 zero writes with discard if possible --- 2020-07-21 Kevin Wolf New
monitor: Fix order in monitor_cleanup() monitor: Fix order in monitor_cleanup() --- 2020-10-13 Kevin Wolf New
[PULL,01/10] keyval: Fix and clarify grammar Block layer patches --- 2020-10-15 Kevin Wolf New
[PULL,01/12] qemu-img map: Don't limit block status request size Block layer patches --- 2020-07-07 Kevin Wolf New
[PULL,01/12] vvfat: set status to odd fixes [PULL,01/12] vvfat: set status to odd fixes --- 2020-07-17 Kevin Wolf New
[PULL,01/37] block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definition Block layer patches --- 2020-10-02 Kevin Wolf New
[PULL,01/51] iotests/109: Don't mirror with mismatched size [PULL,01/51] iotests/109: Don't mirror with mismatched size --- 2020-05-15 Kevin Wolf New
[PULL,01/64] block: Raise an error when backing file parameter is an empty string Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,02/10] test-keyval: Demonstrate misparse of ', ' with implied key Block layer patches --- 2020-10-15 Kevin Wolf New
[PULL,02/12] file-posix: Mitigate file fragmentation with extent size hints Block layer patches --- 2020-07-07 Kevin Wolf New
[PULL,02/12] Remove VXHS block device [PULL,01/12] vvfat: set status to odd fixes --- 2020-07-17 Kevin Wolf New
[PULL,02/30] iotests/082: require bochs Block layer patches --- 2020-05-08 Kevin Wolf New
[PULL,02/37] tests/check-block: Do not run the iotests with old versions of bash Block layer patches --- 2020-10-02 Kevin Wolf New
[PULL,02/43] icount: make dma reads deterministic Block layer patches --- 2020-06-17 Kevin Wolf New
[PULL,02/51] iotests/229: Use blkdebug to inject an error [PULL,01/51] iotests/109: Don't mirror with mismatched size --- 2020-05-15 Kevin Wolf New
[PULL,02/64] block/nvme: Replace magic value by SCALE_MS definition Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,03/10] keyval: Fix parsing of ',' in value of implied key Block layer patches --- 2020-10-15 Kevin Wolf New
[PULL,03/12] qemu-img: Flush stdout before before potential stderr messages Block layer patches --- 2020-07-07 Kevin Wolf New
[PULL,03/37] docs: Document the throttle block filter Block layer patches --- 2020-10-02 Kevin Wolf New
[PULL,03/64] block/nvme: Avoid further processing if trace event not enabled Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,04/10] keyval: Parse help options Block layer patches --- 2020-10-15 Kevin Wolf New
[PULL,04/12] block: Finish deprecation of 'qemu-img convert -n -o' Block layer patches --- 2020-07-07 Kevin Wolf New
[PULL,04/12] crypto: use a stronger private key for tests [PULL,01/12] vvfat: set status to odd fixes --- 2020-07-17 Kevin Wolf New
[PULL,04/37] qemu-io-cmds: Simplify help_oneline Block layer patches --- 2020-10-02 Kevin Wolf New
[PULL,04/46] sheepdog: Remove unnecessary NULL check in sd_prealloc() Untitled series #11607 --- 2018-05-23 Kevin Wolf New
[PULL,04/64] block/nvme: Let nvme_create_queue_pair() fail gracefully Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,05/17] block: Clean up includes --- 2016-01-20 Kevin Wolf New
[PULL,05/64] block/nvme: Define INDEX macros to ease code review Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,06/30] iotests/055: skip vmdk target tests if vmdk is not whitelisted Block layer patches --- 2020-05-08 Kevin Wolf New
[PULL,06/43] qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_size Block layer patches --- 2020-06-17 Kevin Wolf New
[PULL,06/64] block/nvme: Improve error message when IO queue creation failed Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,07/30] iotests/109: mark required formats as required to support whitelisting Block layer patches --- 2020-05-08 Kevin Wolf New
[PULL,07/43] hw/block/nvme: fix pci doorbell size calculation Block layer patches --- 2020-06-17 Kevin Wolf New
[PULL,07/64] block/nvme: Use common error path in nvme_add_io_queue() Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,08/30] iotests/113: mark bochs as required to support whitelisting Block layer patches --- 2020-05-08 Kevin Wolf New
[PULL,08/43] hw/block/nvme: rename trace events to pci_nvme Block layer patches --- 2020-06-17 Kevin Wolf New
[PULL,08/51] block: Add bdrv_make_empty() [PULL,01/51] iotests/109: Don't mirror with mismatched size --- 2020-05-15 Kevin Wolf New
[PULL,08/64] block/nvme: Rename local variable Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,09/10] block: drop moderated sheepdog mailing list from MAINTAINERS file Block layer patches --- 2020-10-15 Kevin Wolf New
[PULL,09/12] file-posix: Allow byte-aligned O_DIRECT with NFS [PULL,01/12] vvfat: set status to odd fixes --- 2020-07-17 Kevin Wolf New
[PULL,09/64] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,10/10] block: deprecate the sheepdog block driver Block layer patches --- 2020-10-15 Kevin Wolf New
[PULL,10/30] vmdk: Rename VmdkMetaData.valid to new_allocation Block layer patches --- 2020-05-08 Kevin Wolf New
[PULL,10/43] hw/block/nvme: move device parameters to separate struct Block layer patches --- 2020-06-17 Kevin Wolf New
[PULL,10/64] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,11/12] file-posix: Fix check_hdev_writable() with auto-read-only [PULL,01/12] vvfat: set status to odd fixes --- 2020-07-17 Kevin Wolf New
[PULL,11/51] replication: Avoid blk_make_empty() on read-only child [PULL,01/51] iotests/109: Don't mirror with mismatched size --- 2020-05-15 Kevin Wolf New
[PULL,11/64] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz) Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,12/12] qemu-img: Deprecate use of -b without -F Block layer patches --- 2020-07-07 Kevin Wolf New
[PULL,12/30] vmdk: Fix partial overwrite of zero cluster Block layer patches --- 2020-05-08 Kevin Wolf New
[PULL,12/36] block/vhdx: Don't take address of fields in packed structs Untitled series #16053 --- 2018-11-05 Kevin Wolf New
[PULL,12/43] hw/block/nvme: refactor nvme_addr_read Block layer patches --- 2020-06-17 Kevin Wolf New
[PULL,12/51] block: Use bdrv_make_empty() where possible [PULL,01/51] iotests/109: Don't mirror with mismatched size --- 2020-05-15 Kevin Wolf New
[PULL,12/64] block/nvme: Simplify nvme_init_queue() arguments Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,13/15] nvme: introduce PMR support from NVMe 1.4 spec Block layer patches --- 2020-04-30 Kevin Wolf New
[PULL,13/30] vmdk: Don't update L2 table for zero write on zero cluster Block layer patches --- 2020-05-08 Kevin Wolf New
[PULL,13/43] hw/block/nvme: fix pin-based interrupt behavior Block layer patches --- 2020-06-17 Kevin Wolf New
[PULL,13/64] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,14/64] block/nvme: Simplify nvme_create_queue_pair() arguments Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,15/15] qemu-storage-daemon: Fix non-string --object properties Block layer patches --- 2020-04-30 Kevin Wolf New
« 1 2 3 »