Age | Commit message (Expand) | Author |
2012-05-02 | rbd: add discard support | Josh Durgin |
2012-05-02 | qcow2: fix the return value -ENOENT -> -EEXIST | Zhi Yong Wu |
2012-05-02 | qcow2: Don't hold cache references across yield | Kevin Wolf |
2012-05-02 | qcow2: Remove unused parameter in do_alloc_cluster_offset | Kevin Wolf |
2012-05-02 | block/qcow2: Add missing GCC_FMT_ATTR to function report_unsupported() | Stefan Weil |
2012-05-01 | raw-posix: Do not use CONFIG_COCOA macro | Pavel Borzenkov |
2012-04-27 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori |
2012-04-27 | block: add 'speed' optional parameter to block-stream | Stefan Hajnoczi |
2012-04-27 | block: change block-job-set-speed argument from 'value' to 'speed' | Stefan Hajnoczi |
2012-04-27 | block: use Error mechanism instead of -errno for block_job_set_speed() | Stefan Hajnoczi |
2012-04-27 | block: use Error mechanism instead of -errno for block_job_create() | Stefan Hajnoczi |
2012-04-26 | nbd: Fix uninitialised use of s->sock | Kevin Wolf |
2012-04-23 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-04-20 | qcow2: Zero write support | Kevin Wolf |
2012-04-20 | qcow2: Support for feature table header extension | Kevin Wolf |
2012-04-20 | qcow2: Support reading zero clusters | Kevin Wolf |
2012-04-20 | qcow2: Version 3 images | Kevin Wolf |
2012-04-20 | qcow2: Ignore reserved bits in check_refcounts | Kevin Wolf |
2012-04-20 | qcow2: Ignore reserved bits in refcount table entries | Kevin Wolf |
2012-04-20 | qcow2: Simplify count_cow_clusters | Kevin Wolf |
2012-04-20 | qcow2: Refactor qcow2_free_any_clusters | Kevin Wolf |
2012-04-20 | qcow2: Ignore reserved bits in L1/L2 entries | Kevin Wolf |
2012-04-20 | qcow2: Fail write_compressed when overwriting data | Kevin Wolf |
2012-04-20 | qcow2: Ignore reserved bits in count_contiguous_clusters() | Kevin Wolf |
2012-04-20 | qcow2: Ignore reserved bits in get_cluster_offset | Kevin Wolf |
2012-04-20 | qcow2: Save disk size in snapshot header | Kevin Wolf |
2012-04-20 | qcow2: Fix refcount block allocation during qcow2_alloc_cluster_at() | Kevin Wolf |
2012-04-19 | aio: remove process_queue callback and qemu_aio_process_queue | Paolo Bonzini |
2012-04-19 | nbd: do not block in nbd_wr_sync if no data at all is available | Paolo Bonzini |
2012-04-19 | nbd: consistently return negative errno values | Paolo Bonzini |
2012-04-19 | nbd: consistently check for <0 or >=0 | Paolo Bonzini |
2012-04-19 | nbd: avoid out of bounds access to recv_coroutine array | Paolo Bonzini |
2012-04-19 | qcow2: Fix return value of alloc_refcount_block | Kevin Wolf |
2012-04-19 | qcow2: Fix error handling in qcow2_alloc_cluster_offset | Kevin Wolf |
2012-04-19 | block: Fix spelling in comment (ineffcient -> inefficient) | Stefan Weil |
2012-04-10 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-04-05 | qed: remove incoming live migration blocker | Benoît Canet |
2012-04-05 | qed: honor BDRV_O_INCOMING for incoming live migration | Benoît Canet |
2012-04-05 | qed: add bdrv_invalidate_cache to be called after incoming live migration | Benoît Canet |
2012-04-05 | block stream: close unused files and update ->backing_hd | Marcelo Tosatti |
2012-04-05 | sheepdog: fix send req helpers | Liu Yuan |
2012-04-05 | sheepdog: implement SD_OP_FLUSH_VDI operation | Liu Yuan |
2012-04-05 | qed: track dirty flag status | Dong Xu Wang |
2012-04-05 | qed: image fragmentation statistics | Dong Xu Wang |
2012-04-05 | block: set job->speed in block_set_speed | Paolo Bonzini |
2012-04-05 | block: fix streaming/closing race | Paolo Bonzini |
2012-04-05 | vdi: change goto to loop | Paolo Bonzini |
2012-04-05 | vdi: do not create useless iovecs | Paolo Bonzini |
2012-04-05 | vdi: leave bounce buffering to block layer | Paolo Bonzini |
2012-04-05 | vdi: move aiocb fields to locals | Paolo Bonzini |