]> git.proxmox.com Git - mirror_qemu.git/history - block
virtio-scsi: move qdev properties into virtio-scsi.c
[mirror_qemu.git] / block /
2015-05-26 Peter MaydellMerge remote-tracking branch 'remotes/jnsnow/tags/ide...
2015-05-22 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2015-05-22 Daniel P. Berrangeqcow2/qcow: protect against uninitialized encryption key
2015-05-22 Alberto Garciaqcow2: style fixes in qcow2-cache.c
2015-05-22 Alberto Garciaqcow2: make qcow2_cache_put() a void function
2015-05-22 Alberto Garciaqcow2: use a hash to look for entries in the L2 cache
2015-05-22 Alberto Garciaqcow2: remove qcow2_cache_find_entry_to_replace()
2015-05-22 Alberto Garciaqcow2: use an LRU algorithm to replace entries from...
2015-05-22 Alberto Garciaqcow2: simplify qcow2_cache_put() and qcow2_cache_entry...
2015-05-22 Alberto Garciaqcow2: use one single memory block for the L2/refcount...
2015-05-22 Fam Zhengvmdk: Fix overflow if l1_size is 0x20000000
2015-05-22 Fam Zhengvmdk: Fix next_cluster_sector for compressed write
2015-05-22 Kevin Wolfqcow2: Flush pending discards before allocating cluster
2015-05-22 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2015-05-22 Paolo Bonziniblock: get_block_status: use "else" when testing the...
2015-05-22 Fam Zhengblock: Fix NULL deference for unaligned write if qiov...
2015-05-22 Fam ZhengRevert "block: Fix unaligned zero write"
2015-05-22 Denis V. Lunevblock: align bounce buffers to page
2015-05-22 Denis V. Lunevblock: minimal bounce buffer alignment
2015-05-22 Paolo Bonziniblock: return EPERM on writes or discards to read-only...
2015-05-22 Denis V. Lunevblock/parallels: improve image writing performance...
2015-05-22 Denis V. Lunevblock/parallels: optimize linear image expansion
2015-05-22 Denis V. Lunevblock/parallels: add prealloc-mode and prealloc-size...
2015-05-22 Denis V. Lunevblock/parallels: delay writing to BAT till bdrv_co_flus...
2015-05-22 Denis V. Lunevblock/parallels: create bat_entry_off helper
2015-05-22 Denis V. Lunevblock/parallels: improve image reading performance
2015-05-22 Denis V. Lunevblock/parallels: implement incorrect close detection
2015-05-22 Denis V. Lunevblock/parallels: implement parallels_check method of...
2015-05-22 Denis V. Lunevblock/parallels: move parallels_open/probe to the very...
2015-05-22 Denis V. Lunevblock/parallels: read parallels image header and BAT...
2015-05-22 Denis V. Lunevblock/parallels: keep BAT bitmap data in little endian...
2015-05-22 Denis V. Lunevblock/parallels: create bat2sect helper
2015-05-22 Denis V. Lunevblock/parallels: rename catalog_ names to bat_
2015-05-22 Denis V. Lunevparallels: change copyright information in the image...
2015-05-22 Denis V. Lunevblock/parallels: support parallels image creation
2015-05-22 Denis V. Lunevblock/parallels: _co_writev callback for Parallels...
2015-05-22 Denis V. Lunevblock/parallels: mark parallels format driver as zero...
2015-05-22 Denis V. Lunevblock/parallels: replace magic constants 4, 64 with...
2015-05-22 Denis V. Lunevblock/parallels: provide _co_readv routine for parallel...
2015-05-22 Roman Kaganblock/parallels: add get_block_status
2015-05-22 Roman Kaganblock/parallels: read up to cluster end in one go
2015-05-22 Roman Kaganblock/parallels: switch to bdrv_read
2015-05-22 Denis V. Lunevblock/parallels: rename parallels_header to ParallelsHeader
2015-05-12 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2015-05-12 Peter MaydellMerge remote-tracking branch 'remotes/qmp-unstable...
2015-05-11 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2015-05-11 Peter MaydellMerge remote-tracking branch 'remotes/bkoppelmann/tags...
2015-05-11 Markus Armbrusterqobject: Clean up around qtype_code
2015-05-11 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/pull...
2015-05-08 zhanghailiangsheepdog: fix resource leak with sd_snapshot_create
2015-04-30 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-04-28 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2015-04-28 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2015-04-28 Stefan Hajnocziblock: move I/O request processing to block/io.c
2015-04-28 Fam Zhengvmdk: Widen before shifting 32 bit header field
2015-04-28 Michael Tokarevblock/dmg: make it modular
2015-04-28 Max Reitzblock/mirror: Always call block_job_sleep_ns()
2015-04-28 John Snowblock: Ensure consistent bitmap function prototypes
2015-04-28 John Snowqmp: Add support of "dirty-bitmap" sync mode for drive...
2015-04-28 John Snowqmp: Add block-dirty-bitmap-add and block-dirty-bitmap...
2015-04-28 John Snowqmp: Ensure consistent granularity type
2015-04-28 Fam Zhengqapi: Add optional field "name" to block dirty bitmap
2015-04-28 Peter Lievenblock/iscsi: use the allocationmap also if cache.direct=on
2015-04-28 Peter Lievenblock/iscsi: bump year in copyright notice
2015-04-28 Peter Lievenblock/iscsi: handle SCSI_STATUS_TASK_SET_FULL
2015-04-28 Peter Lievenblock/iscsi: increase retry count
2015-04-28 Peter Lievenblock/iscsi: optimize WRITE10/16 if cache.writeback...
2015-04-28 Peter Lievenblock/iscsi: store DPOFUA bit from the modesense command
2015-04-28 Peter Lievenblock/iscsi: rename iscsi_write_protected and let it...
2015-04-28 Peter Lievenblock/iscsi: change all iscsilun properties from uint8_...
2015-04-28 Peter Lievenblock/iscsi: do not forget to logout from target
2015-04-28 Alberto Garciaqmp: fill in the image field in BlockDeviceInfo
2015-04-28 Alberto Garciablock: add 'node-name' field to BLOCK_IMAGE_CORRUPTED
2015-04-28 Alberto Garciablock: use bdrv_get_device_or_node_name() in error...
2015-04-28 Alberto Garciablock: add bdrv_get_device_or_node_name()
2015-04-28 Fam Zhengblockjob: Update function name in comments
2015-04-28 Fam Zhengblockjob: Allow nested pause
2015-04-28 Fam Zhengblock/null: Support reopen
2015-04-28 Fam Zhengblock/null: Latency simulation by adding new option...
2015-04-28 Kevin Wolfvhdx: Fix zero-fill iov length
2015-04-28 Kevin Wolfblkdebug: Add bdrv_truncate()
2015-04-28 Kevin Wolfblock-backend: Expose bdrv_write_zeroes()
2015-04-28 Stefan HajnocziConvert (ffs(val) - 1) to ctz32(val)
2015-04-28 Yi Wangsavevm: create snapshot failed when id_str already...
2015-04-09 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2015-04-09 Peter Lievenblock/iscsi: handle zero events from iscsi_which_events
2015-04-08 Kevin Wolfqcow2: Fix header update with overridden backing file
2015-03-20 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2015-03-19 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2015-03-19 Peter MaydellMerge remote-tracking branch 'remotes/amit/tags/vser...
2015-03-19 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/pull...
2015-03-19 Peter MaydellMerge remote-tracking branch 'remotes/lalrae/tags/mips...
2015-03-19 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2015-03-19 Kevin Wolfraw-posix: Deprecate aio=threads fallback without O_DIRECT
2015-03-19 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2015-03-19 Markus Armbrusterraw-posix: Deprecate host floppy passthrough
2015-03-19 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-03-19 Stefan Weilblock/qapi: Fix Sparse warning
2015-03-18 Max Reitznbd: Set block size to BDRV_SECTOR_SIZE
2015-03-18 Max Reitznbd: Fix nbd_establish_connection()'s return value
next