summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* Monitor: remove unneeded checksLuiz Capitulino2010-02-101-3/+0
* block: saner flags filtering in bdrv_open2Christoph Hellwig2010-02-101-7/+14
* block: BLOCK_IO_ERROR QMP eventLuiz Capitulino2010-02-101-0/+29
* Count dirty blocks and expose an API to get dirty countLiran Schour2010-02-091-2/+14
* block: avoid creating too large iovecs in multiwrite_mergeChristoph Hellwig2010-01-261-0/+4
* win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* block: clean up bdrv_open2 structure a bitChristoph Hellwig2010-01-261-12/+19
* No need anymoe for bdrv_set_read_onlyNaphtali Sprei2010-01-261-7/+0
* block: Return original error codes in bdrv_pread/writeKevin Wolf2010-01-261-16/+18
* Revert "block: prevent multiwrite_merge from creating too large iovecs"Anthony Liguori2010-01-201-4/+0
* block: prevent multiwrite_merge from creating too large iovecsChristoph Hellwig2010-01-201-0/+4
* block: fix cache flushing in bdrv_commitChristoph Hellwig2010-01-201-3/+6
* Disable fall-back to read-only when cannot open drive's file for read-writeNaphtali Sprei2010-01-201-6/+0
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-14/+17
* block: flush backing_hd in the right placeChristoph Hellwig2010-01-131-10/+7
* block: Add bdrv_change_backing_fileKevin Wolf2010-01-131-0/+20
* block: Introduce BDRV_O_NO_BACKINGKevin Wolf2010-01-131-2/+2
* block.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov2009-12-251-2/+2
* block: Convert bdrv_info_stats() to QObjectLuiz Capitulino2009-12-121-12/+72
* block: Convert bdrv_info() to QObjectLuiz Capitulino2009-12-121-20/+103
* block migration: Cleanup dirty tracking codeJan Kiszka2009-12-031-20/+24
* block migration: Rework constants APIJan Kiszka2009-12-031-35/+25
* block migration: Fix coding style and whitespacesJan Kiszka2009-12-031-23/+26
* Expose a mechanism to trace block writeslirans@il.ibm.com2009-11-171-1/+77
* Configurable block format whitelistMarkus Armbruster2009-11-091-1/+37
* Added readonly flag to -drive commandNaphtali Sprei2009-11-091-4/+15
* block: Use new AsyncContext for bdrv_read/write emulationKevin Wolf2009-10-271-4/+18
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-5/+1
* block: add aio_flush operationChristoph Hellwig2009-09-111-0/+40
* block: add enable_write_cache flagChristoph Hellwig2009-09-111-0/+15
* Add bdrv_aio_multiwriteKevin Wolf2009-09-111-0/+183
* raw-posix: add Linux native AIO supportChristoph Hellwig2009-08-271-1/+2
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-2/+2
* replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig2009-07-161-6/+8
* block: Clean up after deleting BHsAvi Kivity2009-07-101-0/+2
* Revert "support colon in filenames"Anthony Liguori2009-07-091-17/+10
* Fix missing strnlen problemsBlue Swirl2009-07-011-1/+1
* support colon in filenamesRam Pai2009-06-291-10/+17
* Prevent CD-ROM media eject while device is lockedMark McLoughlin2009-06-161-1/+8
* Call qemu_bh_delete at bdrv_aio_bh_cb.Dor Laor2009-06-161-2/+2
* block: add bdrv_probe_device methodChristoph Hellwig2009-06-151-32/+12
* raw-posix: split hdev driversChristoph Hellwig2009-06-151-17/+43
* fully split aio_pool from BlockDriverChristoph Hellwig2009-05-271-40/+25
* Drop bdrv_create2Kevin Wolf2009-05-271-40/+15
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-11/+33
* Fix segv when passing an unknown protocolAnthony Liguori2009-05-221-1/+1
* Convert block infrastructure to use new module init functionalityAnthony Liguori2009-05-141-24/+11
* Improve block range checksKevin Wolf2009-05-081-1/+6
* implement qemu_blockalign (Stefano Stabellini)aliguori2009-04-221-1/+8
* Introduce bdrv_check (Kevin Wolf)aliguori2009-04-211-0/+14
OpenPOWER on IntegriCloud