aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)AuthorFilesLines
2018-06-299p: darwin: Explicitly cast comparisons of mode_t with -1Keno Fischer1-2/+2
2018-06-29cutils: Provide strchrnulKeno Fischer1-1/+1
2018-06-079p: xattr: Properly translate xattrcreate flagsKeno Fischer2-2/+19
2018-06-079p: Properly check/translate flags in unlinkatKeno Fischer2-9/+12
2018-06-079p: local: Avoid warning if FS_IOC_GETVERSION is not definedKeno Fischer1-17/+23
2018-06-079p: xattr: Fix crashes due to free of uninitialized valueKeno Fischer1-2/+2
2018-06-079p: Move a couple xattr functions to 9p-utilKeno Fischer3-33/+37
2018-06-079p: local: Properly set errp in fstatfs error pathKeno Fischer1-0/+2
2018-06-079p: proxy: Fix size passed to `connect`Keno Fischer1-3/+2
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini1-2/+4
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant1-17/+15
2018-05-029p: add trace event for v9fs_setattr()Greg Kurz2-0/+7
2018-02-199p: fix leak in synth_name_to_path()Marc-André Lureau1-0/+1
2018-02-199p: v9fs_path_copy() readabilityMarc-André Lureau2-6/+5
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster4-0/+4
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-1/+3
2018-02-02tests: virtio-9p: add FLUSH operation testGreg Kurz3-0/+28
2018-02-01tests: virtio-9p: add WRITE operation testGreg Kurz2-0/+12
2018-02-01tests: virtio-9p: add LOPEN operation testGreg Kurz2-0/+6
2018-02-01tests: virtio-9p: use the synth backendGreg Kurz2-0/+20
2018-02-019pfs: Correctly handle cancelled requestsKeno Fischer2-0/+19
2018-02-019pfs: drop v9fs_register_transport()Greg Kurz4-17/+10
2018-01-089pfs: deprecate handle backendGreg Kurz1-0/+2
2018-01-08fsdev: improve error handling of backend initGreg Kurz5-13/+14
2018-01-08fsdev: improve error handling of backend opts parsingGreg Kurz3-18/+33
2018-01-089pfs: make pdu_marshal() and pdu_unmarshal() static functionsGreg Kurz2-4/+2
2018-01-089pfs: fix error path in pdu_submit()Greg Kurz1-4/+2
2018-01-089pfs: fix type in *_parse_opts declarationsGreg Kurz3-3/+3
2018-01-089pfs: handle: fix type definitionGreg Kurz1-24/+24
2018-01-089pfs: fix some type definitionsGreg Kurz4-11/+11
2018-01-089pfs: fix XattrOperations typedefGreg Kurz1-3/+2
2018-01-08virtio-9p: move unrealize/realize after virtio_9p_transport definitionGreg Kurz1-31/+29
2017-11-069pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz1-1/+1
2017-11-069pfs: drop one user of struct V9fsFidStateGreg Kurz1-4/+4
2017-10-169pfs: use g_malloc0 to allocate space for xattrPrasad J Pandit1-2/+2
2017-09-209pfs: check the size of transport buffer before marshalingJan Dakinevich1-3/+12
2017-09-209pfs: fix name_to_path assertion in v9fs_complete_rename()Jan Dakinevich1-14/+9
2017-09-209pfs: fix readdir() for 9p2000.uJan Dakinevich1-13/+9
2017-09-059pfs: local: clarify fchmodat_nofollow() implementationGreg Kurz1-4/+8
2017-09-059pfs: avoid sign conversion error simplifying the codePhilippe Mathieu-Daudé1-4/+2
2017-08-309pfs: fix dependenciesCornelia Huck1-1/+1
2017-08-109pfs: local: fix fchmodat_nofollow() limitationsGreg Kurz2-16/+50
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-13Convert error_report() to warn_report()Alistair Francis1-1/+1
2017-06-299pfs: handle transport errors in pdu_complete()Greg Kurz1-8/+15
2017-06-29xen-9pfs: disconnect if buffers are misconfiguredStefano Stabellini1-21/+64
2017-06-29virtio-9p: break device if buffers are misconfiguredGreg Kurz4-7/+40
2017-06-29virtio-9p: message header is 7-byte longGreg Kurz2-5/+8
2017-06-29virtio-9p: record element after sanity checksGreg Kurz1-1/+2
2017-06-299pfs: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1