index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-2
/
+3
*
|
monitor/hmp: move hmp_info_block* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-0
/
+4
*
|
monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-0
/
+9
*
|
monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-0
/
+5
*
|
monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-0
/
+4
*
|
monitor/hmp: move hmp_block_job* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-0
/
+6
*
|
monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-3
/
+9
*
|
monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-0
/
+4
*
|
monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-0
/
+16
|
/
*
qemu-storage-daemon: Add --nbd-server option
Kevin Wolf
2020-03-06
1
-0
/
+1
*
block: Introduce 'bdrv_reopen_commit_post' step
Peter Krempa
2020-03-06
1
-0
/
+1
*
aio-posix: make AioHandler deletion O(1)
Stefan Hajnoczi
2020-02-22
1
-1
/
+5
*
util/async: make bh_aio_poll() O(1)
Stefan Hajnoczi
2020-02-22
1
-2
/
+18
*
qapi: Allow getting flat output from 'query-named-block-nodes'
Peter Krempa
2020-02-20
2
-2
/
+4
*
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
2020-02-18
2
-12
/
+0
*
block: Add bdrv_recurse_can_replace()
Max Reitz
2020-02-18
1
-0
/
+10
*
block: Drop bdrv_is_first_non_filter()
Max Reitz
2020-02-18
1
-1
/
+0
*
blockdev: adds bdrv_parse_aio to use io_uring
Aarushi Mehta
2020-01-30
1
-0
/
+1
*
block/io_uring: implements interfaces for io_uring
Aarushi Mehta
2020-01-30
2
-1
/
+27
*
block/block: add BDRV flag for io_uring
Aarushi Mehta
2020-01-30
1
-0
/
+1
*
block/io: wait for serialising requests when a request becomes serialising
Paolo Bonzini
2020-01-30
1
-2
/
+1
*
block: eliminate BDRV_REQ_NO_SERIALISING
Paolo Bonzini
2020-01-30
1
-12
/
+0
*
block: Add bdrv_qapi_perm_to_blk_perm()
Max Reitz
2020-01-06
1
-0
/
+1
*
block/snapshot: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-1
/
+1
*
nbd: Don't send oversize strings
Eric Blake
2019-11-18
1
-4
/
+4
*
bitmap: Enforce maximum bitmap name length
Eric Blake
2019-11-18
1
-0
/
+2
*
nbd/server: Prefer heap over stack for parsing client names
Eric Blake
2019-11-18
1
-5
/
+5
*
block: Add bdrv_co_get_self_request()
Max Reitz
2019-11-04
1
-0
/
+1
*
block: Make wait/mark serialising requests public
Max Reitz
2019-11-04
1
-0
/
+3
*
nvme: fix NSSRS offset in CAP register
Klaus Jensen
2019-11-04
1
-1
/
+1
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
2
-4
/
+19
*
block/nvme: add support for write zeros
Maxim Levitsky
2019-10-28
1
-1
/
+18
*
block/block-copy: increase buffered copy request
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-1
/
+1
*
block/block-copy: add memory limit
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-0
/
+3
*
qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-6
/
+0
*
block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-1
/
+0
*
block: switch reopen queue from QSIMPLEQ to QTAILQ
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-1
/
+1
*
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-2
/
+7
*
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-9
/
+5
*
block/dirty-bitmap: drop meta
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-5
/
+0
*
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-5
/
+5
*
block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2019-10-17
2
-6
/
+5
*
block/backup: use backup-top instead of write notifiers
Vladimir Sementsov-Ogievskiy
2019-10-10
2
-5
/
+10
*
block/block-copy: split block_copy_set_callbacks function
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-4
/
+9
*
block/backup: move in-flight requests handling from backup to block-copy
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-0
/
+8
*
qapi: query-blockstat: add driver specific file-posix stats
Anton Nefedov
2019-10-10
2
-0
/
+2
*
block: add empty account cookie type
Anton Nefedov
2019-10-10
1
-0
/
+1
*
qapi: add unmap to BlockDeviceStats
Anton Nefedov
2019-10-10
1
-0
/
+1
*
block: move block_copy from block/backup.c to separate file
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-0
/
+76
*
block: introduce aio task pool
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-0
/
+54
[prev]
[next]