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
2017-01-03
aio: add polling mode to AioContext
Stefan Hajnoczi
1
-0
/
+16
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-1
/
+4
2017-01-03
aio: add flag to skip fds to aio_dispatch()
Stefan Hajnoczi
1
-1
/
+5
2016-12-22
block: drop remaining legacy aio functions in comment
Yaowei Bai
1
-2
/
+2
2016-11-14
blockjob: refactor backup_start as backup_job_create
John Snow
1
-11
/
+12
2016-11-14
blockjob: add block_job_start
John Snow
1
-0
/
+9
2016-11-14
blockjob: add .start field
John Snow
1
-0
/
+3
2016-11-14
blockjob: add .clean property
John Snow
1
-0
/
+8
2016-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Stefan Hajnoczi
1
-17
/
+56
2016-11-02
nbd: Implement NBD_CMD_WRITE_ZEROES on server
Eric Blake
1
-2
/
+6
2016-11-02
nbd: Improve server handling of shutdown requests
Eric Blake
1
-4
/
+9
2016-11-02
nbd: Support shorter handshake
Eric Blake
1
-2
/
+4
2016-11-02
nbd: Share common option-sending code in client
Eric Blake
1
-3
/
+22
2016-11-02
nbd: Rename struct nbd_request and nbd_reply
Eric Blake
1
-4
/
+6
2016-11-02
nbd: Treat flags vs. command type as separate fields
Eric Blake
1
-6
/
+12
2016-11-02
nbd: Add qemu-nbd -D for human-readable description
Eric Blake
1
-0
/
+1
2016-11-01
blockjobs: fix documentation
John Snow
1
-2
/
+2
2016-11-01
blockjobs: split interface into public/private, Part 1
John Snow
3
-210
/
+244
2016-11-01
Blockjobs: Internalize user_pause logic
John Snow
1
-0
/
+26
2016-11-01
blockjob: centralize QMP event emissions
John Snow
2
-30
/
+4
2016-11-01
Replication/Blockjobs: Create replication jobs as internal
John Snow
1
-2
/
+7
2016-11-01
blockjobs: Allow creating internal jobs
John Snow
1
-1
/
+6
2016-11-01
blockjobs: hide internal jobs from management API
John Snow
1
-2
/
+10
2016-10-31
block: Add block_job_add_bdrv()
Alberto Garcia
1
-0
/
+14
2016-10-31
block: Add bdrv_drain_all_{begin,end}()
Alberto Garcia
1
-0
/
+2
2016-10-28
aio: convert from RFifoLock to QemuRecMutex
Paolo Bonzini
1
-2
/
+1
2016-10-28
iothread: release AioContext around aio_poll
Paolo Bonzini
1
-3
/
+0
2016-10-28
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
2
-3
/
+40
2016-10-28
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
1
-1
/
+1
2016-10-28
aio: introduce qemu_get_current_aio_context
Paolo Bonzini
1
-0
/
+18
2016-10-28
block: introduce BDRV_POLL_WHILE
Paolo Bonzini
1
-0
/
+9
2016-10-28
block: add BDS field to count in-flight requests
Paolo Bonzini
1
-4
/
+6
2016-10-28
blockjob: introduce .drain callback for jobs
Paolo Bonzini
1
-0
/
+7
2016-10-27
block: Remove bdrv_aio_ioctl()
Kevin Wolf
1
-3
/
+0
2016-10-27
block: Introduce .bdrv_co_ioctl() driver callback
Kevin Wolf
1
-0
/
+2
2016-10-27
block: Remove bdrv_ioctl()
Kevin Wolf
1
-1
/
+0
2016-10-27
block: Use blk_co_ioctl() for all BB level ioctls
Kevin Wolf
1
-0
/
+1
2016-10-27
block: Remove bdrv_aio_pdiscard()
Kevin Wolf
1
-3
/
+0
2016-10-24
block: More operations for meta dirty bitmap
Fam Zheng
1
-0
/
+3
2016-10-24
block: BdrvDirtyBitmap serialization interface
Vladimir Sementsov-Ogievskiy
1
-0
/
+14
2016-10-24
block: Add two dirty bitmap getters
Fam Zheng
1
-0
/
+2
2016-10-24
block: Support meta dirty bitmap
Fam Zheng
1
-0
/
+9
2016-10-24
block: Hide HBitmap in block dirty bitmap interface
Fam Zheng
1
-2
/
+5
2016-10-07
async: add aio_bh_schedule_oneshot
Paolo Bonzini
1
-0
/
+6
2016-09-29
block: Move 'discard' option to bdrv_open_common()
Kevin Wolf
1
-0
/
+1
2016-09-29
block: reintroduce bdrv_flush_all
John Snow
1
-0
/
+1
2016-09-28
block: mirror: fix wrong comment of mirror_start
Yaowei Bai
1
-1
/
+1
2016-09-23
block: Add "read-only" to the options QDict
Alberto Garcia
1
-0
/
+1
2016-09-23
block: Remove bdrv_is_snapshot
Alberto Garcia
1
-1
/
+0
2016-09-15
Remove unused function declarations
Ladi Prosek
2
-15
/
+0
[next]