aboutsummaryrefslogtreecommitdiffstats
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-17Wrong error message in block_passwd commandShahar Havivi1-2/+5
2010-02-19block: more read-only changes, related to backing filesNaphtali Sprei1-12/+71
2010-02-10Monitor: remove unneeded checksLuiz Capitulino1-3/+0
2010-02-10block: saner flags filtering in bdrv_open2Christoph Hellwig1-7/+14
2010-02-10block: BLOCK_IO_ERROR QMP eventLuiz Capitulino1-0/+29
2010-02-09Count dirty blocks and expose an API to get dirty countLiran Schour1-2/+14
2010-01-26block: avoid creating too large iovecs in multiwrite_mergeChristoph Hellwig1-0/+4
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau1-1/+1
2010-01-26block: clean up bdrv_open2 structure a bitChristoph Hellwig1-12/+19
2010-01-26No need anymoe for bdrv_set_read_onlyNaphtali Sprei1-7/+0
2010-01-26block: Return original error codes in bdrv_pread/writeKevin Wolf1-16/+18
2010-01-20Revert "block: prevent multiwrite_merge from creating too large iovecs"Anthony Liguori1-4/+0
2010-01-20block: prevent multiwrite_merge from creating too large iovecsChristoph Hellwig1-0/+4
2010-01-20block: fix cache flushing in bdrv_commitChristoph Hellwig1-3/+6
2010-01-20Disable fall-back to read-only when cannot open drive's file for read-writeNaphtali Sprei1-6/+0
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei1-14/+17
2010-01-13block: flush backing_hd in the right placeChristoph Hellwig1-10/+7
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf1-0/+20
2010-01-13block: Introduce BDRV_O_NO_BACKINGKevin Wolf1-2/+2
2009-12-25block.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-2/+2
2009-12-12block: Convert bdrv_info_stats() to QObjectLuiz Capitulino1-12/+72
2009-12-12block: Convert bdrv_info() to QObjectLuiz Capitulino1-20/+103
2009-12-03block migration: Cleanup dirty tracking codeJan Kiszka1-20/+24
2009-12-03block migration: Rework constants APIJan Kiszka1-35/+25
2009-12-03block migration: Fix coding style and whitespacesJan Kiszka1-23/+26
2009-11-17Expose a mechanism to trace block writeslirans@il.ibm.com1-1/+77
2009-11-09Configurable block format whitelistMarkus Armbruster1-1/+37
2009-11-09Added readonly flag to -drive commandNaphtali Sprei1-4/+15
2009-10-27block: Use new AsyncContext for bdrv_read/write emulationKevin Wolf1-4/+18
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-5/+1
2009-09-11block: add aio_flush operationChristoph Hellwig1-0/+40
2009-09-11block: add enable_write_cache flagChristoph Hellwig1-0/+15
2009-09-11Add bdrv_aio_multiwriteKevin Wolf1-0/+183
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig1-1/+2
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela1-2/+2
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig1-6/+8
2009-07-10block: Clean up after deleting BHsAvi Kivity1-0/+2
2009-07-09Revert "support colon in filenames"Anthony Liguori1-17/+10
2009-07-01Fix missing strnlen problemsBlue Swirl1-1/+1
2009-06-29support colon in filenamesRam Pai1-10/+17
2009-06-16Prevent CD-ROM media eject while device is lockedMark McLoughlin1-1/+8
2009-06-16Call qemu_bh_delete at bdrv_aio_bh_cb.Dor Laor1-2/+2
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig1-32/+12
2009-06-15raw-posix: split hdev driversChristoph Hellwig1-17/+43
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig1-40/+25
2009-05-27Drop bdrv_create2Kevin Wolf1-40/+15
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-11/+33
2009-05-22Fix segv when passing an unknown protocolAnthony Liguori1-1/+1
2009-05-14Convert block infrastructure to use new module init functionalityAnthony Liguori1-24/+11
2009-05-08Improve block range checksKevin Wolf1-1/+6