Age | Commit message (Expand) | Author |
2013-04-26 | sheepdog: fix loadvm operation | Liu Yuan |
2013-04-26 | sheepdog: resend write requests when SD_RES_READONLY is received | MORITA Kazutaka |
2013-04-26 | sheepdog: add helper function to reload inode | MORITA Kazutaka |
2013-04-26 | sheepdog: add SD_RES_READONLY result code | MORITA Kazutaka |
2013-04-26 | sheepdog: cleanup find_vdi_name | MORITA Kazutaka |
2013-04-26 | rbd: Fix use after free in rbd_open() | Kevin Wolf |
2013-04-26 | sheepdog: implement .bdrv_co_is_allocated() | Liu Yuan |
2013-04-26 | sheepdog: use BDRV_SECTOR_SIZE | Liu Yuan |
2013-04-26 | sheepdog: add discard/trim support for sheepdog | Liu Yuan |
2013-04-22 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2013-04-22 | Merge remote-tracking branch 'bonzini/nbd-next' into staging | Anthony Liguori |
2013-04-22 | block: Remove filename parameter from .bdrv_file_open() | Kevin Wolf |
2013-04-22 | vvfat: Use bdrv_open options instead of filename | Kevin Wolf |
2013-04-22 | sheepdog: Use bdrv_open options instead of filename | Kevin Wolf |
2013-04-22 | rbd: Use bdrv_open options instead of filename | Kevin Wolf |
2013-04-22 | iscsi: Use bdrv_open options instead of filename | Kevin Wolf |
2013-04-22 | gluster: Use bdrv_open options instead of filename | Kevin Wolf |
2013-04-22 | curl: Use bdrv_open options instead of filename | Kevin Wolf |
2013-04-22 | blkverify: Use bdrv_open options instead of filename | Kevin Wolf |
2013-04-22 | blkdebug: Use bdrv_open options instead of filename | Kevin Wolf |
2013-04-22 | raw-win32: Use bdrv_open options instead of filename | Kevin Wolf |
2013-04-22 | raw-posix: Use bdrv_open options instead of filename | Kevin Wolf |
2013-04-22 | block: Add driver-specific options for backing files | Kevin Wolf |
2013-04-22 | qcow: allow sub-cluster compressed write to last cluster | Stefan Hajnoczi |
2013-04-22 | qcow2: allow sub-cluster compressed write to last cluster | Stefan Hajnoczi |
2013-04-19 | ssh: Remove unnecessary use of strlen function. | Richard W.M. Jones |
2013-04-19 | block/ssh: Add missing gcc format attributes | Stefan Weil |
2013-04-15 | nbd: set TCP_NODELAY | Stefan Hajnoczi |
2013-04-15 | nbd: use TCP_CORK in nbd_co_send_request() | Stefan Hajnoczi |
2013-04-15 | nbd: unlock mutex in nbd_co_send_request() error path | Stefan Hajnoczi |
2013-04-15 | rbd: add an asynchronous flush | Josh Durgin |
2013-04-15 | block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk. | Richard W.M. Jones |
2013-04-15 | block: Add support for Secure Shell (ssh) block device. | Richard W.M. Jones |
2013-04-15 | block: Introduce bdrv_pwritev() for qcow2_save_vmstate | Kevin Wolf |
2013-04-15 | block: Introduce bdrv_writev_vmstate | Kevin Wolf |
2013-04-13 | aes: move aes.h from include/block to include/qemu | Aurelien Jarno |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-04-05 | qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcount | Kevin Wolf |
2013-04-05 | qcow2: Return real error in qcow2_update_snapshot_refcount | Kevin Wolf |
2013-04-02 | oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() | Stefan Hajnoczi |
2013-03-28 | qcow2: Gather clusters in a looping loop | Kevin Wolf |
2013-03-28 | qcow2: Move cluster gathering to a non-looping loop | Kevin Wolf |
2013-03-28 | qcow2: Allow requests with multiple l2metas | Kevin Wolf |
2013-03-28 | qcow2: Use byte granularity in qcow2_alloc_cluster_offset() | Kevin Wolf |
2013-03-28 | qcow2: Prepare handle_alloc/copied() for byte granularity | Kevin Wolf |
2013-03-28 | qcow2: handle_copied(): Implement non-zero host_offset | Kevin Wolf |
2013-03-28 | qcow2: handle_copied(): Get rid of keep_clusters parameter | Kevin Wolf |
2013-03-28 | qcow2: handle_copied(): Get rid of nb_clusters parameter | Kevin Wolf |
2013-03-28 | qcow2: Factor out handle_copied() | Kevin Wolf |
2013-03-28 | qcow2: Clean up handle_alloc() | Kevin Wolf |