aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)Author
2017-09-059pfs: local: clarify fchmodat_nofollow() implementationGreg Kurz
2017-09-059pfs: avoid sign conversion error simplifying the codePhilippe Mathieu-Daudé
2017-08-309pfs: fix dependenciesCornelia Huck
2017-08-109pfs: local: fix fchmodat_nofollow() limitationsGreg Kurz
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-06-299pfs: handle transport errors in pdu_complete()Greg Kurz
2017-06-29xen-9pfs: disconnect if buffers are misconfiguredStefano Stabellini
2017-06-29virtio-9p: break device if buffers are misconfiguredGreg Kurz
2017-06-29virtio-9p: message header is 7-byte longGreg Kurz
2017-06-29virtio-9p: record element after sanity checksGreg Kurz
2017-06-299pfs: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau
2017-06-299pfs: local: Add support for custom fmode/dmode in 9ps mapped security modesTobias Schramm
2017-06-299pfs: local: remove: use correct path componentBruce Rogers
2017-05-259pfs: local: metadata file for the VirtFS rootGreg Kurz
2017-05-259pfs: local: simplify file openingGreg Kurz
2017-05-259pfs: local: resolve special directories in pathsGreg Kurz
2017-05-259pfs: check return value of v9fs_co_name_to_path()Greg Kurz
2017-05-259pfs: assume utimensat() and futimens() are presentGreg Kurz
2017-05-259pfs: local: fix unlink of alien files in mapped-file modeGreg Kurz
2017-05-259pfs: drop pdu_push_and_notify()Greg Kurz
2017-05-25virtio-9p/xen-9p: move 9p specific bits to core 9p codeGreg Kurz
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-05-16xen: call qemu_set_cloexec instead of fcntlStefano Stabellini
2017-05-16xen/9pfs: fix two resource leaks on error paths, discovered by CoverityStefano Stabellini
2017-05-159pfs: local: forbid client access to metadata (CVE-2017-7493)Greg Kurz
2017-04-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell
2017-04-25xen/9pfs: build and register Xen 9pfs backendStefano Stabellini
2017-04-25xen/9pfs: send responses back to the frontendStefano Stabellini
2017-04-25xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshalStefano Stabellini
2017-04-25xen/9pfs: receive requests from the frontendStefano Stabellini
2017-04-25xen/9pfs: connect to the frontendStefano Stabellini
2017-04-25xen/9pfs: introduce Xen 9pfs backendStefano Stabellini
2017-04-219p: introduce a type for the 9p headerStefano Stabellini
2017-04-189pfs: local: set the path of the export root to "."Greg Kurz
2017-04-109pfs: xattr: fix memory leak in v9fs_list_xattrLi Qiang
2017-04-049pfs: clear migration blocker at session resetGreg Kurz
2017-04-049pfs: fix multiple flush for same requestGreg Kurz
2017-03-279pfs: fix file descriptor leakLi Qiang
2017-03-219pfs: proxy: assert if unmarshal failsGreg Kurz
2017-03-219pfs: don't try to flush self and avoid QEMU hang on resetGreg Kurz
2017-03-069pfs: fix vulnerability in openat_dir() and local_unlinkat_common()Greg Kurz
2017-03-069pfs: fix O_PATH build break with older glibc versionsGreg Kurz
2017-03-069pfs: don't use AT_EMPTY_PATH in local_set_cred_passthrough()Greg Kurz
2017-03-069pfs: fail local_statfs() earlierGreg Kurz
2017-03-069pfs: fix fd leak in local_opendir()Greg Kurz
2017-03-069pfs: fix bogus fd check in local_remove()Greg Kurz
2017-03-01Merge remote-tracking branch 'remotes/gkurz/tags/cve-2016-9602-for-upstream' ...Peter Maydell
2017-02-289pfs: local: drop unused codeGreg Kurz