index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
gluster.c
Age
Commit message (
Expand
)
Author
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-08-19
block: Implement .bdrv_has_zero_init_truncate()
Max Reitz
2019-07-15
gluster: fix .bdrv_reopen_prepare when backing file is a JSON object
Stefano Garzarella
2019-06-12
block/gluster: update .help of BLOCK_OPT_PREALLOC option
Stefano Garzarella
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-04-02
block/gluster: limit the transfer size to 512 MiB
Stefano Garzarella
2019-03-12
gluster: the glfs_io_cbk callback function pointer adds pre/post stat args
Niels de Vos
2019-03-12
gluster: Handle changed glfs_ftruncate signature
Prasanna Kumar Kalever
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2018-11-05
gluster: Support auto-read-only option
Kevin Wolf
2018-07-23
block: Fix typos in comments (found by codespell)
Stefan Weil
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-06-15
block: Add block-specific QDict header
Max Reitz
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-04-03
gluster: Fix blockdev-add with server.N.type=unix
Kevin Wolf
2018-03-13
block: include original filename when reporting invalid URIs
Daniel P. Berrangé
2018-03-09
gluster: Support .bdrv_co_create
Kevin Wolf
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
gluster: Switch to .bdrv_co_block_status()
Eric Blake
2018-02-13
gluster: Add preallocated truncation
Max Reitz
2018-02-13
gluster: Query current size in do_truncate()
Max Reitz
2018-02-13
gluster: Pull truncation from qemu_gluster_create
Max Reitz
2018-02-13
gluster: Move glfs_close() to create's clean-up
Max Reitz
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
2017-09-04
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
2017-06-09
block/gluster.c: Handle qdict_array_entries() failure
Peter Maydell
2017-06-02
gluster: add support for PREALLOC_MODE_FALLOC
Niels de Vos
2017-05-24
block/gluster: glfs_lseek() workaround
Jeff Cody
2017-05-09
sockets: Rename SocketAddressFlat to SocketAddress
Markus Armbruster
2017-04-28
block: Add .bdrv_truncate() error messages
Max Reitz
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-03
qapi-schema: SocketAddressFlat variants 'vsock' and 'fd'
Markus Armbruster
2017-04-03
gluster: Prepare for SocketAddressFlat extension
Markus Armbruster
2017-03-07
qapi-schema: Rename SocketAddressFlat's variant tcp to inet
Markus Armbruster
2017-03-07
qapi-schema: Rename GlusterServer to SocketAddressFlat
Markus Armbruster
2017-03-07
gluster: Plug memory leaks in qemu_gluster_parse_json()
Markus Armbruster
2017-03-07
gluster: Don't duplicate qapi-util.c's qapi_enum_parse()
Markus Armbruster
2017-03-07
gluster: Drop assumptions on SocketTransport names
Markus Armbruster
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-01-09
block: Rename raw-{posix,win32} to file-*.c
Eric Blake
[next]