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
/
sheepdog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Use correct width in format strings
Max Reitz
2014-04-30
1
-3
/
+3
*
Fixed various typos
Deepak Kathayat
2014-03-25
1
-4
/
+4
*
block: Make bdrv_file_open() static
Max Reitz
2014-02-21
1
-2
/
+5
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-1
/
+1
*
sheepdog: fix 'qemu-img map'
Liu Yuan
2014-01-24
1
-2
/
+3
*
block: Allow reference for bdrv_file_open()
Max Reitz
2014-01-22
1
-2
/
+2
*
sheepdog: fix clone operation by 'qemu-img create -b'
Liu Yuan
2014-01-22
1
-8
/
+8
*
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
2014-01-14
1
-1
/
+1
|
\
|
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
1
-1
/
+1
*
|
sheepdog: fix dynamic grow for running qcow2 format
Liu Yuan
2013-12-20
1
-3
/
+4
|
/
*
sheepdog: check if '-o redundancy' is passed from user
Liu Yuan
2013-12-13
1
-3
/
+5
*
sheepdog: support user-defined redundancy option
Liu Yuan
2013-11-29
1
-1
/
+73
*
sheepdog: refactor do_sd_create()
Liu Yuan
2013-11-29
1
-22
/
+15
*
sheepdog: implement .bdrv_get_allocated_file_size
Liu Yuan
2013-11-28
1
-0
/
+19
*
sheepdog: check simultaneous create in resend_aioreq
MORITA Kazutaka
2013-10-30
1
-32
/
+32
*
sheepdog: cancel aio requests if possible
MORITA Kazutaka
2013-10-30
1
-11
/
+59
*
sheepdog: make add_aio_request and send_aioreq void functions
MORITA Kazutaka
2013-10-30
1
-49
/
+17
*
sheepdog: try to reconnect to sheepdog after network error
MORITA Kazutaka
2013-10-30
1
-14
/
+66
*
sheepdog: reload inode outside of resend_aioreq
MORITA Kazutaka
2013-10-30
1
-14
/
+19
*
sheepdog: handle vdi objects in resend_aio_req
MORITA Kazutaka
2013-10-30
1
-5
/
+16
*
sheepdog: check return values of qemu_co_recv/send correctly
MORITA Kazutaka
2013-10-30
1
-8
/
+8
*
sheepdog: pass copy_policy in the request
Liu Yuan
2013-10-28
1
-7
/
+13
*
sheepdog: explicitly set copies as type uint8_t
Liu Yuan
2013-10-28
1
-7
/
+9
*
block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
BenoƮt Canet
2013-09-25
1
-0
/
+3
*
block: Error parameter for open functions
Max Reitz
2013-09-12
1
-2
/
+8
*
bdrv: Use "Error" for creating images
Max Reitz
2013-09-12
1
-1
/
+2
*
bdrv: Use "Error" for opening images
Max Reitz
2013-09-12
1
-1
/
+2
*
snapshot: distinguish id and name in snapshot delete
Wenchao Xia
2013-09-12
1
-1
/
+4
*
block: return get_block_status data and flags for formats
Paolo Bonzini
2013-09-06
1
-1
/
+1
*
block: introduce bdrv_get_block_status API
Paolo Bonzini
2013-09-06
1
-6
/
+6
*
block: make bdrv_delete() static
Fam Zheng
2013-09-06
1
-3
/
+3
*
aio: drop io_flush argument
Stefan Hajnoczi
2013-08-19
1
-10
/
+8
*
block/sheepdog: drop have_co_req() and aio_flush_request()
Stefan Hajnoczi
2013-08-19
1
-20
/
+5
*
sheepdog: add missing .bdrv_has_zero_init
Liu Yuan
2013-08-06
1
-0
/
+2
*
block/sheepdog: Rename 'dprintf' to 'DPRINTF'
Peter Maydell
2013-07-30
1
-15
/
+15
*
block: Don't parse protocol from file.filename
Kevin Wolf
2013-07-15
1
-1
/
+1
*
block: change default of .has_zero_init to 0
Peter Lieven
2013-06-28
1
-0
/
+1
*
sheepdog: support 'qemu-img snapshot -a'
Liu Yuan
2013-06-17
1
-7
/
+5
*
sheepdog: fix snapshot tag initialization
Liu Yuan
2013-06-17
1
-1
/
+1
*
sheepdog: fix loadvm operation
Liu Yuan
2013-04-26
1
-1
/
+53
*
sheepdog: resend write requests when SD_RES_READONLY is received
MORITA Kazutaka
2013-04-26
1
-1
/
+59
*
sheepdog: add helper function to reload inode
MORITA Kazutaka
2013-04-26
1
-28
/
+39
*
sheepdog: add SD_RES_READONLY result code
MORITA Kazutaka
2013-04-26
1
-0
/
+2
*
sheepdog: cleanup find_vdi_name
MORITA Kazutaka
2013-04-26
1
-7
/
+8
*
sheepdog: implement .bdrv_co_is_allocated()
Liu Yuan
2013-04-26
1
-0
/
+37
*
sheepdog: use BDRV_SECTOR_SIZE
Liu Yuan
2013-04-26
1
-6
/
+5
*
sheepdog: add discard/trim support for sheepdog
Liu Yuan
2013-04-26
1
-1
/
+63
*
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
1
-2
/
+1
*
sheepdog: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-1
/
+31
*
block: Introduce bdrv_writev_vmstate
Kevin Wolf
2013-04-15
1
-3
/
+10
[next]