aboutsummaryrefslogtreecommitdiff
path: root/block_int.h
AgeCommit message (Expand)Author
2010-08-03block: Change bdrv_eject() not to drop the imageMarkus Armbruster
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf
2010-07-28block: 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
2009-04-07push down vector linearization to posix-aio-compat.c (Christoph Hellwig)aliguori
2009-04-05Fix savevm after BDRV_FILE size enforcementaliguori
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
2009-03-20Refactor aio callback allocation to use an aiocb pool (Avi Kivity)aliguori
2009-03-12Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)aliguori
2009-03-12Add internal scsi generic block API (Avi Kivity)aliguori
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori
2009-03-03Fix CVE-2008-0928 - insufficient block device address range checking (Anthony...aliguori
2009-02-11qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori
2008-11-08Use an option rom instead of boot sector for -kernelaliguori
2008-09-17Fix warnings that would be caused by ld flag --warn-commonblueswir1
2008-03-11Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel32
2008-03-11Fix CVE-2008-0928 - insufficient block device address range checkingaurel32
2007-12-24Real SCSI device passthrough (v4), by Laurent Vivier.ths
2007-12-02Collecting block device statistics, by Richard W.M. Jones.ths