index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
gluster.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-12
block: don't convert file size to sector size
Hu Tao
1
-5
/
+4
2014-09-12
block: round up file size to nearest sector
Hu Tao
1
-2
/
+2
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-4
/
+4
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-4
/
+4
2014-06-16
gluster.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-39
/
+42
2014-06-04
gluster: use BlockDriverState's AioContext
Stefan Hajnoczi
1
-1
/
+6
2014-05-09
gluster: Correctly propagate errors when volume isn't accessible
Peter Krempa
1
-1
/
+6
2014-03-25
Fixed various typos
Deepak Kathayat
1
-1
/
+1
2014-03-05
gluster: Remove unused defines and header include
Bharata B Rao
1
-4
/
+0
2014-03-05
gluster: Change licence to GPLv2+
Bharata B Rao
1
-10
/
+2
2014-03-04
block/gluster: Add missing argument to qemu_gluster_init() call
Andreas Färber
1
-1
/
+1
2014-02-28
block: gluster - add reopen support.
Jeff Cody
1
-0
/
+102
2014-02-28
block: gluster - code movements, state storage changes
Jeff Cody
1
-15
/
+26
2014-02-21
gluster: correctly propagate errors
Paolo Bonzini
1
-11
/
+13
2014-02-21
gluster: default scheme to gluster:// and host to localhost.
Paolo Bonzini
1
-2
/
+2
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-1
/
+1
2014-01-22
gluster: Add support for creating zero-filled image
Bharata B Rao
1
-1
/
+49
2014-01-22
gluster: Implement .bdrv_co_write_zeroes for gluster
Bharata B Rao
1
-19
/
+60
2014-01-22
gluster: Convert aio routines into coroutines
Bharata B Rao
1
-147
/
+74
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-1
/
+1
2013-09-25
block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
Benoît Canet
1
-0
/
+4
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
1
-1
/
+1
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-1
/
+1
2013-08-30
gluster: Abort on AIO completion failure
Bharata B Rao
1
-13
/
+2
2013-08-19
aio: drop io_flush argument
Stefan Hajnoczi
1
-4
/
+3
2013-08-19
block/gluster: drop qemu_gluster_aio_flush_cb()
Stefan Hajnoczi
1
-17
/
+1
2013-07-29
gluster: Add image resize support
Paolo Bonzini
1
-0
/
+17
2013-07-19
gluster: Add discard support for GlusterFS block driver.
Bharata B Rao
1
-0
/
+45
2013-06-28
gluster: Return bdrv_has_zero_init = 0
Kevin Wolf
1
-0
/
+10
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
1
-2
/
+2
2013-04-22
gluster: Use bdrv_open options instead of filename
Kevin Wolf
1
-1
/
+31
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
1
-1
/
+1
2013-02-11
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-11-14
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
1
-3
/
+3
2012-09-28
block: Support GlusterFS as a QEMU block backend.
Bharata B Rao
1
-0
/
+624