aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2011-10-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-10-31Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-10-28block: fix qcow2_co_flush deadlockDong Xu Wang
2011-10-28vmdk: Fix possible segfaultsKevin Wolf
2011-10-28vmdk: Improve error handlingKevin Wolf
2011-10-28vmdk: Fix use of uninitialised valueKevin Wolf
2011-10-28qcow: Fix bdrv_write_compressed error handlingKevin Wolf
2011-10-28Teach block/vdi about "discarded" (no longer allocated) blocksEric Sunshine
2011-10-28iSCSI block driverRonnie Sahlberg
2011-10-26qed: remove unneeded variable assignmentPavel Borzenkov
2011-10-26qed: don't pass NULL to memcpyPavel Borzenkov
2011-10-26vmdk: vmdk_read_cid returns garbage if p_name is NULLPavel Borzenkov
2011-10-26vmdk: remove unneeded variable assignmentPavel Borzenkov
2011-10-21block: change discard to co_discardPaolo Bonzini
2011-10-21block: change flush to co_flushPaolo Bonzini
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini
2011-10-21vmdk: clean up openPaolo Bonzini
2011-10-21vmdk: fix return values of vmdk_parent_openPaolo Bonzini
2011-10-21qcow2: Fix bdrv_write_compressed error handlingKevin Wolf
2011-10-21block: add bdrv_co_discard and bdrv_aio_discard supportPaolo Bonzini
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi
2011-10-21sheepdog: add coroutine_fn markersPaolo Bonzini
2011-10-14Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-10-14block: use coroutine interface for raw formatStefan Hajnoczi
2011-10-14raw-posix: remove bdrv_read()/bdrv_write()Stefan Hajnoczi
2011-10-14block/qcow: Fix use of free() instead of g_free()Stefan Weil
2011-10-14sheepdog: correct spellingDong Xu Wang
2011-10-11vvfat: Fix potential buffer overflowKevin Wolf
2011-10-11block/vvfat: Remove unused codeStefan Weil
2011-10-11block/vvfat: Fix potential memory leaks and other memory errorsStefan Weil
2011-10-11block: allow resizing of images residing on host devicesChristoph Hellwig
2011-10-05qed: fix use-after-free during l2 cache commitStefan Hajnoczi
2011-09-21block/curl: Don't finish AIOCBs too earlyNick Thomas
2011-09-21block/curl: Implement a flush function on the fd handlersNick Thomas
2011-09-20rbd: allow escaping in config stringSage Weil
2011-09-20rbd: call flush, if availableSage Weil
2011-09-20rbd: update comment headingSage Weil
2011-09-20rbd: ignore failures when reading from default conf locationSage Weil
2011-09-20VMDK: fix leak of extent_fileFam Zheng
2011-09-19raw-posix: Fix bdrv_flush error return valuesKevin Wolf
2011-09-19nbd: support feature negotiationPaolo Bonzini
2011-09-16Remove blanks before \n in output stringsStefan Weil
2011-09-12qcow2: fix range checkFrediano Ziglio
2011-09-12qcow2: align cluster_data to block to improve performance using O_DIRECTFrediano Ziglio
2011-09-12qcow2: initialize metadata before inserting in cluster_allocsFrediano Ziglio
2011-09-12nbd: Clean up use of block_int.hMarkus Armbruster
2011-09-12rbd: fix leak in qemu_rbd_open failure pathsSage Weil
2011-09-12rbd: clean up, fix styleSage Weil