Age | Commit message (Expand) | Author |
2011-11-21 | Include zlib.h using #include <> | Stefan Weil |
2011-11-21 | qed: add migration blocker (v2) | Anthony Liguori |
2011-11-21 | qcow2: implement bdrv_invalidate_cache (v2) | Anthony Liguori |
2011-11-11 | block: Introduce bdrv_co_flush_to_os | Kevin Wolf |
2011-11-11 | block: Rename bdrv_co_flush to bdrv_co_flush_to_disk | Kevin Wolf |
2011-11-11 | block: Fix vpc initialization of the Dynamic Disk Header | Charles Arnold |
2011-11-11 | vvfat: Fix read-write mode | Kevin Wolf |
2011-11-04 | vvfat: reorganize computation of disk geometry | Paolo Bonzini |
2011-11-04 | vvfat: do not hardcode sector counts in error message | Paolo Bonzini |
2011-11-04 | vvfat: unify and correct computation of sector count | Paolo Bonzini |
2011-11-04 | vvfat: need to use first_sectors_number to distinguish fdd/hdd | Paolo Bonzini |
2011-11-04 | vvfat: do not fail if the disk has spare sectors | Paolo Bonzini |
2011-11-04 | vvfat: fix out of bounds array_get usage | Paolo Bonzini |
2011-11-04 | block/cloop: Use g_free instead of free | Dong Xu Wang |
2011-11-04 | block/cloop: Fix coding style | Dong Xu Wang |
2011-10-31 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2011-10-31 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2011-10-28 | block: fix qcow2_co_flush deadlock | Dong Xu Wang |
2011-10-28 | vmdk: Fix possible segfaults | Kevin Wolf |
2011-10-28 | vmdk: Improve error handling | Kevin Wolf |
2011-10-28 | vmdk: Fix use of uninitialised value | Kevin Wolf |
2011-10-28 | qcow: Fix bdrv_write_compressed error handling | Kevin Wolf |
2011-10-28 | Teach block/vdi about "discarded" (no longer allocated) blocks | Eric Sunshine |
2011-10-28 | iSCSI block driver | Ronnie Sahlberg |
2011-10-26 | qed: remove unneeded variable assignment | Pavel Borzenkov |
2011-10-26 | qed: don't pass NULL to memcpy | Pavel Borzenkov |
2011-10-26 | vmdk: vmdk_read_cid returns garbage if p_name is NULL | Pavel Borzenkov |
2011-10-26 | vmdk: remove unneeded variable assignment | Pavel Borzenkov |
2011-10-21 | block: change discard to co_discard | Paolo Bonzini |
2011-10-21 | block: change flush to co_flush | Paolo Bonzini |
2011-10-21 | block: take lock around bdrv_write implementations | Paolo Bonzini |
2011-10-21 | block: take lock around bdrv_read implementations | Paolo Bonzini |
2011-10-21 | block: add a CoMutex to synchronous read drivers | Paolo Bonzini |
2011-10-21 | vmdk: clean up open | Paolo Bonzini |
2011-10-21 | vmdk: fix return values of vmdk_parent_open | Paolo Bonzini |
2011-10-21 | qcow2: Fix bdrv_write_compressed error handling | Kevin Wolf |
2011-10-21 | block: add bdrv_co_discard and bdrv_aio_discard support | Paolo Bonzini |
2011-10-21 | block: drop redundant bdrv_flush implementation | Stefan Hajnoczi |
2011-10-21 | sheepdog: add coroutine_fn markers | Paolo Bonzini |
2011-10-14 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2011-10-14 | block: use coroutine interface for raw format | Stefan Hajnoczi |
2011-10-14 | raw-posix: remove bdrv_read()/bdrv_write() | Stefan Hajnoczi |
2011-10-14 | block/qcow: Fix use of free() instead of g_free() | Stefan Weil |
2011-10-14 | sheepdog: correct spelling | Dong Xu Wang |
2011-10-11 | vvfat: Fix potential buffer overflow | Kevin Wolf |
2011-10-11 | block/vvfat: Remove unused code | Stefan Weil |
2011-10-11 | block/vvfat: Fix potential memory leaks and other memory errors | Stefan Weil |
2011-10-11 | block: allow resizing of images residing on host devices | Christoph Hellwig |
2011-10-05 | qed: fix use-after-free during l2 cache commit | Stefan Hajnoczi |
2011-09-21 | block/curl: Don't finish AIOCBs too early | Nick Thomas |