aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-05-11qcow2: Assert that cluster operations are alignedEric Blake
2017-05-11qcow2: Optimize write zero of unaligned tail clusterEric Blake
2017-05-11qcow2: Optimize zero_single_l2() to minimize L2 churnEric Blake
2017-05-11qcow2: Make distinction between zero cluster types obviousEric Blake
2017-05-11qcow2: Name typedef for cluster typeEric Blake
2017-05-11qcow2: Correctly report status of preallocated zero clustersEric Blake
2017-05-11qcow2: Use consistent switch indentationEric Blake
2017-05-11qcow2: Nicer variable names in qcow2_update_snapshot_refcount()Eric Blake
2017-05-11blkdebug: Add ability to override unmap geometriesEric Blake
2017-05-11blkdebug: Simplify override logicEric Blake
2017-05-11blkdebug: Add pass-through write_zero and discard supportEric Blake
2017-05-11blkdebug: Refactor error injectionEric Blake
2017-05-11blkdebug: Sanity check block layer guaranteesEric Blake
2017-05-11file-posix: Remove .bdrv_inactivate/invalidate_cacheKevin Wolf
2017-05-11block: Drop permissions when migration completesKevin Wolf
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf
2017-05-11qcow2: Discard preallocated zero clustersMax Reitz
2017-05-11qcow2: Reuse preallocated zero clustersMax Reitz
2017-05-11qcow2: Fix preallocation size formulaMax Reitz
2017-05-11file-posix: Add image locking to perm operationsFam Zheng
2017-05-11file-win32: Error out if locking=onFam Zheng
2017-05-11file-posix: Add 'locking' optionFam Zheng
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster
2017-05-09sockets: Rename SocketAddressFlat to SocketAddressMarkus Armbruster
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster
2017-05-09sockets: Prepare inet_parse() for flattened SocketAddressMarkus Armbruster
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2017-05-08qobject: Drop useless QObject castsEric Blake
2017-04-28qcow2: Allow discard of final unaligned clusterEric Blake
2017-04-28block: Add .bdrv_truncate() error messagesMax Reitz
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-04-28block/vhdx: Make vhdx_create() always set errpMax Reitz
2017-04-27block: fix alignment calculations in bdrv_co_do_zero_pwritevDenis V. Lunev
2017-04-27block: Do not unref bs->file on error in BD's openMax Reitz
2017-04-27block: Remove NULL check in bdrv_co_flushFam Zheng
2017-04-27Revert "block/io: Comment out permission assertions"Max Reitz
2017-04-27file-win32: Remove unnecessary includeKevin Wolf
2017-04-27file-posix: Remove unnecessary includesKevin Wolf
2017-04-27block: Constify data passed by pointer to blk_nameKrzysztof Kozlowski
2017-04-24block/rbd: Add support for reopen()Jeff Cody
2017-04-24block/rbd - update variable names to more apt namesJeff Cody
2017-04-24block: do not set BDS read_only if copy_on_read enabledJeff Cody
2017-04-24block: add bdrv_set_read_only() helper functionJeff Cody
2017-04-24block/vxhs.c: Add support for a new block device type called "vxhs"Ashish Mittal
2017-04-24nfs: Make errp the last parameter of nfs_client_openFam Zheng
2017-04-24block: Make errp the last parameter of commit_active_startFam Zheng
2017-04-24mirror: Make errp the last parameter of mirror_start_jobFam Zheng
2017-04-24crypto: Make errp the last parameter of functionsFam Zheng
2017-04-24socket: Make errp the last parameter of inet_connect_saddrFam Zheng