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
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
mirror: do not flush every time the disks are synced
Paolo Bonzini
1
-15
/
+25
2016-11-14
block/curl: Do not wait for data beyond EOF
Max Reitz
1
-9
/
+23
2016-11-14
block/curl: Remember all sockets
Max Reitz
1
-6
/
+41
2016-11-14
block/curl: Fix return value from curl_read_cb
Max Reitz
1
-4
/
+7
2016-11-14
block/curl: Use BDRV_SECTOR_SIZE
Max Reitz
1
-6
/
+5
2016-11-14
block/curl: Drop TFTP "support"
Max Reitz
1
-19
/
+1
2016-11-14
blockjob: refactor backup_start as backup_job_create
John Snow
2
-17
/
+21
2016-11-14
blockjob: add block_job_start
John Snow
5
-14
/
+10
2016-11-14
blockjob: add .start field
John Snow
4
-15
/
+20
2016-11-14
blockjob: add .clean property
John Snow
1
-5
/
+10
2016-11-14
Merge remote-tracking branch 'jsnow/tags/ide-pull-request' into staging
Stefan Hajnoczi
1
-6
/
+7
2016-11-14
block-backend: Always notify on blk_eject
John Snow
1
-6
/
+7
2016-11-11
raw-posix: Rename 'raw_s' to 'rs'
Fam Zheng
1
-28
/
+28
2016-11-11
nfs: Fix memory leak in nfs_file_create()
Kevin Wolf
1
-0
/
+1
2016-11-11
qcow2: Remove stale FIXME comment
Alberto Garcia
1
-2
/
+0
2016-11-11
raw_bsd: don't check size alignment when only offset is set
Tomáš Golembiovský
1
-1
/
+1
2016-11-11
raw_bsd: move check to prevent overflow
Tomáš Golembiovský
1
-1
/
+9
2016-11-11
block/ssh: Code cleanup for unused parameter
Ashijeet Acharya
1
-3
/
+2
2016-11-11
block/nbd: Fix the leaked visitor
Ashijeet Acharya
1
-0
/
+1
2016-11-08
block: Don't mark node clean after failed flush
Kevin Wolf
1
-1
/
+3
2016-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Stefan Hajnoczi
3
-43
/
+81
2016-11-02
nbd: Implement NBD_CMD_WRITE_ZEROES on client
Eric Blake
3
-0
/
+41
2016-11-02
nbd: Rename struct nbd_request and nbd_reply
Eric Blake
2
-15
/
+15
2016-11-02
nbd: Rename NbdClientSession to NBDClientSession
Eric Blake
3
-18
/
+18
2016-11-02
nbd: Treat flags vs. command type as separate fields
Eric Blake
1
-6
/
+3
2016-11-01
nbd: Use CoQueue for free_sema instead of CoMutex
Changlong Xie
2
-5
/
+5
2016-11-01
blockjobs: split interface into public/private, Part 1
John Snow
4
-4
/
+4
2016-11-01
blockjob: centralize QMP event emissions
John Snow
4
-15
/
+11
2016-11-01
Replication/Blockjobs: Create replication jobs as internal
John Snow
3
-19
/
+19
2016-11-01
blockjobs: Allow creating internal jobs
John Snow
4
-4
/
+5
2016-11-01
block/gluster: fix port type in the QAPI options list
Prasanna Kumar Kalever
1
-1
/
+1
2016-11-01
block/gluster: improve defense over string to int conversion
Prasanna Kumar Kalever
1
-1
/
+10
2016-11-01
block: Turn on "unmap" in active commit
Fam Zheng
1
-1
/
+1
2016-11-01
block/gluster: memory usage: use one glfs instance per volume
Prasanna Kumar Kalever
1
-14
/
+80
2016-11-01
block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE support
Jeff Cody
1
-3
/
+14
2016-11-01
rbd: make the code more readable
Xiubo Li
1
-13
/
+12
2016-10-31
block/nfs: Introduce runtime_opts in NFS
Ashijeet Acharya
1
-93
/
+349
2016-10-31
raw_bsd: add offset and size options
Tomáš Golembiovský
1
-3
/
+214
2016-10-31
block: Support streaming to an intermediate layer
Alberto Garcia
1
-0
/
+24
2016-10-31
block: Block all intermediate nodes in commit_active_start()
Alberto Garcia
1
-0
/
+8
2016-10-31
block: Block all nodes involved in the block-commit operation
Alberto Garcia
1
-0
/
+14
2016-10-31
block: Use block_job_add_bdrv() in backup_start()
Alberto Garcia
1
-4
/
+1
2016-10-31
block: Use block_job_add_bdrv() in mirror_start_job()
Alberto Garcia
1
-2
/
+1
2016-10-31
block: Add bdrv_drain_all_{begin,end}()
Alberto Garcia
1
-3
/
+24
2016-10-31
block/ssh: Use InetSocketAddress options
Ashijeet Acharya
1
-4
/
+5
2016-10-31
block/ssh: Add InetSocketAddress and accept it
Ashijeet Acharya
1
-16
/
+82
2016-10-31
block/ssh: Add ssh_has_filename_options_conflict()
Ashijeet Acharya
1
-6
/
+21
2016-10-31
Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into staging
Peter Maydell
10
-166
/
+271
2016-10-28
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...
Peter Maydell
1
-0
/
+1
2016-10-28
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
3
-0
/
+16
[next]