summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'danpb/tags/pull-qcrypto-2017-05-09-1' into stagingStefan Hajnoczi2017-05-101-3/+3
|\ \ \ | |_|/ |/| |
| * | crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange2017-05-091-3/+3
| |/
* | sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster2017-05-092-22/+14Star
* | sockets: Rename SocketAddressFlat to SocketAddressMarkus Armbruster2017-05-093-40/+40
* | sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster2017-05-092-11/+11
* | sockets: Prepare inet_parse() for flattened SocketAddressMarkus Armbruster2017-05-091-4/+4
* | qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-0915-93/+81Star
* | qobject: Drop useless QObject castsEric Blake2017-05-085-21/+16Star
|/
* qcow2: Allow discard of final unaligned clusterEric Blake2017-04-281-1/+6
* block: Add .bdrv_truncate() error messagesMax Reitz2017-04-288-8/+34
* block: Add errp to BD.bdrv_truncate()Max Reitz2017-04-2812-28/+28
* block: Add errp to b{lk,drv}_truncate()Max Reitz2017-04-2816-49/+51
* block/vhdx: Make vhdx_create() always set errpMax Reitz2017-04-281-4/+19
* block: fix alignment calculations in bdrv_co_do_zero_pwritevDenis V. Lunev2017-04-271-1/+1
* block: Do not unref bs->file on error in BD's openMax Reitz2017-04-273-9/+1Star
* block: Remove NULL check in bdrv_co_flushFam Zheng2017-04-271-1/+1
* Revert "block/io: Comment out permission assertions"Max Reitz2017-04-271-10/+2Star
* file-win32: Remove unnecessary includeKevin Wolf2017-04-271-1/+0Star
* file-posix: Remove unnecessary includesKevin Wolf2017-04-271-2/+0Star
* block: Constify data passed by pointer to blk_nameKrzysztof Kozlowski2017-04-271-1/+1
* block/rbd: Add support for reopen()Jeff Cody2017-04-241-0/+21
* block/rbd - update variable names to more apt namesJeff Cody2017-04-241-16/+17
* block: do not set BDS read_only if copy_on_read enabledJeff Cody2017-04-245-8/+38
* block: add bdrv_set_read_only() helper functionJeff Cody2017-04-245-6/+6
* block/vxhs.c: Add support for a new block device type called "vxhs"Ashish Mittal2017-04-243-0/+594
* nfs: Make errp the last parameter of nfs_client_openFam Zheng2017-04-241-3/+3
* block: Make errp the last parameter of commit_active_startFam Zheng2017-04-242-3/+3
* mirror: Make errp the last parameter of mirror_start_jobFam Zheng2017-04-241-6/+7
* crypto: Make errp the last parameter of functionsFam Zheng2017-04-241-6/+6
* socket: Make errp the last parameter of inet_connect_saddrFam Zheng2017-04-241-1/+1
* socket: Make errp the last parameter of socket_connectFam Zheng2017-04-241-1/+1
* block: Walk bs->children carefully in bdrv_drain_recurseFam Zheng2017-04-181-3/+20
* block/io: Comment out permission assertionsMax Reitz2017-04-111-2/+10
* sheepdog: Fix crash in co_read_response()Kevin Wolf2017-04-111-1/+1
* iscsi: Fix iscsi_createFam Zheng2017-04-111-2/+8
* throttle: Remove block from group on hot-unplugEric Blake2017-04-111-0/+3
* block: pass the right options for BlockDriver.bdrv_open()Dong Jia Shi2017-04-111-3/+23
* sheepdog: Use bdrv_coroutine_enter before BDRV_POLL_WHILEFam Zheng2017-04-111-1/+1
* block: Fix bdrv_co_flush early returnFam Zheng2017-04-111-5/+7
* block: Use bdrv_coroutine_enter to start I/O coroutinesFam Zheng2017-04-112-9/+9
* block: Make bdrv_parent_drained_begin/end publicFam Zheng2017-04-111-2/+2
* mirror: Fix aio context of mirror_top_bsFam Zheng2017-04-071-0/+1
* block: Don't check permissions for copy on readKevin Wolf2017-04-071-1/+8
* block/mirror: Fix use-after-freeMax Reitz2017-04-071-2/+10
* commit: Set commit_top_bs->total_sectorsKevin Wolf2017-04-071-0/+1
* commit: Set commit_top_bs->aio_contextKevin Wolf2017-04-071-0/+2
* block: Ignore guest dev permissions during incoming migrationKevin Wolf2017-04-071-1/+39
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-04-042-1/+1
|\
| * nbd: fix memory leak on socket_connect failedyaolujing2017-04-021-0/+1
| * iscsi: drop unused IscsiAIOCB.qiov fieldStefan Hajnoczi2017-04-021-1/+0Star