index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
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: round up file size to nearest sector
Hu Tao
2014-09-12
1
-1
/
+2
*
sheepdog: fix a core dump while do auto-reconnecting
Liu Yuan
2014-08-29
1
-1
/
+1
*
sheepdog: improve error handling for a case of failed lock
Hitoshi Mitake
2014-08-29
1
-0
/
+2
*
sheepdog: adopting protocol update for VDI locking
Hitoshi Mitake
2014-08-29
1
-1
/
+7
*
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
2014-08-20
1
-1
/
+1
*
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-20
1
-2
/
+2
*
sheepdog: fix NULL dereference in sd_create
Liu Yuan
2014-06-23
1
-0
/
+1
*
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
1
-3
/
+3
*
sheepdog.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-55
/
+56
*
sheepdog: reload only header in a case of live snapshot
Hitoshi Mitake
2014-06-06
1
-3
/
+6
*
sheepdog: fix vdi object update after live snapshot
Hitoshi Mitake
2014-06-06
1
-17
/
+23
*
sheepdog: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-38
/
+80
*
block/sheepdog: Plug memory leak in sd_snapshot_create()
Markus Armbruster
2014-05-30
1
-2
/
+2
*
block/sheepdog: Don't use qerror_report()
Markus Armbruster
2014-05-28
1
-13
/
+13
*
block/sheepdog: Fix silent sd_open(), sd_create() failures
Markus Armbruster
2014-05-28
1
-0
/
+5
*
block/sheepdog: Propagate errors to open and create methods
Markus Armbruster
2014-05-28
1
-28
/
+12
*
block/sheepdog: Propagate errors through find_vdi_name()
Markus Armbruster
2014-05-28
1
-9
/
+11
*
block/sheepdog: Propagate errors through do_sd_create()
Markus Armbruster
2014-05-28
1
-14
/
+21
*
block/sheepdog: Propagate errors through sd_prealloc()
Markus Armbruster
2014-05-28
1
-7
/
+13
*
block/sheepdog: Propagate errors through get_sheep_fd()
Markus Armbruster
2014-05-28
1
-8
/
+10
*
block/sheepdog: Propagate errors through connect_to_sdog()
Markus Armbruster
2014-05-28
1
-22
/
+55
*
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
[next]