summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* qcow2: Update handle_alloc() to support L2 slicesAlberto Garcia2018-02-131-9/+9
* qcow2: Update handle_copied() to support L2 slicesAlberto Garcia2018-02-131-8/+8
* qcow2: Update qcow2_alloc_cluster_link_l2() to support L2 slicesAlberto Garcia2018-02-131-8/+8
* qcow2: Update qcow2_get_cluster_offset() to support L2 slicesAlberto Garcia2018-02-131-15/+15
* qcow2: Update get_cluster_table() to support L2 slicesAlberto Garcia2018-02-131-8/+8
* qcow2: Refactor get_cluster_table()Alberto Garcia2018-02-131-14/+7Star
* qcow2: Update l2_allocate() to support L2 slicesAlberto Garcia2018-02-131-22/+34
* qcow2: Prepare l2_allocate() for adding L2 slice supportAlberto Garcia2018-02-131-24/+29
* qcow2: Update l2_load() to support L2 slicesAlberto Garcia2018-02-131-11/+17
* qcow2: Add offset_to_l2_slice_index()Alberto Garcia2018-02-131-0/+5
* qcow2: Add l2_slice_size field to BDRVQcow2StateAlberto Garcia2018-02-132-0/+4
* qcow2: Add offset_to_l1_index()Alberto Garcia2018-02-132-2/+7
* qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()Alberto Garcia2018-02-133-7/+5Star
* qcow2: Remove BDS parameter from qcow2_cache_discard()Alberto Garcia2018-02-133-5/+5
* qcow2: Remove BDS parameter from qcow2_cache_clean_unused()Alberto Garcia2018-02-133-4/+4
* qcow2: Remove BDS parameter from qcow2_cache_destroy()Alberto Garcia2018-02-133-10/+10
* qcow2: Remove BDS parameter from qcow2_cache_put()Alberto Garcia2018-02-134-31/+31
* qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()Alberto Garcia2018-02-134-18/+14Star
* qcow2: Remove BDS parameter from qcow2_cache_table_release()Alberto Garcia2018-02-131-5/+4Star
* qcow2: Remove BDS parameter from qcow2_cache_get_table_idx()Alberto Garcia2018-02-131-5/+4Star
* qcow2: Remove BDS parameter from qcow2_cache_get_table_addr()Alberto Garcia2018-02-131-7/+6Star
* qcow2: Add table size field to Qcow2CacheAlberto Garcia2018-02-131-15/+14Star
* qcow2: Fix documentation of get_cluster_table()Alberto Garcia2018-02-131-2/+1Star
* block: maintain persistent disabled bitmapsVladimir Sementsov-Ogievskiy2018-02-134-25/+9Star
* sheepdog: Allow fully preallocated truncationMax Reitz2018-02-131-3/+12
* sheepdog: Pass old and new size to sd_prealloc()Max Reitz2018-02-131-11/+5Star
* sheepdog: Make sd_prealloc() take a BDSMax Reitz2018-02-131-8/+21
* gluster: Add preallocated truncationMax Reitz2018-02-131-16/+1Star
* gluster: Query current size in do_truncate()Max Reitz2018-02-131-2/+19
* gluster: Pull truncation from qemu_gluster_createMax Reitz2018-02-131-34/+40
* gluster: Move glfs_close() to create's clean-upMax Reitz2018-02-131-4/+6
* qcow2: Use g_try_realloc() in qcow2_expand_zero_clusters()Alberto Garcia2018-02-131-1/+9
* block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake2018-02-096-19/+6Star
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-0929-8/+34
* Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-092-2/+0Star
* Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-095-5/+0Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-0912-0/+15
* Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2018-02-092-0/+2
* qdict qlist: Make most helper macros functionsMarkus Armbruster2018-02-091-0/+1
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-092-2/+4
* Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster2018-02-092-2/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-097-2/+7
* Clean up includesMarkus Armbruster2018-02-091-1/+0Star
* block: Move NVMe constants to a separate headerFam Zheng2018-02-081-6/+1Star
* block/nvme: Implement .bdrv_(un)register_bufFam Zheng2018-02-081-0/+24
* block: Introduce buf register APIFam Zheng2018-02-082-0/+34
* block: Add VFIO based NVMe driverFam Zheng2018-02-083-0/+1204
* curl: convert to CoQueuePaolo Bonzini2018-02-081-16/+4Star
* block/ssh: fix possible segmentation fault when .desc is not null-terminatedMurilo Opsfelder Araujo2018-02-011-0/+1
* nbd: implement bdrv_get_info callbackEdgar Kaziakhmedov2018-01-261-0/+11