aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2011-11-11block: Introduce bdrv_co_flush_to_osKevin Wolf
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf
2011-11-11block: Fix vpc initialization of the Dynamic Disk HeaderCharles Arnold
2011-11-11vvfat: Fix read-write modeKevin Wolf
2011-11-04vvfat: reorganize computation of disk geometryPaolo Bonzini
2011-11-04vvfat: do not hardcode sector counts in error messagePaolo Bonzini
2011-11-04vvfat: unify and correct computation of sector countPaolo Bonzini
2011-11-04vvfat: need to use first_sectors_number to distinguish fdd/hddPaolo Bonzini
2011-11-04vvfat: do not fail if the disk has spare sectorsPaolo Bonzini
2011-11-04vvfat: fix out of bounds array_get usagePaolo Bonzini
2011-11-04block/cloop: Use g_free instead of freeDong Xu Wang
2011-11-04block/cloop: Fix coding styleDong Xu Wang
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