Show patches with: Archived = No       |   430959 patches
« 1 2 ... 1927 1928 19294309 4310 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[08/14] rbd: always set out parameter in qemu_rbd_snap_list - - - - --- 2011-12-15 Kevin Wolf New
[07/14] block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_close - - 1 - --- 2011-12-15 Kevin Wolf New
[06/14] block: avoid useless checks on acb->bh - - - - --- 2011-12-15 Kevin Wolf New
[05/14] block: dma_bdrv_* does not return NULL - - - - --- 2011-12-15 Kevin Wolf New
[04/14] dma: the passed io_func does not return NULL - - - - --- 2011-12-15 Kevin Wolf New
[03/14] block: qemu_aio_get does not return NULL - - - - --- 2011-12-15 Kevin Wolf New
[02/14] block: simplify failure handling for bdrv_aio_multiwrite - - - - --- 2011-12-15 Kevin Wolf New
[01/14] block: bdrv_aio_* do not return NULL - - - - --- 2011-12-15 Kevin Wolf New
[PULL,00/14] Block patches - - - - --- 2011-12-15 Kevin Wolf New
[v2] Documentation: Add qemu-img -t parameter in man page - - 1 - --- 2011-12-08 Kevin Wolf New
Documentation: Add qemu-img -t parameter in man page - - - - --- 2011-12-07 Kevin Wolf New
qemu-img rebase: Fix for undersized backing files - - 1 - --- 2011-12-07 Kevin Wolf New
[41/41] block: convert qemu_aio_flush() calls to bdrv_drain_all() - - - - --- 2011-12-05 Kevin Wolf New
[40/41] block: wait_for_overlapping_requests() deadlock detection - - - - --- 2011-12-05 Kevin Wolf New
[39/41] block: implement bdrv_co_is_allocated() boundary cases - - - - --- 2011-12-05 Kevin Wolf New
[38/41] dma-helpers: Add trace events - - 1 - --- 2011-12-05 Kevin Wolf New
[37/41] cow: use bdrv_co_is_allocated() - - - - --- 2011-12-05 Kevin Wolf New
[36/41] block: add -drive copy-on-read=on|off - - - - --- 2011-12-05 Kevin Wolf New
[35/41] block: core copy-on-read logic - - - - --- 2011-12-05 Kevin Wolf New
[34/41] block: request overlap detection - - - - --- 2011-12-05 Kevin Wolf New
[33/41] block: wait for overlapping requests - - - - --- 2011-12-05 Kevin Wolf New
[32/41] block: add interface to toggle copy-on-read - - - - --- 2011-12-05 Kevin Wolf New
[31/41] block: add request tracking - - - - --- 2011-12-05 Kevin Wolf New
[30/41] coroutine: add qemu_co_queue_restart_all() - - - - --- 2011-12-05 Kevin Wolf New
[29/41] qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macros - - - - --- 2011-12-05 Kevin Wolf New
[28/41] block: add bdrv_co_is_allocated() interface - - - - --- 2011-12-05 Kevin Wolf New
[27/41] block: drop .bdrv_is_allocated() interface - - - - --- 2011-12-05 Kevin Wolf New
[26/41] cow: convert to .bdrv_co_is_allocated() - - - - --- 2011-12-05 Kevin Wolf New
[25/41] vdi: convert to .bdrv_co_is_allocated() - - - - --- 2011-12-05 Kevin Wolf New
[24/41] vvfat: convert to .bdrv_co_is_allocated() - - - - --- 2011-12-05 Kevin Wolf New
[23/41] block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated() - - - - --- 2011-12-05 Kevin Wolf New
[22/41] qed: convert to .bdrv_co_is_allocated() - - - - --- 2011-12-05 Kevin Wolf New
[21/41] block: add .bdrv_co_is_allocated() - - - - --- 2011-12-05 Kevin Wolf New
[20/41] block: use public bdrv_is_allocated() interface - - - - --- 2011-12-05 Kevin Wolf New
[19/41] qcow2: Fix error path in qcow2_snapshot_load_tmp - - 1 - --- 2011-12-05 Kevin Wolf New
[18/41] qcow2: Fix order in qcow2_snapshot_delete - - 1 - --- 2011-12-05 Kevin Wolf New
[17/41] qcow2: Fix order of refcount updates in qcow2_snapshot_goto - - 1 - --- 2011-12-05 Kevin Wolf New
[16/41] qcow2: Return real error in qcow2_snapshot_goto - - 1 - --- 2011-12-05 Kevin Wolf New
[15/41] qcow2: Rework qcow2_snapshot_create error handling - - 1 - --- 2011-12-05 Kevin Wolf New
[14/41] qcow2: Cleanups and memleak fix in qcow2_snapshot_create - - 1 - --- 2011-12-05 Kevin Wolf New
[13/41] qcow2: Update snapshot table information at once - - 1 - --- 2011-12-05 Kevin Wolf New
[12/41] qcow2: Return real error code in qcow2_write_snapshots - - 1 - --- 2011-12-05 Kevin Wolf New
[11/41] qcow2: Return real error code in qcow2_read_snapshots - - 1 - --- 2011-12-05 Kevin Wolf New
[10/41] block: Add coroutine_fn marker to coroutine functions - - 1 - --- 2011-12-05 Kevin Wolf New
[09/41] hmp/qmp: add block_set_io_throttle - - - - --- 2011-12-05 Kevin Wolf New
[08/41] block: add I/O throttling algorithm - - - - --- 2011-12-05 Kevin Wolf New
[07/41] CoQueue: introduce qemu_co_queue_wait_insert_head - - - - --- 2011-12-05 Kevin Wolf New
[06/41] block: add the blockio limits command line support - - - - --- 2011-12-05 Kevin Wolf New
[05/41] block: Use bdrv functions to replace file operation in cow.c - - 1 - --- 2011-12-05 Kevin Wolf New
[04/41] xen_disk: remove dead code - - - - --- 2011-12-05 Kevin Wolf New
[03/41] qed: adjust the way to get nb_sectors 1 - - - --- 2011-12-05 Kevin Wolf New
[02/41] qcow2: avoid reentrant bdrv_read() in copy_sectors() - - - - --- 2011-12-05 Kevin Wolf New
[01/41] qcow2: Unlock during COW - - - - --- 2011-12-05 Kevin Wolf New
[PULL,00/41] Block patches - - - - --- 2011-12-05 Kevin Wolf New
[12/12] vpc: Add missing error handling in alloc_block - - 1 - --- 2011-11-25 Kevin Wolf New
[11/12] vdi: Fix memory leak - - - - --- 2011-11-25 Kevin Wolf New
[10/12] vvfat: Add migration blocker - - - - --- 2011-11-25 Kevin Wolf New
[09/12] vpc: Add migration blocker - - - - --- 2011-11-25 Kevin Wolf New
[08/12] vmdk: Add migration blocker - - - - --- 2011-11-25 Kevin Wolf New
[07/12] vdi: Add migration blocker - - - - --- 2011-11-25 Kevin Wolf New
[06/12] qcow: Add migration blocker - - - - --- 2011-11-25 Kevin Wolf New
[05/12] sheepdog: Avoid deadlock in error path - - - - --- 2011-11-25 Kevin Wolf New
[04/12] scsi-generic: add as boot device - - - - --- 2011-11-25 Kevin Wolf New
[03/12] scsi: fix fw path - - - - --- 2011-11-25 Kevin Wolf New
[02/12] usb-msd: do not register twice in the boot order - - - - --- 2011-11-25 Kevin Wolf New
[01/12] virtio-blk: fix cross-endian config space - - - - --- 2011-11-25 Kevin Wolf New
[PULL,00/12] Block patches for 1.0 - - - - --- 2011-11-25 Kevin Wolf New
qcow2: Allow >4 GB VM state - - - - --- 2011-11-25 Kevin Wolf New
dma-helpers: Add trace events - - 1 - --- 2011-11-24 Kevin Wolf New
vpc: Add missing error handling in alloc_block - - 1 - --- 2011-11-23 Kevin Wolf New
vdi: Fix memory leak - - 1 - --- 2011-11-22 Kevin Wolf New
[5/5] vvfat: Add migration blocker - - - - --- 2011-11-22 Kevin Wolf New
[4/5] vpc: Add migration blocker - - - - --- 2011-11-22 Kevin Wolf New
[3/5] vmdk: Add migration blocker - - - - --- 2011-11-22 Kevin Wolf New
[2/5] vdi: Add migration blocker - - - - --- 2011-11-22 Kevin Wolf New
[1/5] qcow: Add migration blocker - - - - --- 2011-11-22 Kevin Wolf New
[v2,9/9] qcow2: Fix error path in qcow2_snapshot_load_tmp - - - - --- 2011-11-18 Kevin Wolf New
[v2,8/9] qcow2: Fix order in qcow2_snapshot_delete - - - - --- 2011-11-18 Kevin Wolf New
[v2,7/9] qcow2: Fix order of refcount updates in qcow2_snapshot_goto - - - - --- 2011-11-18 Kevin Wolf New
[v2,6/9] qcow2: Return real error in qcow2_snapshot_goto - - - - --- 2011-11-18 Kevin Wolf New
[v2,5/9] qcow2: Rework qcow2_snapshot_create error handling - - - - --- 2011-11-18 Kevin Wolf New
[v2,4/9] qcow2: Cleanups and memleak fix in qcow2_snapshot_create - - - - --- 2011-11-18 Kevin Wolf New
[v2,3/9] qcow2: Update snapshot table information at once - - - - --- 2011-11-18 Kevin Wolf New
[v2,2/9] qcow2: Return real error code in qcow2_write_snapshots - - - - --- 2011-11-18 Kevin Wolf New
[v2,1/9] qcow2: Return real error code in qcow2_read_snapshots - - - - --- 2011-11-18 Kevin Wolf New
[9/9] scsi-block: always use SG_IO for MMC devices - - - - --- 2011-11-18 Kevin Wolf New
[8/9] scsi: pass down REQUEST SENSE to the device when there is no stored sense - - - 1 --- 2011-11-18 Kevin Wolf New
[7/9] scsi: remove block descriptors from CDs - - - 1 --- 2011-11-18 Kevin Wolf New
[6/9] scsi: fix parsing of allocation length field - - - 1 --- 2011-11-18 Kevin Wolf New
[5/9] scsi: update list of commands - - - 1 --- 2011-11-18 Kevin Wolf New
[4/9] atapi: kill MODE SENSE(6), fix MODE SENSE(10) - - - - --- 2011-11-18 Kevin Wolf New
[3/9] scsi-disk: guess geometry - - - - --- 2011-11-18 Kevin Wolf New
[2/9] scsi: fix fw path - - - - --- 2011-11-18 Kevin Wolf New
[1/9] Documentation: Add section about iSCSI LUNS to qemu-doc - - - - --- 2011-11-18 Kevin Wolf New
[PULL,0/9] Block patches for 1.0 - - - - --- 2011-11-18 Kevin Wolf New
[8/8] qcow2: Fix error path in qcow2_snapshot_load_tmp - - - - --- 2011-11-17 Kevin Wolf New
[7/8] qcow2: Fix order in qcow2_snapshot_delete - - - - --- 2011-11-17 Kevin Wolf New
[6/8] qcow2: Fix order of refcount updates in qcow2_snapshot_goto - - - - --- 2011-11-17 Kevin Wolf New
[5/8] qcow2: Return real error in qcow2_snapshot_goto - - - - --- 2011-11-17 Kevin Wolf New
[4/8] qcow2: Rework qcow2_snapshot_create error handling - - - - --- 2011-11-17 Kevin Wolf New
« 1 2 ... 1927 1928 19294309 4310 »