aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2010-01-20Revert "block: prevent multiwrite_merge from creating too large iovecs"Anthony Liguori
2010-01-20block: prevent multiwrite_merge from creating too large iovecsChristoph Hellwig
2010-01-20block: fix cache flushing in bdrv_commitChristoph Hellwig
2010-01-20Disable fall-back to read-only when cannot open drive's file for read-writeNaphtali Sprei
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei
2010-01-13block: flush backing_hd in the right placeChristoph Hellwig
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf
2010-01-13block: Introduce BDRV_O_NO_BACKINGKevin Wolf
2009-12-25block.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2009-12-12block: Convert bdrv_info_stats() to QObjectLuiz Capitulino
2009-12-12block: Convert bdrv_info() to QObjectLuiz Capitulino
2009-12-03block migration: Cleanup dirty tracking codeJan Kiszka
2009-12-03block migration: Rework constants APIJan Kiszka
2009-12-03block migration: Fix coding style and whitespacesJan Kiszka
2009-11-17Expose a mechanism to trace block writeslirans@il.ibm.com
2009-11-09Configurable block format whitelistMarkus Armbruster
2009-11-09Added readonly flag to -drive commandNaphtali Sprei
2009-10-27block: Use new AsyncContext for bdrv_read/write emulationKevin Wolf
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11block: add aio_flush operationChristoph Hellwig
2009-09-11block: add enable_write_cache flagChristoph Hellwig
2009-09-11Add bdrv_aio_multiwriteKevin Wolf
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig
2009-07-10block: Clean up after deleting BHsAvi Kivity
2009-07-09Revert "support colon in filenames"Anthony Liguori
2009-07-01Fix missing strnlen problemsBlue Swirl
2009-06-29support colon in filenamesRam Pai
2009-06-16Prevent CD-ROM media eject while device is lockedMark McLoughlin
2009-06-16Call qemu_bh_delete at bdrv_aio_bh_cb.Dor Laor
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig
2009-06-15raw-posix: split hdev driversChristoph Hellwig
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig
2009-05-27Drop bdrv_create2Kevin Wolf
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf
2009-05-22Fix segv when passing an unknown protocolAnthony Liguori
2009-05-14Convert block infrastructure to use new module init functionalityAnthony Liguori
2009-05-08Improve block range checksKevin Wolf
2009-04-22implement qemu_blockalign (Stefano Stabellini)aliguori
2009-04-21Introduce bdrv_check (Kevin Wolf)aliguori
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir1
2009-04-07native preadv/pwritev support (Christoph Hellwig)aliguori
2009-04-07push down vector linearization to posix-aio-compat.c (Christoph Hellwig)aliguori
2009-04-07remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori
2009-04-05Fix savevm after BDRV_FILE size enforcementaliguori
2009-03-29check for bs->drv in bdrv_flush (Christoph Hellwig)aliguori
2009-03-29remove dead code in bdrv_check_request (Christoph Hellwig)aliguori
2009-03-28block: support known backing format for image create and open (Uri Lublin)aliguori
2009-03-28new scsi-generic abstraction, use SG_IO (Christoph Hellwig)aliguori