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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
2
-8
/
+0
2020-04-30
nvme: introduce PMR support from NVMe 1.4 spec
Andrzej Jakowski
1
-0
/
+172
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
1
-2
/
+3
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-1
/
+9
2020-04-09
aio-wait: delegate polling of main AioContext if BQL not held
Paolo Bonzini
2
-19
/
+32
2020-03-26
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
2
-0
/
+12
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+2
2020-03-18
block/dirty-bitmap: improve _next_dirty_area API
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2020-03-18
block/dirty-bitmap: add _next_dirty API
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2020-03-18
block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2020-03-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-0
/
+8
2020-03-11
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' in...
Peter Maydell
1
-57
/
+8
2020-03-11
block.c: adding bdrv_co_delete_file
Daniel Henrique Barboza
1
-0
/
+1
2020-03-11
block: introducing 'bdrv_co_delete_file' interface
Daniel Henrique Barboza
1
-0
/
+4
2020-03-11
block: Make bdrv_get_cumulative_perm() public
Kevin Wolf
1
-0
/
+3
2020-03-11
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-2
/
+69
2020-03-11
block/block-copy: hide structure definitions
Vladimir Sementsov-Ogievskiy
1
-48
/
+4
2020-03-11
block/block-copy: rename start to offset in interfaces
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2020-03-11
block/block-copy: refactor interfaces to use bytes instead of end
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2020-03-11
block/block-copy: fix progress calculation
Vladimir Sementsov-Ogievskiy
1
-10
/
+5
2020-03-09
monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c
Maxim Levitsky
1
-2
/
+3
2020-03-09
monitor/hmp: move hmp_info_block* to block-hmp-cmds.c
Maxim Levitsky
1
-0
/
+4
2020-03-09
monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c
Maxim Levitsky
1
-0
/
+9
2020-03-09
monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c
Maxim Levitsky
1
-0
/
+5
2020-03-09
monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c
Maxim Levitsky
1
-0
/
+4
2020-03-09
monitor/hmp: move hmp_block_job* to block-hmp-cmds.c
Maxim Levitsky
1
-0
/
+6
2020-03-09
monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c
Maxim Levitsky
1
-3
/
+9
2020-03-09
monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c
Maxim Levitsky
1
-0
/
+4
2020-03-09
monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c
Maxim Levitsky
1
-0
/
+16
2020-03-09
aio-posix: remove idle poll handlers to improve scalability
Stefan Hajnoczi
1
-0
/
+8
2020-03-09
aio-posix: support userspace polling of fd monitoring
Stefan Hajnoczi
1
-0
/
+19
2020-03-09
aio-posix: add io_uring fd monitoring implementation
Stefan Hajnoczi
1
-0
/
+9
2020-03-09
aio-posix: simplify FDMonOps->update() prototype
Stefan Hajnoczi
1
-7
/
+6
2020-03-09
aio-posix: extract ppoll(2) and epoll(7) fd monitoring
Stefan Hajnoczi
1
-2
/
+34
2020-03-06
qemu-storage-daemon: Add --nbd-server option
Kevin Wolf
1
-0
/
+1
2020-03-06
block: Introduce 'bdrv_reopen_commit_post' step
Peter Krempa
1
-0
/
+1
2020-02-22
aio-posix: make AioHandler deletion O(1)
Stefan Hajnoczi
1
-1
/
+5
2020-02-22
util/async: make bh_aio_poll() O(1)
Stefan Hajnoczi
1
-2
/
+18
2020-02-20
qapi: Allow getting flat output from 'query-named-block-nodes'
Peter Krempa
2
-2
/
+4
2020-02-18
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
2
-12
/
+0
2020-02-18
block: Add bdrv_recurse_can_replace()
Max Reitz
1
-0
/
+10
2020-02-18
block: Drop bdrv_is_first_non_filter()
Max Reitz
1
-1
/
+0
2020-01-30
blockdev: adds bdrv_parse_aio to use io_uring
Aarushi Mehta
1
-0
/
+1
2020-01-30
block/io_uring: implements interfaces for io_uring
Aarushi Mehta
2
-1
/
+27
2020-01-30
block/block: add BDRV flag for io_uring
Aarushi Mehta
1
-0
/
+1
2020-01-30
block/io: wait for serialising requests when a request becomes serialising
Paolo Bonzini
1
-2
/
+1
2020-01-30
block: eliminate BDRV_REQ_NO_SERIALISING
Paolo Bonzini
1
-12
/
+0
2020-01-06
block: Add bdrv_qapi_perm_to_blk_perm()
Max Reitz
1
-0
/
+1
2019-12-18
block/snapshot: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-11-18
nbd: Don't send oversize strings
Eric Blake
1
-4
/
+4
[next]