summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster2-11/+11
2017-05-09sockets: Prepare inet_parse() for flattened SocketAddressMarkus Armbruster1-4/+4
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake15-93/+81
2017-05-08qobject: Drop useless QObject castsEric Blake5-21/+16
2017-04-28qcow2: Allow discard of final unaligned clusterEric Blake1-1/+6
2017-04-28block: Add .bdrv_truncate() error messagesMax Reitz8-8/+34
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz12-28/+28
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz16-49/+51
2017-04-28block/vhdx: Make vhdx_create() always set errpMax Reitz1-4/+19
2017-04-27block: fix alignment calculations in bdrv_co_do_zero_pwritevDenis V. Lunev1-1/+1
2017-04-27block: Do not unref bs->file on error in BD's openMax Reitz3-9/+1
2017-04-27block: Remove NULL check in bdrv_co_flushFam Zheng1-1/+1
2017-04-27Revert "block/io: Comment out permission assertions"Max Reitz1-10/+2
2017-04-27file-win32: Remove unnecessary includeKevin Wolf1-1/+0
2017-04-27file-posix: Remove unnecessary includesKevin Wolf1-2/+0
2017-04-27block: Constify data passed by pointer to blk_nameKrzysztof Kozlowski1-1/+1
2017-04-24block/rbd: Add support for reopen()Jeff Cody1-0/+21
2017-04-24block/rbd - update variable names to more apt namesJeff Cody1-16/+17
2017-04-24block: do not set BDS read_only if copy_on_read enabledJeff Cody5-8/+38
2017-04-24block: add bdrv_set_read_only() helper functionJeff Cody5-6/+6
2017-04-24block/vxhs.c: Add support for a new block device type called "vxhs"Ashish Mittal3-0/+594
2017-04-24nfs: Make errp the last parameter of nfs_client_openFam Zheng1-3/+3
2017-04-24block: Make errp the last parameter of commit_active_startFam Zheng2-3/+3
2017-04-24mirror: Make errp the last parameter of mirror_start_jobFam Zheng1-6/+7
2017-04-24crypto: Make errp the last parameter of functionsFam Zheng1-6/+6
2017-04-24socket: Make errp the last parameter of inet_connect_saddrFam Zheng1-1/+1
2017-04-24socket: Make errp the last parameter of socket_connectFam Zheng1-1/+1
2017-04-18block: Walk bs->children carefully in bdrv_drain_recurseFam Zheng1-3/+20
2017-04-11block/io: Comment out permission assertionsMax Reitz1-2/+10
2017-04-11sheepdog: Fix crash in co_read_response()Kevin Wolf1-1/+1
2017-04-11iscsi: Fix iscsi_createFam Zheng1-2/+8
2017-04-11throttle: Remove block from group on hot-unplugEric Blake1-0/+3
2017-04-11block: pass the right options for BlockDriver.bdrv_open()Dong Jia Shi1-3/+23
2017-04-11sheepdog: Use bdrv_coroutine_enter before BDRV_POLL_WHILEFam Zheng1-1/+1
2017-04-11block: Fix bdrv_co_flush early returnFam Zheng1-5/+7
2017-04-11block: Use bdrv_coroutine_enter to start I/O coroutinesFam Zheng2-9/+9
2017-04-11block: Make bdrv_parent_drained_begin/end publicFam Zheng1-2/+2
2017-04-07mirror: Fix aio context of mirror_top_bsFam Zheng1-0/+1
2017-04-07block: Don't check permissions for copy on readKevin Wolf1-1/+8
2017-04-07block/mirror: Fix use-after-freeMax Reitz1-2/+10
2017-04-07commit: Set commit_top_bs->total_sectorsKevin Wolf1-0/+1
2017-04-07commit: Set commit_top_bs->aio_contextKevin Wolf1-0/+2
2017-04-07block: Ignore guest dev permissions during incoming migrationKevin Wolf1-1/+39
2017-04-04Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+1
2017-04-03block/parallels: Avoid overflowsMax Reitz1-6/+13
2017-04-03qcow2: Discard unaligned tail when wiping imageEric Blake1-6/+4
2017-04-03sheepdog: Fix blockdev-addMarkus Armbruster1-32/+58
2017-04-03nbd: Tidy up blockdev-add interfaceMarkus Armbruster1-25/+28
2017-04-03qapi-schema: SocketAddressFlat variants 'vsock' and 'fd'Markus Armbruster1-0/+2
2017-04-03gluster: Prepare for SocketAddressFlat extensionMarkus Armbruster1-10/+16