.travis.yml: remove "make check" from main matrix
[sdk/emulator/qemu.git] / block /
2014-09-26 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-09-26 Stefan Hajnoczitrace-events: drop orphan iscsi trace events
2014-09-24 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2014-09-23 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-09-23 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2014-09-23 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-09-23 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2014-09-22 Jeff Codyblock: vhdx - fix reading beyond pointer during image...
2014-09-22 Stefan Hajnocziblock: delete cow block driver
2014-09-22 Chrysostomos Nanakosblock/archipelago: Fix typo in qemu_archipelago_truncate()
2014-09-22 Max Reitzqcow2: Add overlap-check.template option
2014-09-22 Max Reitzqcow2: Fix leak of QemuOpts in qcow2_open()
2014-09-22 Max Reitzqcow2: Check L1/L2/reftable entries for alignment
2014-09-22 Max Reitzqcow2: Use qcow2_signal_corruption() for overlaps
2014-09-22 Max Reitzqcow2: Add qcow2_signal_corruption()
2014-09-22 Max Reitzqapi/block: Add "fatal" to BLOCK_IMAGE_CORRUPTED
2014-09-22 Fam Zhengblock: Introduce "null" drivers
2014-09-22 Fam Zhengblock: Rename qemu_aio_release -> qemu_aio_unref
2014-09-22 Fam Zhengwin32-aio: Drop win32_aiocb_info.cancel
2014-09-22 Fam Zhengsheepdog: Convert sd_aiocb_info.cancel to .cancel_async
2014-09-22 Fam Zhengrbd: Drop rbd_aiocb_info.cancel
2014-09-22 Fam Zhengquorum: Convert quorum_aiocb_info.cancel to .cancel_async
2014-09-22 Liu Yuanquorum: fix quorum_aio_cancel()
2014-09-22 Fam Zhengqed: Drop qed_aiocb_info.cancel
2014-09-22 Fam Zhengcurl: Drop curl_aiocb_info.cancel
2014-09-22 Fam Zhengblkverify: Drop blkverify_aiocb_info.cancel
2014-09-22 Fam Zhengblkdebug: Drop blkdebug_aiocb_info.cancel
2014-09-22 Fam Zhengarchipelago: Drop archipelago_aiocb_info.cancel
2014-09-22 Fam Zhengiscsi: Convert iscsi_aiocb_info.cancel to .cancel_async
2014-09-22 Fam Zhenglinux-aio: Convert laio_aiocb_info.cancel to .cancel_async
2014-09-22 Peter Maydellblock/vhdx.c: Mark parent_vhdx_guid variable as unused
2014-09-22 Adelina Tuvenieblock: allow creation of fixed vhdx images
2014-09-18 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-09-15 Peter MaydellMerge remote-tracking branch 'remotes/qmp-unstable...
2014-09-15 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-09-12 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2014-09-12 Hu Taoqcow2: Add falloc and full preallocation option
2014-09-12 Hu Taoraw-posix: Add falloc and full preallocation option
2014-09-12 Hu Taoqapi: introduce PreallocMode and new PreallocModes...
2014-09-12 Hu Taoblock: don't convert file size to sector size
2014-09-12 Hu Taoblock: round up file size to nearest sector
2014-09-11 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-09-11 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-09-10 Chrysostomos Nanakosblock/archipelago: Implement bdrv_truncate()
2014-09-10 Benoît Canetblock: Make the block accounting functions operate...
2014-09-10 Benoît Canetblock: rename BlockAcctType members to start with BLOCK...
2014-09-10 Benoît Canetblock: Extract the block accounting code
2014-09-10 Benoît Canetblock: Extract the BlockAcctStats structure
2014-09-10 Xiaodong GongFix improper usage of cpu_to_be32 in vpc
2014-09-08 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-09-08 Peter MaydellMerge remote-tracking branch 'remotes/agraf/tags/signed...
2014-09-08 Stefan Hajnoczivmdk: fix buf leak in vmdk_parse_extents()
2014-09-08 Stefan Hajnoczivmdk: fix vmdk_parse_extents() extent_file leaks
2014-09-08 Chrysostomos Nanakosblock/archipelago: Use QEMU atomic builtins
2014-09-05 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-09-04 Peter MaydellMerge remote-tracking branch 'remotes/kvaneesh/for...
2014-09-04 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-09-04 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2014-09-04 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-09-02 Richard W.M. Jonescurl: The macro that you have to uncomment to get debug...
2014-09-02 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-09-02 Peter MaydellMerge remote-tracking branch 'remotes/spice/tags/pull...
2014-09-01 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2014-08-29 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-08-29 Fam Zhengquorum: Fix leak of opts in quorum_open
2014-08-29 Fam Zhengblkverify: Fix leak of opts in blkverify_open
2014-08-29 Fam Zhengnfs: Fix leak of opts in nfs_file_open
2014-08-29 Richard W.M. Jonescurl: Don't deref NULL pointer in call to aio_poll.
2014-08-29 Richard W.M. Jonescurl: Allow a cookie or cookies to be sent with http...
2014-08-29 Stefan Hajnoczilinux-aio: avoid deadlock in nested aio_poll() calls
2014-08-29 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-08-29 Liu Yuansheepdog: fix a core dump while do auto-reconnecting
2014-08-29 Paolo Bonziniaio-win32: add support for sockets
2014-08-29 Liu Yuanblock/quorum: add simple read pattern support
2014-08-29 Hitoshi Mitakesheepdog: improve error handling for a case of failed...
2014-08-29 Hitoshi Mitakesheepdog: adopting protocol update for VDI locking
2014-08-29 Daniel Henrique... block.curl: adding 'timeout' option
2014-08-28 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2014-08-28 Peter MaydellMerge remote-tracking branch 'remotes/kvm/tags/for...
2014-08-28 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-08-28 Stefan Hajnoczimirror: fix uninitialized variable delay_ns warnings
2014-08-26 Peter Lievenblock/iscsi: fix memory corruption on iscsi resize
2014-08-25 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-08-22 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-08-22 Markus Armbrustervmdk: Use bdrv_nb_sectors() where sectors, not bytes...
2014-08-22 Fam Zhengblkdebug: Delete BH in bdrv_aio_cancel
2014-08-22 Stefan Hajnocziraw-posix: fix O_DIRECT short reads
2014-08-22 Peter Lievenblock/iscsi: fix memory corruption on iscsi resize
2014-08-21 Michael Tokarevblock/vvfat.c: remove debugging code to reinit stderr...
2014-08-20 Max Reitzquorum: Implement bdrv_refresh_filename()
2014-08-20 Max Reitznbd: Implement bdrv_refresh_filename()
2014-08-20 Max Reitzblkverify: Implement bdrv_refresh_filename()
2014-08-20 Max Reitzblkdebug: Implement bdrv_refresh_filename()
2014-08-20 Max Reitzqcow2: Add runtime options for cache sizes
2014-08-20 Max Reitzqcow2: Use g_try_new0() for cache array
2014-08-20 Max Reitzqcow2: Constant cache size in bytes
2014-08-20 Markus Armbrusterblock: Drop some superfluous casts from void *
2014-08-20 Markus Armbrusterblock: Use g_new() & friends to avoid multiplying sizes
2014-08-20 Markus Armbrusterblock: Use g_new() & friends where that makes obvious...
2014-08-19 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
next