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
2018-07-30
block: Fix documentation for BDRV_REQ_MAY_UNMAP
Kevin Wolf
1
-5
/
+6
2018-07-10
block: Use uint64_t for BdrvTrackedRequest byte fields
Fam Zheng
1
-2
/
+2
2018-07-10
block: Use BdrvChild to discard
Fam Zheng
1
-2
/
+2
2018-07-10
block: add BDRV_REQ_SERIALISING flag
Vladimir Sementsov-Ogievskiy
1
-1
/
+13
2018-07-10
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
2
-5
/
+12
2018-07-10
block/io: fix copy_range
Vladimir Sementsov-Ogievskiy
1
-0
/
+12
2018-07-10
block: Poll after drain on attaching a node
Kevin Wolf
2
-0
/
+11
2018-07-05
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+7
2018-07-05
block: Move two block permission constants to the relevant enum
Ari Sundholm
1
-0
/
+7
2018-07-04
block/dirty-bitmap: add bdrv_enable_dirty_bitmap_locked
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2018-07-03
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
1
-2
/
+3
2018-07-02
block: Honour BDRV_REQ_NO_SERIALISING in copy range
Fam Zheng
1
-2
/
+3
2018-07-02
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
1
-0
/
+1
2018-06-29
block: Remove unused sector-based vectored I/O
Eric Blake
1
-4
/
+0
2018-06-29
file-posix: Make .bdrv_co_truncate asynchronous
Kevin Wolf
1
-1
/
+3
2018-06-29
block: Use tracked request for truncate
Kevin Wolf
1
-0
/
+1
2018-06-29
block: Move bdrv_truncate() implementation to io.c
Kevin Wolf
1
-0
/
+2
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2
-2
/
+6
2018-06-27
linux-aio: properly bubble up errors from initialization
Nishanth Aravamudan
2
-1
/
+4
2018-06-21
nbd/server: introduce NBD_CMD_CACHE
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2018-06-21
nbd/server: implement dirty bitmap export
Vladimir Sementsov-Ogievskiy
1
-2
/
+6
2018-06-18
block/mirror: Add copy mode QAPI interface
Max Reitz
1
-1
/
+3
2018-06-18
block/dirty-bitmap: Add bdrv_dirty_iter_next_area
Max Reitz
1
-0
/
+2
2018-06-18
block: Allow graph changes in bdrv_drain_all_begin/end sections
Kevin Wolf
2
-0
/
+2
2018-06-18
block: ignore_bds_parents parameter for drain functions
Kevin Wolf
2
-5
/
+17
2018-06-18
block: Allow AIO_WAIT_WHILE with NULL ctx
Kevin Wolf
1
-4
/
+9
2018-06-18
block: Don't poll in parent drain callbacks
Kevin Wolf
1
-0
/
+9
2018-06-18
block: Drain recursively with a single BDRV_POLL_WHILE()
Kevin Wolf
1
-3
/
+6
2018-06-18
block: Really pause block jobs on drain
Kevin Wolf
3
-0
/
+23
2018-06-18
block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE()
Kevin Wolf
1
-14
/
+8
2018-06-15
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
1
-1
/
+2
2018-06-15
block: Fix -blockdev for certain non-string scalars
Markus Armbruster
1
-0
/
+1
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+32
2018-06-11
qapi: add x-block-dirty-bitmap-merge
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2018-06-11
block: remove bdrv_dirty_bitmap_make_anon
Paolo Bonzini
1
-1
/
+0
2018-06-11
block: Make bdrv_is_writable() public
Max Reitz
1
-0
/
+1
2018-06-11
block: Add Error parameter to bdrv_amend_options
Max Reitz
2
-2
/
+4
2018-06-01
file-posix: Implement bdrv_co_copy_range
Fam Zheng
1
-2
/
+8
2018-06-01
block: Introduce API for copy offloading
Fam Zheng
2
-0
/
+70
2018-05-23
blockjob: Remove BlockJob.driver
Kevin Wolf
1
-3
/
+0
2018-05-23
job: Move progress fields to Job
Kevin Wolf
1
-25
/
+0
2018-05-23
job: Add job_transition_to_ready()
Kevin Wolf
2
-8
/
+3
2018-05-23
job: Add job_is_ready()
Kevin Wolf
1
-5
/
+0
2018-05-23
job: Add job_dismiss()
Kevin Wolf
1
-9
/
+0
2018-05-23
job: Add job_yield()
Kevin Wolf
1
-8
/
+0
2018-05-23
job: Move completion and cancellation to Job
Kevin Wolf
2
-73
/
+0
2018-05-23
job: Move transactions to Job
Kevin Wolf
2
-64
/
+0
2018-05-23
job: Switch transactions to JobTxn
Kevin Wolf
3
-8
/
+7
2018-05-23
job: Move .complete callback to Job
Kevin Wolf
2
-16
/
+0
2018-05-23
job: Add job_drain()
Kevin Wolf
1
-0
/
+12
[next]