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