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
/
include
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-10
block/backup: use backup-top instead of write notifiers
Vladimir Sementsov-Ogievskiy
2
-5
/
+10
2019-10-10
block/block-copy: split block_copy_set_callbacks function
Vladimir Sementsov-Ogievskiy
1
-4
/
+9
2019-10-10
block/backup: move in-flight requests handling from backup to block-copy
Vladimir Sementsov-Ogievskiy
1
-0
/
+8
2019-10-10
qapi: query-blockstat: add driver specific file-posix stats
Anton Nefedov
2
-0
/
+2
2019-10-10
block: add empty account cookie type
Anton Nefedov
1
-0
/
+1
2019-10-10
qapi: add unmap to BlockDeviceStats
Anton Nefedov
1
-0
/
+1
2019-10-10
block: move block_copy from block/backup.c to separate file
Vladimir Sementsov-Ogievskiy
1
-0
/
+76
2019-10-10
block: introduce aio task pool
Vladimir Sementsov-Ogievskiy
1
-0
/
+54
2019-09-24
nbd: Grab aio context lock in more places
Eric Blake
1
-0
/
+1
2019-09-16
block: Remove unused masks
Nir Soffer
1
-2
/
+0
2019-09-10
job: drop job_drain
Vladimir Sementsov-Ogievskiy
1
-19
/
+0
2019-09-05
nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO
Eric Blake
1
-0
/
+4
2019-09-05
nbd: Improve per-export flag handling in server
Eric Blake
1
-1
/
+1
2019-09-05
nbd: Advertise multi-conn for shared read-only connections
Eric Blake
1
-1
/
+1
2019-08-27
block/io: introduce bdrv_co_p{read, write}v_part
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2019-08-27
block: define .*_part io handlers in BlockDriver
Vladimir Sementsov-Ogievskiy
1
-0
/
+15
2019-08-19
block: Add bdrv_has_zero_init_truncate()
Max Reitz
2
-0
/
+8
2019-08-19
mirror: Fix bdrv_has_zero_init() use
Max Reitz
1
-0
/
+2
2019-08-16
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
1
-1
/
+1
2019-08-16
block/dirty-bitmap: add bdrv_dirty_bitmap_get
John Snow
1
-2
/
+2
2019-08-16
block/dirty-bitmap: add bdrv_dirty_bitmap_merge_internal
John Snow
1
-0
/
+3
2019-08-16
block/backup: Add mirror sync mode 'bitmap'
John Snow
1
-1
/
+3
2019-08-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...
Peter Maydell
2
-2
/
+9
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include generated QAPI headers less
Markus Armbruster
1
-1
/
+0
2019-08-16
include: Make headers more self-contained
Markus Armbruster
2
-0
/
+4
2019-08-15
block/nbd: use non-blocking io channel for nbd negotiation
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2019-08-15
block: implement BDRV_REQ_PREFETCH
Vladimir Sementsov-Ogievskiy
1
-1
/
+7
2019-07-22
block: Only the main loop can change AioContexts
Max Reitz
1
-5
/
+3
2019-07-19
block: Do not poll in bdrv_do_drained_end()
Max Reitz
2
-1
/
+30
2019-07-19
block: Make bdrv_parent_drained_[^_]*() static
Max Reitz
1
-18
/
+0
2019-07-19
block: Introduce BdrvChild.parent_quiesce_counter
Max Reitz
2
-0
/
+16
2019-07-15
block: Add BDS.never_freeze
Max Reitz
1
-0
/
+3
2019-07-02
block: include base when checking image chain for block allocation
Andrey Shinkevich
1
-1
/
+2
2019-06-18
block: Add bdrv_child_refresh_perms()
Max Reitz
1
-0
/
+15
2019-06-18
block: drop bs->job
Vladimir Sementsov-Ogievskiy
1
-3
/
+0
2019-06-18
blockdev: blockdev_mark_auto_del: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
1
-0
/
+9
2019-06-18
block/replication: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
3
-3
/
+0
2019-06-04
block/io: bdrv_pdiscard: support int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2019-06-04
block: Remove bdrv_set_aio_context()
Kevin Wolf
1
-9
/
+0
2019-06-04
block: Adjust AioContexts when attaching nodes
Kevin Wolf
1
-0
/
+1
2019-06-04
nvme: add Get/Set Feature Timestamp support
Kenneth Heitke
1
-0
/
+2
2019-06-04
block/linux-aio: Drop unused BlockAIOCB submission method
Julia Suvorova
1
-3
/
+0
2019-06-04
block: avoid recursive block_status call if possible
Vladimir Sementsov-Ogievskiy
1
-1
/
+7
2019-05-20
block: Propagate AioContext change to parents
Kevin Wolf
2
-0
/
+3
2019-05-20
block: Make bdrv_attach/detach_aio_context() static
Kevin Wolf
1
-21
/
+0
2019-05-20
block: Add bdrv_try_set_aio_context()
Kevin Wolf
2
-0
/
+11
2019-05-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...
Peter Maydell
1
-1
/
+1
2019-05-13
Clean up decorations and whitespace around header guards
Markus Armbruster
1
-1
/
+1
[next]