summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 9pfs: local: metadata file for the VirtFS rootGreg Kurz2017-05-251-27/+59
* 9pfs: local: simplify file openingGreg Kurz2017-05-253-50/+29Star
* 9pfs: local: resolve special directories in pathsGreg Kurz2017-05-251-7/+25
* 9pfs: check return value of v9fs_co_name_to_path()Greg Kurz2017-05-251-11/+25
* 9pfs: assume utimensat() and futimens() are presentGreg Kurz2017-05-251-5/+0Star
* 9pfs: local: fix unlink of alien files in mapped-file modeGreg Kurz2017-05-251-19/+15Star
* 9pfs: drop pdu_push_and_notify()Greg Kurz2017-05-251-6/+1Star
* virtio-9p/xen-9p: move 9p specific bits to core 9p codeGreg Kurz2017-05-254-14/+10Star
* Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi2017-05-181-1/+1
|\
| * migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* | xen: call qemu_set_cloexec instead of fcntlStefano Stabellini2017-05-161-1/+1
* | xen/9pfs: fix two resource leaks on error paths, discovered by CoverityStefano Stabellini2017-05-161-0/+2
|/