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
2016-11-22
block: Return -ENOTSUP rather than assert on unaligned discards
Eric Blake
1
-2
/
+3
2016-10-28
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
1
-0
/
+3
2016-10-28
sheepdog: use BDRV_POLL_WHILE
Paolo Bonzini
1
-29
/
+35
2016-09-15
sheepdog: remove useless casts
Laurent Vivier
1
-2
/
+2
2016-07-20
sheepdog: Switch .bdrv_co_discard() to byte-based
Eric Blake
1
-7
/
+10
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-7
/
+7
2016-06-16
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
1
-3
/
+10
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-1
/
+1
2016-05-12
block: always compile-check debug prints
Zhou Jie
1
-5
/
+8
2016-03-30
block: Always set writeback mode in blk_new_open()
Kevin Wolf
1
-3
/
+2
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
1
-2
/
+2
2016-03-16
block/sheepdog: fix argument passed to qemu_strtoul()
Jeff Cody
1
-4
/
+7
2016-03-14
sheepdog: Use BB functions in .bdrv_create()
Kevin Wolf
1
-19
/
+24
2016-03-14
block: Use writeback in .bdrv_create() implementations
Kevin Wolf
1
-2
/
+4
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
1
-3
/
+2
2016-02-29
sheepdog: allow to delete snapshot
Vasiliy Tolstov
1
-2
/
+123
2016-02-02
sheepdog: Assign bs to file in sd_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
1
-1
/
+1
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
1
-3
/
+2
2016-01-13
error: Use error_report_err() where appropriate (again)
Markus Armbruster
1
-2
/
+1
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
1
-13
/
+25
2015-09-25
sheepdog: refine discard support
Hitoshi Mitake
1
-9
/
+20
2015-09-25
sheepdog: use per AIOCB dirty indexes for non overlapping requests
Hitoshi Mitake
1
-28
/
+35
2015-09-25
sheepdog: add reopen support
Liu Yuan
1
-0
/
+76
2015-09-14
block: Drop drv parameter from bdrv_open()
Max Reitz
1
-3
/
+2
2015-07-28
sheepdog: serialize requests to overwrapping area
Hitoshi Mitake
1
-81
/
+71
2015-05-08
sheepdog: fix resource leak with sd_snapshot_create
zhanghailiang
1
-0
/
+1
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
1
-1
/
+1
2015-03-10
sheepdog: Fix misleading error messages in sd_snapshot_create()
Markus Armbruster
1
-3
/
+2
2015-03-10
sheepdog: fix confused return values
Liu Yuan
1
-0
/
+11
2015-03-09
sheepdog: selectable object size support
Teruaki Ishizaki
1
-22
/
+133
2015-02-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
1
-26
/
+13
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-26
/
+13
2015-02-16
block: Remove "growable" from BDS
Max Reitz
1
-1
/
+1
2015-02-16
block: Add Error parameter to bdrv_find_protocol()
Max Reitz
1
-1
/
+1
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-2
/
+2
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
1
-4
/
+4
2014-09-22
sheepdog: Convert sd_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-27
/
+19
2014-09-12
block: round up file size to nearest sector
Hu Tao
1
-1
/
+2
2014-08-29
sheepdog: fix a core dump while do auto-reconnecting
Liu Yuan
1
-1
/
+1
2014-08-29
sheepdog: improve error handling for a case of failed lock
Hitoshi Mitake
1
-0
/
+2
2014-08-29
sheepdog: adopting protocol update for VDI locking
Hitoshi Mitake
1
-1
/
+7
2014-08-20
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
1
-1
/
+1
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+2
2014-06-23
sheepdog: fix NULL dereference in sd_create
Liu Yuan
1
-0
/
+1
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-3
/
+3
2014-06-16
sheepdog.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-55
/
+56
[next]