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
/
sheepdog.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-13
sheepdog: check if '-o redundancy' is passed from user
Liu Yuan
1
-3
/
+5
2013-11-29
sheepdog: support user-defined redundancy option
Liu Yuan
1
-1
/
+73
2013-11-29
sheepdog: refactor do_sd_create()
Liu Yuan
1
-22
/
+15
2013-11-28
sheepdog: implement .bdrv_get_allocated_file_size
Liu Yuan
1
-0
/
+19
2013-10-30
sheepdog: check simultaneous create in resend_aioreq
MORITA Kazutaka
1
-32
/
+32
2013-10-30
sheepdog: cancel aio requests if possible
MORITA Kazutaka
1
-11
/
+59
2013-10-30
sheepdog: make add_aio_request and send_aioreq void functions
MORITA Kazutaka
1
-49
/
+17
2013-10-30
sheepdog: try to reconnect to sheepdog after network error
MORITA Kazutaka
1
-14
/
+66
2013-10-30
sheepdog: reload inode outside of resend_aioreq
MORITA Kazutaka
1
-14
/
+19
2013-10-30
sheepdog: handle vdi objects in resend_aio_req
MORITA Kazutaka
1
-5
/
+16
2013-10-30
sheepdog: check return values of qemu_co_recv/send correctly
MORITA Kazutaka
1
-8
/
+8
2013-10-28
sheepdog: pass copy_policy in the request
Liu Yuan
1
-7
/
+13
2013-10-28
sheepdog: explicitly set copies as type uint8_t
Liu Yuan
1
-7
/
+9
2013-09-25
block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
BenoƮt Canet
1
-0
/
+3
2013-09-12
block: Error parameter for open functions
Max Reitz
1
-2
/
+8
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
1
-1
/
+2
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-1
/
+2
2013-09-12
snapshot: distinguish id and name in snapshot delete
Wenchao Xia
1
-1
/
+4
2013-09-06
block: return get_block_status data and flags for formats
Paolo Bonzini
1
-1
/
+1
2013-09-06
block: introduce bdrv_get_block_status API
Paolo Bonzini
1
-6
/
+6
2013-09-06
block: make bdrv_delete() static
Fam Zheng
1
-3
/
+3
2013-08-19
aio: drop io_flush argument
Stefan Hajnoczi
1
-10
/
+8
2013-08-19
block/sheepdog: drop have_co_req() and aio_flush_request()
Stefan Hajnoczi
1
-20
/
+5
2013-08-06
sheepdog: add missing .bdrv_has_zero_init
Liu Yuan
1
-0
/
+2
2013-07-29
block/sheepdog: Rename 'dprintf' to 'DPRINTF'
Peter Maydell
1
-15
/
+15
2013-07-15
block: Don't parse protocol from file.filename
Kevin Wolf
1
-1
/
+1
2013-06-28
block: change default of .has_zero_init to 0
Peter Lieven
1
-0
/
+1
2013-06-17
sheepdog: support 'qemu-img snapshot -a'
Liu Yuan
1
-7
/
+5
2013-06-17
sheepdog: fix snapshot tag initialization
Liu Yuan
1
-1
/
+1
2013-04-26
sheepdog: fix loadvm operation
Liu Yuan
1
-1
/
+53
2013-04-26
sheepdog: resend write requests when SD_RES_READONLY is received
MORITA Kazutaka
1
-1
/
+59
2013-04-26
sheepdog: add helper function to reload inode
MORITA Kazutaka
1
-28
/
+39
2013-04-26
sheepdog: add SD_RES_READONLY result code
MORITA Kazutaka
1
-0
/
+2
2013-04-26
sheepdog: cleanup find_vdi_name
MORITA Kazutaka
1
-7
/
+8
2013-04-26
sheepdog: implement .bdrv_co_is_allocated()
Liu Yuan
1
-0
/
+37
2013-04-26
sheepdog: use BDRV_SECTOR_SIZE
Liu Yuan
1
-6
/
+5
2013-04-26
sheepdog: add discard/trim support for sheepdog
Liu Yuan
1
-1
/
+63
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
1
-2
/
+1
2013-04-22
sheepdog: Use bdrv_open options instead of filename
Kevin Wolf
1
-1
/
+31
2013-04-15
block: Introduce bdrv_writev_vmstate
Kevin Wolf
1
-3
/
+10
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-1
/
+1
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
1
-3
/
+4
2013-03-19
sheepdog: show error message for halt status
Liu Yuan
1
-0
/
+2
2013-03-15
sheepdog: set io_flush handler in do_co_req
MORITA Kazutaka
1
-2
/
+11
2013-03-15
sheepdog: use non-blocking fd in coroutine context
MORITA Kazutaka
1
-4
/
+2
2013-03-04
sheepdog: add support for connecting to unix domain socket
MORITA Kazutaka
1
-12
/
+70
2013-03-04
sheepdog: use inet_connect to simplify connect code
MORITA Kazutaka
1
-81
/
+30
2013-03-04
sheepdog: accept URIs
MORITA Kazutaka
1
-34
/
+105
2013-03-04
move socket_set_nodelay to osdep.c
MORITA Kazutaka
1
-10
/
+1
2013-02-01
sheepdog: pass vdi_id to sheep daemon for sd_close()
Liu Yuan
1
-2
/
+3
[next]