Age | Commit message (Expand) | Author |
2012-06-11 | consolidate qemu_iovec_memset{,_skip}() into single function and use existing... | Michael Tokarev |
2012-05-30 | block: prevent snapshot mode $TMPDIR symlink attack | Jim Meyering |
2012-05-30 | sheepdog: fix return value of do_load_save_vm_state | MORITA Kazutaka |
2012-05-29 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-05-28 | ISCSI: Switch to using READ16/WRITE16 for I/O to the LUN | Ronnie Sahlberg |
2012-05-28 | ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMC | Ronnie Sahlberg |
2012-05-28 | ISCSI: get device type at connection time | Ronnie Sahlberg |
2012-05-28 | ISCSI: change num_blocks to 64-bit | Paolo Bonzini |
2012-05-28 | ISCSI: redo how we set up the events | Ronnie Sahlberg |
2012-05-25 | qcow2: Check qcow2_alloc_clusters_at() return value | Kevin Wolf |
2012-05-25 | sheepdog: use heap instead of stack for BDRVSheepdogState | MORITA Kazutaka |
2012-05-25 | sheepdog: return -errno on error | MORITA Kazutaka |
2012-05-25 | sheepdog: mark image as snapshot when tag is specified | MORITA Kazutaka |
2012-05-25 | qcow2: don't leak buffer for unexpected qcow_version in header | Jim Meyering |
2012-05-14 | qcow2: Don't ignore failure to clear autoclear flags | Kevin Wolf |
2012-05-10 | block: fix warning introduced in efcc7a23 | Anthony Liguori |
2012-05-10 | stream: do not copy unallocated sectors from the base | Paolo Bonzini |
2012-05-10 | stream: fix ratelimiting corner case | Paolo Bonzini |
2012-05-10 | stream: pass new base image format to bdrv_change_backing_file | Paolo Bonzini |
2012-05-10 | block: wait for job callback in block_job_cancel_sync | Paolo Bonzini |
2012-05-10 | block: add block_job_sleep_ns | Paolo Bonzini |
2012-05-10 | block: fix snapshot on QED | Paolo Bonzini |
2012-05-10 | block: update in-memory backing file and format | Paolo Bonzini |
2012-05-10 | block: push bdrv_change_backing_file error checking up from drivers | Paolo Bonzini |
2012-05-08 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-05-07 | qcow2: lock on prealloc | Zhi Yong Wu |
2012-05-07 | qcow2: Limit COW to where it's needed | Kevin Wolf |
2012-05-07 | sheepdog: switch to writethrough mode if cluster doesn't support flush | MORITA Kazutaka |
2012-05-04 | ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNs | Ronnie Sahlberg |
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 |