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
2018-05-18
iothread: fix epollfd leak in the process of delIOThread
Jie Wang
1
-0
/
+8
2018-05-15
block: Document BDRV_REQ_WRITE_UNCHANGED support
Max Reitz
1
-2
/
+16
2018-05-15
block: Add BDRV_REQ_WRITE_UNCHANGED flag
Max Reitz
1
-1
/
+5
2018-05-15
block: BLK_PERM_WRITE includes ..._UNCHANGED
Max Reitz
1
-0
/
+3
2018-05-15
blockjob: Add block_job_driver()
Kevin Wolf
1
-0
/
+7
2018-05-15
blockjob: Introduce block_job_ratelimit_get_delay()
Kevin Wolf
1
-0
/
+8
2018-05-15
blockjob: Implement block_job_set_speed() centrally
Kevin Wolf
2
-3
/
+2
2018-05-15
blockjob: Move RateLimit to BlockJob
Kevin Wolf
1
-0
/
+4
2018-05-15
blockjob: Wrappers for progress counter access
Kevin Wolf
1
-0
/
+19
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
1
-2
/
+0
2018-05-15
block: Drop last of the sector-based aio callbacks
Eric Blake
1
-6
/
+0
2018-05-15
file-win32: Switch to byte-based callbacks
Eric Blake
1
-1
/
+1
2018-05-15
block: Support byte-based aio callbacks
Eric Blake
1
-0
/
+6
2018-05-10
blockjob: drop block_job_pause/resume_all()
Stefan Hajnoczi
1
-14
/
+0
2018-03-26
include/block/block_int: Document protocol related functions
Fabiano Rosas
1
-0
/
+8
2018-03-19
block/accounting: introduce latency histogram
Vladimir Sementsov-Ogievskiy
1
-0
/
+35
2018-03-19
block/mirror: change the semantic of 'force' of block-job-cancel
Liang Li
1
-2
/
+10
2018-03-19
blockjobs: add block-job-finalize
John Snow
1
-0
/
+17
2018-03-19
blockjobs: add PENDING status and event
John Snow
1
-0
/
+5
2018-03-19
blockjobs: add prepare callback
John Snow
1
-0
/
+10
2018-03-19
blockjobs: add block_job_dismiss
John Snow
1
-0
/
+14
2018-03-19
blockjobs: add block_job_verb permission table
John Snow
1
-2
/
+11
2018-03-19
blockjobs: add status enum
John Snow
1
-0
/
+3
2018-03-19
Blockjobs: documentation touchup
John Snow
2
-5
/
+7
2018-03-19
blockjobs: model single jobs as transactions
John Snow
2
-2
/
+2
2018-03-16
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
1
-0
/
+7
2018-03-13
dirty-bitmap: add locked state
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2018-03-13
block/dirty-bitmap: add _locked version of bdrv_reclaim_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2018-03-13
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2018-03-13
block/dirty-bitmap: add bdrv_dirty_bitmap_enable_successor()
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2018-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-31
/
+30
2018-03-12
block: make BDRV_POLL_WHILE() re-entrancy safe
Stefan Hajnoczi
1
-31
/
+30
2018-03-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-4
/
+11
2018-03-09
block: x-blockdev-create QMP command
Kevin Wolf
1
-1
/
+4
2018-03-09
block: Make bdrv_is_whitelisted() public
Kevin Wolf
1
-0
/
+1
2018-03-09
qcow2: Use BlockdevRef in qcow2_co_create()
Kevin Wolf
1
-0
/
+1
2018-03-09
block: convert bdrv_check callback to coroutine_fn
Paolo Bonzini
1
-2
/
+3
2018-03-09
block: convert bdrv_invalidate_cache callback to coroutine_fn
Paolo Bonzini
1
-1
/
+2
2018-03-08
block: add aio_wait_bh_oneshot()
Stefan Hajnoczi
1
-0
/
+13
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-67
/
+171
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
3
-3
/
+3
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-1
/
+2
2018-03-02
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
3
-37
/
+126
2018-03-02
aio: rename aio_context_in_iothread() to in_aio_context_home_thread()
Stefan Hajnoczi
2
-3
/
+6
2018-03-02
block: Drop unused .bdrv_co_get_block_status()
Eric Blake
1
-3
/
+0
2018-03-02
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
1
-12
/
+16
2018-03-02
block: Add .bdrv_co_block_status() callback
Eric Blake
2
-12
/
+22
2018-03-01
nbd: BLOCK_STATUS constants
Vladimir Sementsov-Ogievskiy
1
-0
/
+31
2018-03-01
nbd: change indenting in nbd.h
Vladimir Sementsov-Ogievskiy
1
-11
/
+11
2018-02-13
block: maintain persistent disabled bitmaps
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
[next]