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
/
gluster.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
1
-10
/
+3
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
1
-2
/
+2
2020-07-10
error: Reduce unnecessary error propagation
Markus Armbruster
1
-4
/
+4
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-3
/
+1
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-10
/
+5
2020-05-08
gluster: Drop useless has_zero_init callback
Eric Blake
1
-14
/
+0
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-0
/
+1
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+2
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-0
/
+1
2019-08-19
block: Implement .bdrv_has_zero_init_truncate()
Max Reitz
1
-0
/
+4
2019-07-15
gluster: fix .bdrv_reopen_prepare when backing file is a JSON object
Stefano Garzarella
1
-1
/
+11
2019-06-12
block/gluster: update .help of BLOCK_OPT_PREALLOC option
Stefano Garzarella
1
-1
/
+8
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-04-02
block/gluster: limit the transfer size to 512 MiB
Stefano Garzarella
1
-0
/
+16
2019-03-12
gluster: the glfs_io_cbk callback function pointer adds pre/post stat args
Niels de Vos
1
-1
/
+5
2019-03-12
gluster: Handle changed glfs_ftruncate signature
Prasanna Kumar Kalever
1
-0
/
+4
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+19
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-1
/
+1
2018-11-05
gluster: Support auto-read-only option
Kevin Wolf
1
-2
/
+10
2018-07-23
block: Fix typos in comments (found by codespell)
Stefan Weil
1
-1
/
+1
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
1
-6
/
+8
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+1
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
1
-1
/
+3
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-2
/
+2
2018-04-03
gluster: Fix blockdev-add with server.N.type=unix
Kevin Wolf
1
-4
/
+17
2018-03-13
block: include original filename when reporting invalid URIs
Daniel P. Berrangé
1
-1
/
+1
2018-03-09
gluster: Support .bdrv_co_create
Kevin Wolf
1
-44
/
+91
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-6
/
+7
2018-03-02
gluster: Switch to .bdrv_co_block_status()
Eric Blake
1
-36
/
+34
2018-02-13
gluster: Add preallocated truncation
Max Reitz
1
-16
/
+1
2018-02-13
gluster: Query current size in do_truncate()
Max Reitz
1
-2
/
+19
2018-02-13
gluster: Pull truncation from qemu_gluster_create
Max Reitz
1
-34
/
+40
2018-02-13
gluster: Move glfs_close() to create's clean-up
Max Reitz
1
-4
/
+6
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+2
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-2
/
+2
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-2
/
+2
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-1
/
+0
2017-09-04
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
1
-4
/
+2
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
1
-2
/
+1
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
1
-2
/
+1
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
1
-1
/
+7
2017-06-09
block/gluster.c: Handle qdict_array_entries() failure
Peter Maydell
1
-2
/
+1
2017-06-02
gluster: add support for PREALLOC_MODE_FALLOC
Niels de Vos
1
-36
/
+40
2017-05-24
block/gluster: glfs_lseek() workaround
Jeff Cody
1
-2
/
+16
2017-05-09
sockets: Rename SocketAddressFlat to SocketAddress
Markus Armbruster
1
-24
/
+24
2017-04-28
block: Add .bdrv_truncate() error messages
Max Reitz
1
-1
/
+3
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
1
-1
/
+2
2017-04-03
qapi-schema: SocketAddressFlat variants 'vsock' and 'fd'
Markus Armbruster
1
-0
/
+2
2017-04-03
gluster: Prepare for SocketAddressFlat extension
Markus Armbruster
1
-10
/
+16
[next]