index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-28
block: Make bdrv_root_attach_child() unref child_bs on failure
Alberto Garcia
2
-3
/
+1
2019-05-28
block/backup: refactor: split out backup_calculate_cluster_size
Vladimir Sementsov-Ogievskiy
1
-30
/
+52
2019-05-28
block/backup: unify different modes code path
Vladimir Sementsov-Ogievskiy
1
-33
/
+10
2019-05-28
block/backup: refactor and tolerate unallocated cluster skipping
Vladimir Sementsov-Ogievskiy
1
-37
/
+23
2019-05-28
block/backup: move to copy_bitmap with granularity
Vladimir Sementsov-Ogievskiy
1
-25
/
+23
2019-05-28
block/backup: simplify backup_incremental_init_copy_bitmap
Vladimir Sementsov-Ogievskiy
1
-28
/
+12
2019-05-28
qcow2: do encryption in threads
Vladimir Sementsov-Ogievskiy
4
-21
/
+81
2019-05-28
qcow2: bdrv_co_pwritev: move encryption code out of the lock
Vladimir Sementsov-Ogievskiy
1
-14
/
+21
2019-05-28
qcow2: qcow2_co_preadv: improve locking
Vladimir Sementsov-Ogievskiy
1
-10
/
+2
2019-05-28
qcow2-threads: split out generic path
Vladimir Sementsov-Ogievskiy
3
-19
/
+34
2019-05-28
qcow2-threads: qcow2_co_do_compress: protect queuing by mutex
Vladimir Sementsov-Ogievskiy
1
-3
/
+7
2019-05-28
qcow2-threads: use thread_pool_submit_co
Vladimir Sementsov-Ogievskiy
1
-15
/
+2
2019-05-28
qcow2: add separate file for threaded data processing functions
Vladimir Sementsov-Ogievskiy
4
-170
/
+209
2019-05-28
qcow2.h: add missing include
Vladimir Sementsov-Ogievskiy
7
-6
/
+1
2019-05-20
block/file-posix: Unaligned O_DIRECT block-status
Max Reitz
1
-0
/
+16
2019-05-20
blockjob: Propagate AioContext change to all job nodes
Kevin Wolf
2
-17
/
+1
2019-05-20
block: Add blk_set_allow_aio_context_change()
Kevin Wolf
1
-0
/
+10
2019-05-20
block: Implement .(can_)set_aio_ctx for BlockBackend
Kevin Wolf
1
-2
/
+43
2019-05-20
block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORS
Alberto Garcia
1
-3
/
+3
2019-05-20
qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZE
Alberto Garcia
4
-14
/
+23
2019-05-20
block/file-posix: Truncate in xfs_write_zeroes()
Max Reitz
1
-0
/
+13
2019-05-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...
Peter Maydell
1
-3
/
+3
2019-05-13
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-3
/
+3
2019-05-10
qcow2: Remove BDRVQcow2State.cluster_sectors
Alberto Garcia
2
-2
/
+0
2019-05-10
block: Remove bdrv_read() and bdrv_write()
Alberto Garcia
1
-36
/
+7
2019-05-10
vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()
Alberto Garcia
1
-5
/
+7
2019-05-10
vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()
Alberto Garcia
1
-6
/
+9
2019-05-10
qcow2: Replace bdrv_write() with bdrv_pwrite()
Alberto Garcia
1
-2
/
+2
2019-05-10
block/io.c: fix for the allocation failure
Andrey Shinkevich
1
-1
/
+1
2019-05-07
commit: Use bdrv_append() in commit_start()
Alberto Garcia
1
-10
/
+1
2019-05-07
block/ssh: Implement .bdrv_dirname()
Max Reitz
1
-0
/
+21
2019-05-07
block/ssh: Implement .bdrv_refresh_filename()
Max Reitz
1
-5
/
+47
2019-05-07
qcow2: discard bitmap when removed
Andrey Shinkevich
1
-1
/
+1
2019-05-07
qcow2-refcount: don't mask corruptions under internal errors
Vladimir Sementsov-Ogievskiy
1
-10
/
+9
2019-05-07
qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocated
Vladimir Sementsov-Ogievskiy
1
-9
/
+9
2019-05-07
qcow2-refcount: check_refcounts_l2: reduce ignored overlaps
Vladimir Sementsov-Ogievskiy
1
-7
/
+9
2019-05-07
qcow2-refcount: avoid eating RAM
Vladimir Sementsov-Ogievskiy
1
-0
/
+19
2019-05-07
qcow2-refcount: fix check_oflag_copied
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2019-04-30
block/qed: add missed coroutine_fn markers
Vladimir Sementsov-Ogievskiy
4
-29
/
+41
2019-04-30
commit: Make base read-only if there is an early failure
Alberto Garcia
1
-0
/
+3
2019-04-30
block/stream: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-3
/
+1
2019-04-30
block/commit: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-3
/
+2
2019-04-30
block/backup: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-8
/
+6
2019-04-30
block/parallels: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-8
/
+6
2019-04-30
block/qed: use buffer-based io
Vladimir Sementsov-Ogievskiy
2
-11
/
+7
2019-04-30
block/qcow: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-13
/
+6
2019-04-30
block/qcow2: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-7
/
+2
2019-04-30
qcow2: Fix error handling in the compression code
Alberto Garcia
1
-9
/
+9
2019-04-30
qcow2: Fix qcow2_make_empty() with external data file
Kevin Wolf
1
-2
/
+5
2019-04-30
qcow2: Fix full preallocation with external data file
Kevin Wolf
1
-18
/
+23
[next]