summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2013-08-22block: Introduce bs->zero_beyond_eofAsias He
2013-08-19aio: drop io_flush argumentStefan Hajnoczi
2013-07-29block: Repair the throttling code.BenoƮt Canet
2013-07-26Implement sync modes for drive-backup.Ian Main
2013-07-19block: add bdrv_write_zeroes()Peter Lieven
2013-07-19QEMUBH: make AioContext's bh re-entrantLiu Ping Fan
2013-07-15block: Add return value for bdrv_flush_all()Kevin Wolf
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf
2013-06-28block: change default of .has_zero_init to 0Peter Lieven
2013-06-28block: add basic backup support to block driverDietmar Maurer
2013-06-28block: add bdrv_add_before_write_notifier()Stefan Hajnoczi
2013-06-27rdma: export yield_until_fd_readable()Michael R. Hines
2013-06-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi
2013-06-04block: add block driver read only whitelistFam Zheng
2013-05-24coroutine: stop using AioContext in CoQueueStefan Hajnoczi
2013-05-03nbd: support large NBD requestsStefan Hajnoczi
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-22block: Add driver-specific options for backing filesKevin Wolf
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-05block: keep I/O throttling slice time constantStefan Hajnoczi
2013-04-05block: fix I/O throttling accounting blind spotStefan Hajnoczi
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf
2013-03-22nbd: Remove unused functionsKevin Wolf
2013-03-22nbd: Keep hostname and port separateKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-15coroutine: use AioContext for CoQueue BHStefan Hajnoczi
2013-03-15threadpool: drop global thread poolStefan Hajnoczi
2013-03-15block: add bdrv_get_aio_context()Stefan Hajnoczi
2013-03-15aio: add a ThreadPool instance to AioContextStefan Hajnoczi
2013-03-15threadpool: add thread_pool_new() and thread_pool_free()Stefan Hajnoczi
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf
2013-02-22block: implement BDRV_O_UNMAPPaolo Bonzini
2013-02-22qemu-img: Add "Quiet mode" optionMiroslav Rezanina
2013-02-22block: Add synchronous wrapper for bdrv_co_is_allocated_aboveMiroslav Rezanina
2013-02-22qemu-img: add compressed clusters to BlockFragInfoStefan Hajnoczi
2013-02-22qemu-img: find the image end offset during checkFederico Simoncelli
2013-02-21aio: convert aio_poll() to g_poll(3)Stefan Hajnoczi
2013-02-01vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka