]> git.proxmox.com Git - mirror_qemu.git/history - block
linux-user: Block signals during sigaction() handling
[mirror_qemu.git] / block /
2016-06-02 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2016-05-31 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2016-05-31 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2016-05-29 Peter Lievenblock/iscsi: avoid potential overflow of acb->task...
2016-05-27 Peter MaydellMerge remote-tracking branch 'remotes/riku/tags/pull...
2016-05-26 Peter MaydellMerge remote-tracking branch 'remotes/amit-migration...
2016-05-26 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2016-05-25 Kevin Wolfcommit: Use BlockBackend for I/O
2016-05-25 Kevin Wolfbackup: Use BlockBackend for I/O
2016-05-25 Kevin Wolfbackup: Remove bs parameter from backup_do_cow()
2016-05-25 John Snowbackup: Pack Notifier within BackupBlockJob
2016-05-25 Kevin Wolfbackup: Don't leak BackupBlockJob in error path
2016-05-25 Kevin Wolfmirror: Use BlockBackend for I/O
2016-05-25 Kevin Wolfmirror: Allow target that already has a BlockBackend
2016-05-25 Kevin Wolfstream: Use BlockBackend for I/O
2016-05-25 Kevin Wolfblock: Make blk_co_preadv/pwritev() public
2016-05-25 Kevin Wolfblock: Convert block job core to BlockBackend
2016-05-25 Kevin Wolfblock: Default to enabled write cache in blk_new()
2016-05-25 Eric Blakeblock: Rename blk_write_zeroes()
2016-05-25 Kevin Wolfblock: Fix reconfiguring graph with drained nodes
2016-05-25 Kevin Wolfblock: Make bdrv_drain() use bdrv_drained_begin/end()
2016-05-25 Max Reitzblock: Drop errp parameter from blk_new()
2016-05-25 Max Reitzblock: Make bdrv_open() return a BDS
2016-05-25 Max Reitzblock: Drop blk_new_with_bs()
2016-05-25 Kevin Wolfblock: Fix bdrv_next() memory leak
2016-05-24 Peter MaydellMerge remote-tracking branch 'remotes/amit-migration...
2016-05-24 Peter MaydellMerge remote-tracking branch 'remotes/amit-virtio-rng...
2016-05-23 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2016-05-23 Vadim Rozenfeldiscsi: pass SCSI status back for SG_IO
2016-05-19 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2016-05-19 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2016-05-19 Kevin Wolfqcow2: Fix write_zeroes with partially allocated backin...
2016-05-19 Denis V. Lunevqcow2: fix condition in is_zero_cluster
2016-05-19 Max Reitzblock: Propagate AioContext change to all children
2016-05-19 Kevin Wolfblock: Remove BlockDriverState.blk
2016-05-19 Kevin Wolfblock: Don't return throttling info in query-named...
2016-05-19 Kevin Wolfblock: Avoid bs->blk in bdrv_next()
2016-05-19 Kevin Wolfblock: Add bdrv_has_blk()
2016-05-19 Kevin Wolfblock: Remove bdrv_aio_multiwrite()
2016-05-19 Kevin Wolfblockjob: Don't touch BDS iostatus
2016-05-19 Kevin Wolfblockjob: Don't set iostatus of target
2016-05-19 Kevin Wolfblock: User BdrvChild callback for device name
2016-05-19 Kevin Wolfblock: Use BdrvChild callbacks for change_media/resize
2016-05-19 Kevin Wolfblock: Don't check throttled reqs in bdrv_requests_pend...
2016-05-19 Kevin Wolfblock: Decouple throttling from BlockDriverState
2016-05-19 Kevin Wolfblock/io: Quiesce parents between drained_begin/end
2016-05-19 Kevin Wolfblock: Drain throttling queue with BdrvChild callback
2016-05-19 Kevin Wolfblock: Introduce BdrvChild.opaque
2016-05-19 Kevin Wolfblock: Move I/O throttling configuration functions...
2016-05-19 Kevin Wolfblock: Move actual I/O throttling to BlockBackend
2016-05-19 Kevin Wolfblock: Move throttling fields from BDS to BB
2016-05-19 Kevin Wolfblock: Convert throttle_group_get_name() to BlockBackend
2016-05-19 Kevin Wolfblock: throttle-groups: Use BlockBackend pointers inter...
2016-05-19 Kevin Wolfblock: Introduce BlockBackendPublic
2016-05-19 Kevin Wolfblock: Make sure throttled BDSes always have a BB
2016-05-19 Paolo Bonziniqemu-common: stop including qemu/bswap.h from qemu...
2016-05-13 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2016-05-13 Peter MaydellMerge remote-tracking branch 'remotes/lalrae/tags/mips...
2016-05-12 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2016-05-12 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2016-05-12 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2016-05-12 Kevin WolfMerge remote-tracking branch 'mreitz/tags/pull-block...
2016-05-12 Wen Congyangquorum: implement bdrv_add_child() and bdrv_del_child()
2016-05-12 Fam Zhengblock: Drop superfluous invalidating bs->file from...
2016-05-12 Eric Blakenbd: Simplify client FUA handling
2016-05-12 Eric Blakeblock: Honor BDRV_REQ_FUA during write_zeroes
2016-05-12 Eric Blakeblock: Make supported_write_flags a per-bds property
2016-05-12 Denis V. Lunevqcow2: improve qcow2_co_write_zeroes()
2016-05-12 Eric Blakeblock: Kill unused sector-based blk_* functions
2016-05-12 Eric Blakeblock: Introduce byte-based aio read/write
2016-05-12 Eric Blakeblock: Switch blk_*write_zeroes() to byte interface
2016-05-12 Eric Blakeblock: Switch blk_read_unthrottled() to byte interface
2016-05-12 Eric Blakeblock: Allow BDRV_REQ_FUA through blk_pwrite()
2016-05-12 Janne KarhunenAllow users to specify the vmdk virtual hardware version.
2016-05-12 Zhou Jieblock: always compile-check debug prints
2016-05-12 Kevin Wolfblock: Remove BlockDriver.bdrv_read/write
2016-05-12 Kevin Wolfvvfat: Implement .bdrv_co_preadv/pwritev interfaces
2016-05-12 Kevin Wolfvpc: Implement .bdrv_co_pwritev() interface
2016-05-12 Kevin Wolfvpc: Implement .bdrv_co_preadv() interface
2016-05-12 Kevin Wolfvmdk: Implement .bdrv_co_pwritev() interface
2016-05-12 Kevin Wolfvmdk: Implement .bdrv_co_preadv() interface
2016-05-12 Kevin Wolfvmdk: Add vmdk_find_offset_in_cluster()
2016-05-12 Kevin Wolfvdi: Implement .bdrv_co_pwritev() interface
2016-05-12 Kevin Wolfvdi: Implement .bdrv_co_preadv() interface
2016-05-12 Kevin Wolfdmg: Implement .bdrv_co_preadv() interface
2016-05-12 Kevin Wolfcloop: Implement .bdrv_co_preadv() interface
2016-05-12 Kevin Wolfbochs: Implement .bdrv_co_preadv() interface
2016-05-12 Kevin Wolfblock: Introduce .bdrv_co_preadv/pwritev BlockDriver...
2016-05-12 Kevin Wolfblock: Rename bdrv_co_do_preadv/writev to bdrv_co_pread...
2016-05-12 Kevin Wolfblock: Support AIO drivers in bdrv_driver_preadv/pwritev()
2016-05-12 Kevin Wolfblock: Introduce bdrv_driver_pwritev()
2016-05-12 Kevin Wolfblock: Introduce bdrv_driver_preadv()
2016-05-12 Paolo Bonzinilinux-aio: make it more type safe
2016-05-12 Paolo Bonziniblock: plug whole tree at once, introduce bdrv_io_unplu...
2016-05-12 Paolo Bonziniblock: introduce bdrv_no_throttling_begin/end
2016-05-12 Paolo Bonziniblock: extract bdrv_drain_poll/bdrv_co_yield_to_drain...
2016-05-12 Paolo Bonziniblock: move restarting of throttled reqs to block/throt...
2016-05-12 Paolo Bonziniblock: make bdrv_start_throttled_reqs return void
2016-05-12 Kevin Wolfblock: Don't disable I/O throttling on sync requests
2016-05-12 Eric Blakeqapi: Split visit_end_struct() into pieces
next