aboutsummaryrefslogtreecommitdiff
path: root/block_int.h
AgeCommit message (Expand)Author
2011-08-02block: Add bdrv_co_readv/writevKevin Wolf
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster
2011-08-01block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng
2011-07-19VMDK: create different subformatsFam Zheng
2011-06-15Replaced tabs with spaces in block.h and block_int.hDevin Nakamura
2011-05-19block: Remove type hint, it's guest matter, doesn't belong hereMarkus Armbruster
2011-02-07Add flag to indicate external users to block deviceMarcelo Tosatti
2011-01-31block: tell drivers about an image resizeChristoph Hellwig
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi
2010-12-17block: add discard supportChristoph Hellwig
2010-12-14qemu-img: Deprecate obsolete -6 and -e optionsJes Sorensen
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-10-22Copy snapshots out of QCOW2 diskedison
2010-09-08Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori
2010-08-03block: Change bdrv_eject() not to drop the imageMarkus Armbruster
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf
2010-07-26block: default to 0 minimal / optiomal I/O sizeChristoph Hellwig
2010-07-15Make default invocation of block drivers safer (v3)Anthony Liguori
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster
2010-06-22block: fix physical_block_size calculationChristoph Hellwig
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster
2010-05-03block: Add wr_highest_sector blockstatKevin Wolf
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-04-23block: Convert first_drv to QLISTStefan Hajnoczi
2010-04-23block: Convert bdrv_first to QTAILQStefan Hajnoczi
2010-04-23block: Do not export bdrv_firstStefan Hajnoczi
2010-04-23blkdebug: Add events and rulesKevin Wolf
2010-03-17block: add logical_block_size propertyChristoph Hellwig
2010-02-19block: more read-only changes, related to backing filesNaphtali Sprei
2010-02-10block: add topology qdev propertiesChristoph Hellwig
2010-02-09Count dirty blocks and expose an API to get dirty countLiran Schour
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf
2009-12-03qemu-img: There is more than one host device driverKevin Wolf
2009-12-03block migration: Cleanup dirty tracking codeJan Kiszka
2009-11-17Expose a mechanism to trace block writeslirans@il.ibm.com
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-27qcow2: Metadata preallocationKevin Wolf
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig
2009-05-22qcow2: Allow different cluster sizesKevin Wolf
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf
2009-04-22implement qemu_blockalign (Stefano Stabellini)aliguori
2009-04-21Introduce bdrv_check (Kevin Wolf)aliguori