summaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-299pfs: local: Add support for custom fmode/dmode in 9ps mapped security modesTobias Schramm2-4/+24
2017-06-299pfs: local: remove: use correct path componentBruce Rogers1-1/+1
2017-05-259pfs: local: metadata file for the VirtFS rootGreg Kurz1-27/+59
2017-05-259pfs: local: simplify file openingGreg Kurz3-50/+29
2017-05-259pfs: local: resolve special directories in pathsGreg Kurz1-7/+25
2017-05-259pfs: check return value of v9fs_co_name_to_path()Greg Kurz1-11/+25
2017-05-259pfs: assume utimensat() and futimens() are presentGreg Kurz1-5/+0
2017-05-259pfs: local: fix unlink of alien files in mapped-file modeGreg Kurz1-19/+15
2017-05-259pfs: drop pdu_push_and_notify()Greg Kurz1-6/+1
2017-05-25virtio-9p/xen-9p: move 9p specific bits to core 9p codeGreg Kurz4-14/+10
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi1-1/+1
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-05-16xen: call qemu_set_cloexec instead of fcntlStefano Stabellini1-1/+1
2017-05-16xen/9pfs: fix two resource leaks on error paths, discovered by CoverityStefano Stabellini1-0/+2
2017-05-159pfs: local: forbid client access to metadata (CVE-2017-7493)Greg Kurz1-2/+56
2017-04-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell5-5/+469
2017-04-25xen/9pfs: build and register Xen 9pfs backendStefano Stabellini1-0/+1
2017-04-25xen/9pfs: send responses back to the frontendStefano Stabellini1-0/+19
2017-04-25xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshalStefano Stabellini1-2/+97
2017-04-25xen/9pfs: receive requests from the frontendStefano Stabellini1-0/+50
2017-04-25xen/9pfs: connect to the frontendStefano Stabellini1-1/+181
2017-04-25xen/9pfs: introduce Xen 9pfs backendStefano Stabellini2-0/+117
2017-04-219p: introduce a type for the 9p headerStefano Stabellini2-5/+7
2017-04-189pfs: local: set the path of the export root to "."Greg Kurz1-1/+6
2017-04-109pfs: xattr: fix memory leak in v9fs_list_xattrLi Qiang1-0/+1
2017-04-049pfs: clear migration blocker at session resetGreg Kurz1-5/+6
2017-04-049pfs: fix multiple flush for same requestGreg Kurz1-2/+4
2017-03-279pfs: fix file descriptor leakLi Qiang1-0/+8
2017-03-219pfs: proxy: assert if unmarshal failsGreg Kurz1-11/+11
2017-03-219pfs: don't try to flush self and avoid QEMU hang on resetGreg Kurz1-4/+8
2017-03-069pfs: fix vulnerability in openat_dir() and local_unlinkat_common()Greg Kurz2-2/+3
2017-03-069pfs: fix O_PATH build break with older glibc versionsGreg Kurz1-1/+6