summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* vmdk: fix buf leak in vmdk_parse_extents()Stefan Hajnoczi2014-09-081-1/+1
* vmdk: fix vmdk_parse_extents() extent_file leaksStefan Hajnoczi2014-09-081-0/+2
* block/archipelago: Use QEMU atomic builtinsChrysostomos Nanakos2014-09-081-53/+23
* curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.Richard W.M. Jones2014-09-021-1/+1
* quorum: Fix leak of opts in quorum_openFam Zheng2014-08-291-1/+2
* blkverify: Fix leak of opts in blkverify_openFam Zheng2014-08-291-0/+1
* nfs: Fix leak of opts in nfs_file_openFam Zheng2014-08-291-3/+7
* curl: Don't deref NULL pointer in call to aio_poll.Richard W.M. Jones2014-08-291-4/+4
* curl: Allow a cookie or cookies to be sent with http/https requests.Richard W.M. Jones2014-08-291-0/+16
* linux-aio: avoid deadlock in nested aio_poll() callsStefan Hajnoczi2014-08-291-16/+55
* sheepdog: fix a core dump while do auto-reconnectingLiu Yuan2014-08-291-1/+1
* aio-win32: add support for socketsPaolo Bonzini2014-08-291-2/+0
* block/quorum: add simple read pattern supportLiu Yuan2014-08-291-48/+129
* sheepdog: improve error handling for a case of failed lockHitoshi Mitake2014-08-291-0/+2
* sheepdog: adopting protocol update for VDI lockingHitoshi Mitake2014-08-291-1/+7
* block.curl: adding 'timeout' optionDaniel Henrique Barboza2014-08-291-1/+12
* mirror: fix uninitialized variable delay_ns warningsStefan Hajnoczi2014-08-281-3/+1
* vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster2014-08-221-6/+5
* blkdebug: Delete BH in bdrv_aio_cancelFam Zheng2014-08-221-0/+4
* raw-posix: fix O_DIRECT short readsStefan Hajnoczi2014-08-221-0/+9
* block/iscsi: fix memory corruption on iscsi resizePeter Lieven2014-08-221-1/+2
* block/vvfat.c: remove debugging code to reinit stderr if NULLMichael Tokarev2014-08-211-9/+0
* quorum: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+39
* nbd: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+36
* blkverify: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+29
* blkdebug: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+97
* qcow2: Add runtime options for cache sizesMax Reitz2014-08-202-11/+103
* qcow2: Use g_try_new0() for cache arrayMax Reitz2014-08-201-4/+9
* qcow2: Constant cache size in bytesMax Reitz2014-08-202-4/+21
* block: Drop some superfluous casts from void *Markus Armbruster2014-08-202-5/+5
* block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster2014-08-206-7/+6
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-2015-32/+31
* qcow2: fix new_blocks double-free in alloc_refcount_block()Stefan Hajnoczi2014-08-151-0/+1
* parallels: 2TB+ parallels images supportDenis V. Lunev2014-08-151-5/+20
* parallels: split check for parallels format in parallels_openDenis V. Lunev2014-08-151-5/+8
* parallels: replace tabs with spaces in block/parallels.cDenis V. Lunev2014-08-151-5/+5
* parallels: extend parallels format header with actual data valuesDenis V. Lunev2014-08-151-3/+5
* blkdebug: report errors on flush tooPaolo Bonzini2014-08-151-0/+20
* qcow2: Catch !*host_offset for data allocationMax Reitz2014-08-151-0/+11
* qcow2: Return useful error code in refcount_init()Max Reitz2014-08-151-2/+4
* mirror: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+6
* vpc: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* vmdk: Handle failure for potentially large allocationsKevin Wolf2014-08-151-2/+10
* vhdx: Handle failure for potentially large allocationsKevin Wolf2014-08-152-3/+17
* vdi: Handle failure for potentially large allocationsKevin Wolf2014-08-151-5/+20
* rbd: Handle failure for potentially large allocationsKevin Wolf2014-08-151-2/+5
* raw-win32: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* raw-posix: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* qed: Handle failure for potentially large allocationsKevin Wolf2014-08-152-3/+10
* qcow2: Handle failure for potentially large allocationsKevin Wolf2014-08-155-32/+130
OpenPOWER on IntegriCloud