summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng2014-09-2211-24/+24
* win32-aio: Drop win32_aiocb_info.cancelFam Zheng2014-09-221-14/+0
* sheepdog: Convert sd_aiocb_info.cancel to .cancel_asyncFam Zheng2014-09-221-27/+19
* rbd: Drop rbd_aiocb_info.cancelFam Zheng2014-09-221-22/+1
* quorum: Convert quorum_aiocb_info.cancel to .cancel_asyncFam Zheng2014-09-221-5/+2
* quorum: fix quorum_aio_cancel()Liu Yuan2014-09-221-1/+3
* qed: Drop qed_aiocb_info.cancelFam Zheng2014-09-221-21/+0
* curl: Drop curl_aiocb_info.cancelFam Zheng2014-09-221-6/+0
* blkverify: Drop blkverify_aiocb_info.cancelFam Zheng2014-09-221-19/+0
* blkdebug: Drop blkdebug_aiocb_info.cancelFam Zheng2014-09-221-14/+1
* archipelago: Drop archipelago_aiocb_info.cancelFam Zheng2014-09-221-16/+1
* iscsi: Convert iscsi_aiocb_info.cancel to .cancel_asyncFam Zheng2014-09-221-15/+2
* linux-aio: Convert laio_aiocb_info.cancel to .cancel_asyncFam Zheng2014-09-221-22/+8
* block/vhdx.c: Mark parent_vhdx_guid variable as unusedPeter Maydell2014-09-221-1/+2
* qcow2: Add falloc and full preallocation optionHu Tao2014-09-121-10/+53
* raw-posix: Add falloc and full preallocation optionHu Tao2014-09-121-19/+73
* qapi: introduce PreallocMode and new PreallocModes full and falloc.Hu Tao2014-09-121-10/+18
* block: don't convert file size to sector sizeHu Tao2014-09-125-23/+22
* block: round up file size to nearest sectorHu Tao2014-09-1217-23/+36
* block/archipelago: Implement bdrv_truncate()Chrysostomos Nanakos2014-09-101-2/+61
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-101-13/+10
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-102-10/+10
* block: Extract the block accounting codeBenoît Canet2014-09-102-0/+58
* block: Extract the BlockAcctStats structureBenoît Canet2014-09-101-9/+10
* Fix improper usage of cpu_to_be32 in vpcXiaodong Gong2014-09-101-4/+4
* 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
OpenPOWER on IntegriCloud