summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* 9p: xattr: Properly translate xattrcreate flagsKeno Fischer2018-06-072-2/+19
* 9p: Properly check/translate flags in unlinkatKeno Fischer2018-06-072-9/+12
* 9p: local: Avoid warning if FS_IOC_GETVERSION is not definedKeno Fischer2018-06-071-17/+23
* 9p: xattr: Fix crashes due to free of uninitialized valueKeno Fischer2018-06-071-2/+2
* 9p: Move a couple xattr functions to 9p-utilKeno Fischer2018-06-073-33/+37
* 9p: local: Properly set errp in fstatfs error pathKeno Fischer2018-06-071-0/+2
* 9p: proxy: Fix size passed to `connect`Keno Fischer2018-06-071-3/+2Star
* hw: make virtio devices configurable via default-configs/Paolo Bonzini2018-06-011-2/+4
* xen: remove other open-coded use of libxengnttabPaul Durrant2018-05-221-17/+15Star
* 9p: add trace event for v9fs_setattr()Greg Kurz2018-05-022-0/+7
* 9p: fix leak in synth_name_to_path()Marc-André Lureau2018-02-191-0/+1
* 9p: v9fs_path_copy() readabilityMarc-André Lureau2018-02-192-6/+5Star
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-094-0/+4
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-1/+3
* tests: virtio-9p: add FLUSH operation testGreg Kurz2018-02-023-0/+28
* tests: virtio-9p: add WRITE operation testGreg Kurz2018-02-012-0/+12
* tests: virtio-9p: add LOPEN operation testGreg Kurz2018-02-012-0/+6
* tests: virtio-9p: use the synth backendGreg Kurz2018-02-012-0/+20
* 9pfs: Correctly handle cancelled requestsKeno Fischer2018-02-012-0/+19
* 9pfs: drop v9fs_register_transport()Greg Kurz2018-02-014-17/+10Star
* 9pfs: deprecate handle backendGreg Kurz2018-01-081-0/+2
* fsdev: improve error handling of backend initGreg Kurz2018-01-085-13/+14
* fsdev: improve error handling of backend opts parsingGreg Kurz2018-01-083-18/+33
* 9pfs: make pdu_marshal() and pdu_unmarshal() static functionsGreg Kurz2018-01-082-4/+2Star
* 9pfs: fix error path in pdu_submit()Greg Kurz2018-01-081-4/+2Star
* 9pfs: fix type in *_parse_opts declarationsGreg Kurz2018-01-083-3/+3
* 9pfs: handle: fix type definitionGreg Kurz2018-01-081-24/+24
* 9pfs: fix some type definitionsGreg Kurz2018-01-084-11/+11
* 9pfs: fix XattrOperations typedefGreg Kurz2018-01-081-3/+2Star
* virtio-9p: move unrealize/realize after virtio_9p_transport definitionGreg Kurz2018-01-081-31/+29Star
* 9pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz2017-11-061-1/+1
* 9pfs: drop one user of struct V9fsFidStateGreg Kurz2017-11-061-4/+4
* 9pfs: use g_malloc0 to allocate space for xattrPrasad J Pandit2017-10-161-2/+2
* 9pfs: check the size of transport buffer before marshalingJan Dakinevich2017-09-201-3/+12
* 9pfs: fix name_to_path assertion in v9fs_complete_rename()Jan Dakinevich2017-09-201-14/+9Star
* 9pfs: fix readdir() for 9p2000.uJan Dakinevich2017-09-201-13/+9Star
* 9pfs: local: clarify fchmodat_nofollow() implementationGreg Kurz2017-09-051-4/+8
* 9pfs: avoid sign conversion error simplifying the codePhilippe Mathieu-Daudé2017-09-051-4/+2Star
* 9pfs: fix dependenciesCornelia Huck2017-08-301-1/+1
* 9pfs: local: fix fchmodat_nofollow() limitationsGreg Kurz2017-08-102-16/+50
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* Convert error_report() to warn_report()Alistair Francis2017-07-131-1/+1
* 9pfs: handle transport errors in pdu_complete()Greg Kurz2017-06-291-8/+15
* xen-9pfs: disconnect if buffers are misconfiguredStefano Stabellini2017-06-291-21/+64
* virtio-9p: break device if buffers are misconfiguredGreg Kurz2017-06-294-7/+40
* virtio-9p: message header is 7-byte longGreg Kurz2017-06-292-5/+8
* virtio-9p: record element after sanity checksGreg Kurz2017-06-291-1/+2
* 9pfs: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau2017-06-291-2/+1Star
* 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modesTobias Schramm2017-06-292-4/+24
* 9pfs: local: remove: use correct path componentBruce Rogers2017-06-291-1/+1