]> git.proxmox.com Git - qemu.git/history - block
Merge remote-tracking branch 'alon/libcacard_ccid.2' into staging
[qemu.git] / block /
2013-04-26 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-04-26 Liu Yuansheepdog: fix loadvm operation
2013-04-26 MORITA Kazutakasheepdog: resend write requests when SD_RES_READONLY...
2013-04-26 MORITA Kazutakasheepdog: add helper function to reload inode
2013-04-26 MORITA Kazutakasheepdog: add SD_RES_READONLY result code
2013-04-26 MORITA Kazutakasheepdog: cleanup find_vdi_name
2013-04-26 Kevin Wolfrbd: Fix use after free in rbd_open()
2013-04-26 Liu Yuansheepdog: implement .bdrv_co_is_allocated()
2013-04-26 Liu Yuansheepdog: use BDRV_SECTOR_SIZE
2013-04-26 Liu Yuansheepdog: add discard/trim support for sheepdog
2013-04-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-04-22 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2013-04-22 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-04-22 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-22 Kevin Wolfblock: Remove filename parameter from .bdrv_file_open()
2013-04-22 Kevin Wolfvvfat: Use bdrv_open options instead of filename
2013-04-22 Kevin Wolfsheepdog: Use bdrv_open options instead of filename
2013-04-22 Kevin Wolfrbd: Use bdrv_open options instead of filename
2013-04-22 Kevin Wolfiscsi: Use bdrv_open options instead of filename
2013-04-22 Kevin Wolfgluster: Use bdrv_open options instead of filename
2013-04-22 Kevin Wolfcurl: Use bdrv_open options instead of filename
2013-04-22 Kevin Wolfblkverify: Use bdrv_open options instead of filename
2013-04-22 Kevin Wolfblkdebug: Use bdrv_open options instead of filename
2013-04-22 Kevin Wolfraw-win32: Use bdrv_open options instead of filename
2013-04-22 Kevin Wolfraw-posix: Use bdrv_open options instead of filename
2013-04-22 Kevin Wolfblock: Add driver-specific options for backing files
2013-04-22 Stefan Hajnocziqcow: allow sub-cluster compressed write to last cluster
2013-04-22 Stefan Hajnocziqcow2: allow sub-cluster compressed write to last cluster
2013-04-20 Blue SwirlMerge branch 'arm-devs.next' of git://git.linaro.org...
2013-04-20 Blue SwirlMerge branch 'target-arm.next' of git://git.linaro...
2013-04-20 Blue SwirlMerge branch 'linux-user-for-upstream' of git://git...
2013-04-19 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-04-19 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-04-19 Richard W.M. Jonesssh: Remove unnecessary use of strlen function.
2013-04-19 Stefan Weilblock/ssh: Add missing gcc format attributes
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-04-15 Stefan Hajnoczinbd: set TCP_NODELAY
2013-04-15 Stefan Hajnoczinbd: use TCP_CORK in nbd_co_send_request()
2013-04-15 Stefan Hajnoczinbd: unlock mutex in nbd_co_send_request() error path
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'quintela/migration.next...
2013-04-15 Josh Durginrbd: add an asynchronous flush
2013-04-15 Richard W.M. Jonesblock: ssh: Use libssh2_sftp_fsync (if supported by...
2013-04-15 Richard W.M. Jonesblock: Add support for Secure Shell (ssh) block device.
2013-04-15 Kevin Wolfblock: Introduce bdrv_pwritev() for qcow2_save_vmstate
2013-04-15 Kevin Wolfblock: Introduce bdrv_writev_vmstate
2013-04-13 Aurelien JarnoMerge branch 'mingw' of git://qemu.weilnetz.de/qemu
2013-04-13 Aurelien Jarnoaes: move aes.h from include/block to include/qemu
2013-04-13 Aurelien JarnoMerge branch 'tcg-s390' of git://github.com/rth7680...
2013-04-08 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-04-08 Paolo Bonzinihw: move headers to include/
2013-04-08 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-4-2-13...
2013-04-08 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.79' into staging
2013-04-06 Blue SwirlMerge branch 'arm-devs.next' of git://git.linaro.org...
2013-04-05 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-04-05 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-2013...
2013-04-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-04-05 Kevin Wolfqcow2: Fix L1 write error handling in qcow2_update_snap...
2013-04-05 Kevin Wolfqcow2: Return real error in qcow2_update_snapshot_refcount
2013-04-02 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-02 Stefan Hajnoczioslib-posix: rename socket_set_nonblock() to qemu_set_n...
2013-04-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-03-28 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-03-28 Kevin Wolfqcow2: Gather clusters in a looping loop
2013-03-28 Kevin Wolfqcow2: Move cluster gathering to a non-looping loop
2013-03-28 Kevin Wolfqcow2: Allow requests with multiple l2metas
2013-03-28 Kevin Wolfqcow2: Use byte granularity in qcow2_alloc_cluster_offset()
2013-03-28 Kevin Wolfqcow2: Prepare handle_alloc/copied() for byte granularity
2013-03-28 Kevin Wolfqcow2: handle_copied(): Implement non-zero host_offset
2013-03-28 Kevin Wolfqcow2: handle_copied(): Get rid of keep_clusters parameter
2013-03-28 Kevin Wolfqcow2: handle_copied(): Get rid of nb_clusters parameter
2013-03-28 Kevin Wolfqcow2: Factor out handle_copied()
2013-03-28 Kevin Wolfqcow2: Clean up handle_alloc()
2013-03-28 Kevin Wolfqcow2: Finalise interface of handle_alloc()
2013-03-28 Kevin Wolfqcow2: handle_alloc(): Get rid of keep_clusters parameter
2013-03-28 Kevin Wolfqcow2: handle_alloc(): Get rid of nb_clusters parameter
2013-03-28 Kevin Wolfqcow2: Factor out handle_alloc()
2013-03-28 Kevin Wolfqcow2: Decouple cluster allocation from cluster reuse...
2013-03-28 Kevin Wolfqcow2: Change handle_dependency to byte granularity
2013-03-28 Kevin Wolfqcow2: Improve check for overlapping allocations
2013-03-28 Kevin Wolfqcow2: Handle dependencies earlier
2013-03-28 Kevin Wolfqcow2: Remove bogus unlock of s->lock
2013-03-28 Kevin Wolfqcow2: Fix "total clusters" number in bdrv_check
2013-03-26 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-03-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-03-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-03-25 Stefan Weilblock: Add options QDict to bdrv_file_open() prototypes...
2013-03-25 Liu Yuanrbd: fix compile error
2013-03-23 Blue SwirlMerge branch 'for-upstream' of git://github.com/mwalle...
2013-03-22 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://github.com...
2013-03-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-03-22 Kevin Wolfnbd: Check against invalid option combinations
2013-03-22 Kevin Wolfnbd: Use default port if only host is specified
2013-03-22 Kevin Wolfblock: Make find_image_format safe with NULL filename
2013-03-22 Kevin Wolfblock: Introduce .bdrv_parse_filename callback
2013-03-22 Kevin Wolfnbd: Accept -drive options for the network connection
2013-03-22 Kevin Wolfnbd: Keep hostname and port separate
2013-03-22 Kevin Wolfblock: Add options QDict to bdrv_file_open() prototypes
2013-03-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/ipxe.2' into staging
next