aboutsummaryrefslogtreecommitdiffstats
path: root/block_int.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-28stream: add on-error argumentPaolo Bonzini1-1/+2
2012-09-28block: introduce block job errorPaolo Bonzini1-0/+4
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini1-1/+1
2012-09-28iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini1-1/+1
2012-09-28block: move job APIs to separate filesPaolo Bonzini1-151/+0
2012-09-28block: fix documentation of block_job_cancel_syncPaolo Bonzini1-7/+5
2012-09-28block: add live block commit functionalityJeff Cody1-0/+16
2012-09-24block: remove keep_read_only flag from BlockDriverState structJeff Cody1-1/+0
2012-09-24block: Framework for reopening files safelyJeff Cody1-0/+8
2012-08-13block: block_int: include qerror.hLuiz Capitulino1-0/+1
2012-08-06qcow2: implement lazy refcountsStefan Hajnoczi1-12/+14
2012-07-17block: Geometry and translation hints are now useless, purge themMarkus Armbruster1-1/+0
2012-06-15qemu-img check -r for repairing imagesKevin Wolf1-1/+2
2012-05-30block: prevent snapshot mode $TMPDIR symlink attackJim Meyering1-1/+1
2012-05-10block: wait for job callback in block_job_cancel_syncPaolo Bonzini1-1/+10
2012-05-10block: add block_job_sleep_nsPaolo Bonzini1-7/+15
2012-05-10block: fix snapshot on QEDPaolo Bonzini1-0/+1
2012-04-27block: add 'speed' optional parameter to block-streamStefan Hajnoczi1-3/+6
2012-04-27block: change block-job-set-speed argument from 'value' to 'speed'Stefan Hajnoczi1-2/+2
2012-04-27block: use Error mechanism instead of -errno for block_job_set_speed()Stefan Hajnoczi1-2/+3
2012-04-27block: use Error mechanism instead of -errno for block_job_create()Stefan Hajnoczi1-4/+7
2012-04-20qcow2: Version 3 imagesKevin Wolf1-0/+1
2012-04-05block: document job APIPaolo Bonzini1-3/+112
2012-04-05block: fix streaming/closing racePaolo Bonzini1-0/+2
2012-04-05aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini1-18/+0
2012-02-29qapi: Introduce blockdev-group-snapshot-sync commandJeff Cody1-0/+6
2012-02-29block: drop aio_multiwrite in BlockDriverPaolo Bonzini1-6/+0
2012-02-29block: remove unused fields in BlockDriverStatePaolo Bonzini1-5/+0
2012-02-22block: bdrv_eject(): Make eject_flag a real boolLuiz Capitulino1-1/+1
2012-02-09block: add .bdrv_co_write_zeroes() interfaceStefan Hajnoczi1-0/+8
2012-01-26block: add support for partial streamingMarcelo Tosatti1-1/+2
2012-01-26block: add image streaming block jobStefan Hajnoczi1-0/+3
2012-01-26block: add BlockJob interface for long-running operationsStefan Hajnoczi1-0/+40
2012-01-26block: make copy-on-read a per-request flagStefan Hajnoczi1-0/+3
2011-12-05block: add interface to toggle copy-on-readStefan Hajnoczi1-0/+2
2011-12-05block: add request trackingStefan Hajnoczi1-0/+4
2011-12-05block: drop .bdrv_is_allocated() interfaceStefan Hajnoczi1-2/+0
2011-12-05block: add .bdrv_co_is_allocated()Stefan Hajnoczi1-0/+2
2011-12-05block: add I/O throttling algorithmZhi Yong Wu1-0/+1
2011-12-05block: add the blockio limits command line supportZhi Yong Wu1-0/+29
2011-11-21block: allow migration to work with image files (v3)Anthony Liguori1-0/+5
2011-11-11block: Introduce bdrv_co_flush_to_osKevin Wolf1-0/+7
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf1-1/+6
2011-10-27qapi: Convert query-blockLuiz Capitulino1-1/+2
2011-10-27block: iostatus: Drop BDRV_IOS_INVALLuiz Capitulino1-0/+1
2011-10-21block: change discard to co_discardPaolo Bonzini1-2/+0
2011-10-21block: change flush to co_flushPaolo Bonzini1-1/+0
2011-10-21block: add bdrv_co_discard and bdrv_aio_discard supportPaolo Bonzini1-2/+7
2011-10-21block: unify flush implementationsPaolo Bonzini1-0/+1
2011-10-11block: Keep track of devices' I/O statusLuiz Capitulino1-0/+1
2011-09-12block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster1-35/+0
2011-09-12block: Drop BlockDriverState member removableMarkus Armbruster1-1/+0
2011-09-12block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster1-1/+1
2011-09-12block: Drop medium lock tracking, ask device models insteadMarkus Armbruster1-1/+0
2011-09-12block: Drop tray status tracking, no longer usedMarkus Armbruster1-1/+0
2011-09-06block: Declare qemu_blockalign() in block.h, not block_int.hMarkus Armbruster1-2/+0
2011-09-06block: Leave tracking media change to device modelsMarkus Armbruster1-1/+0
2011-09-06block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster1-3/+0
2011-09-06block: Generalize change_cb() to BlockDevOpsMarkus Armbruster1-3/+2
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster1-1/+2
2011-08-26block: latency accountingChristoph Hellwig1-0/+2
2011-08-25block: explicit I/O accountingChristoph Hellwig1-5/+2
2011-08-23block: include flush requests in info blockstatsChristoph Hellwig1-0/+1
2011-08-02block: Add bdrv_co_readv/writevKevin Wolf1-0/+6
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster1-1/+1
2011-08-01block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster1-1/+1
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng1-0/+1
2011-07-19VMDK: create different subformatsFam Zheng1-0/+1
2011-06-15Replaced tabs with spaces in block.h and block_int.hDevin Nakamura1-2/+2
2011-05-19block: Remove type hint, it's guest matter, doesn't belong hereMarkus Armbruster1-1/+0
2011-02-07Add flag to indicate external users to block deviceMarcelo Tosatti1-0/+1
2011-01-31block: tell drivers about an image resizeChristoph Hellwig1-1/+4
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi1-0/+1
2010-12-17block: add discard supportChristoph Hellwig1-1/+6
2010-12-14qemu-img: Deprecate obsolete -6 and -e optionsJes Sorensen1-1/+0
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-1/+3
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-1/+1
2010-10-22Copy snapshots out of QCOW2 diskedison1-0/+2
2010-09-08Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori1-1/+0
2010-08-03block: Change bdrv_eject() not to drop the imageMarkus Armbruster1-0/+1
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf1-2/+5
2010-07-26block: default to 0 minimal / optiomal I/O sizeChristoph Hellwig1-2/+2
2010-07-15Make default invocation of block drivers safer (v3)Anthony Liguori1-0/+1
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf1-2/+5
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster1-0/+2
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster1-4/+2
2010-06-22block: fix physical_block_size calculationChristoph Hellwig1-1/+3
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster1-0/+1
2010-05-03block: Add wr_highest_sector blockstatKevin Wolf1-0/+1
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-1/+4
2010-04-23block: Convert first_drv to QLISTStefan Hajnoczi1-1/+1
2010-04-23block: Convert bdrv_first to QTAILQStefan Hajnoczi1-1/+2
2010-04-23block: Do not export bdrv_firstStefan Hajnoczi1-2/+0
2010-04-23blkdebug: Add events and rulesKevin Wolf1-0/+2
2010-03-17block: add logical_block_size propertyChristoph Hellwig1-0/+3
2010-02-19block: more read-only changes, related to backing filesNaphtali Sprei1-0/+2
2010-02-10block: add topology qdev propertiesChristoph Hellwig1-0/+27
2010-02-09Count dirty blocks and expose an API to get dirty countLiran Schour1-0/+1
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf1-0/+3
2009-12-03qemu-img: There is more than one host device driverKevin Wolf1-0/+3
2009-12-03block migration: Cleanup dirty tracking codeJan Kiszka1-2/+1
2009-11-17Expose a mechanism to trace block writeslirans@il.ibm.com1-0/+2
2009-09-11block: add aio_flush operationChristoph Hellwig1-0/+2
2009-09-11block: add enable_write_cache flagChristoph Hellwig1-0/+3
2009-09-11Add bdrv_aio_multiwriteKevin Wolf1-0/+6
2009-08-27qcow2: Metadata preallocationKevin Wolf1-0/+1
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig1-4/+4
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig1-0/+5
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig1-11/+2
2009-05-22qcow2: Allow different cluster sizesKevin Wolf1-0/+1
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-6/+11
2009-04-22implement qemu_blockalign (Stefano Stabellini)aliguori1-0/+5
2009-04-21Introduce bdrv_check (Kevin Wolf)aliguori1-0/+3
2009-04-07push down vector linearization to posix-aio-compat.c (Christoph Hellwig)aliguori1-4/+4
2009-04-05Fix savevm after BDRV_FILE size enforcementaliguori1-0/+5
2009-03-28block: support known backing format for image create and open (Uri Lublin)aliguori1-0/+7
2009-03-28new scsi-generic abstraction, use SG_IO (Christoph Hellwig)aliguori1-10/+3
2009-03-20Refactor aio callback allocation to use an aiocb pool (Avi Kivity)aliguori1-1/+13
2009-03-12Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)aliguori1-4/+0
2009-03-12Add internal scsi generic block API (Avi Kivity)aliguori1-0/+10
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori1-0/+1
2009-03-03Fix CVE-2008-0928 - insufficient block device address range checking (Anthony...aliguori1-0/+3
2009-02-11qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori1-0/+1
2008-11-08Use an option rom instead of boot sector for -kernelaliguori1-3/+0
2008-09-17Fix warnings that would be caused by ld flag --warn-commonblueswir11-1/+1
2008-03-11Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel321-1/+0
2008-03-11Fix CVE-2008-0928 - insufficient block device address range checkingaurel321-0/+1
2007-12-24Real SCSI device passthrough (v4), by Laurent Vivier.ths1-0/+4
2007-12-02Collecting block device statistics, by Richard W.M. Jones.ths1-0/+6
2007-11-11Split block API from vl.h.pbrook1-0/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16vmdk compatibility level 6 images, by Soren Hansen.ths1-0/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-13/+13
2006-08-19better support of host drivesbellard1-3/+9
2006-08-07Dynamically allocate AIO Completion Blocks.pbrook1-11/+16
2006-08-06qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectorsbellard1-1/+2
2006-08-05multiple snapshot supportbellard1-0/+11
2006-08-01async file I/O APIbellard1-2/+30
2006-06-04Disk cache flush support.pbrook1-0/+1
2005-12-18qcow_make_empty() support (Johannes Schindelin)bellard1-0/+3
2004-11-16better BIOS ATA translation supportbellard1-1/+1
2004-09-18fixed block close() method prototypebellard1-1/+1
2004-08-01new disk image layerbellard1-0/+77