Sign in
qemu
/
qemu
/
4e4259d3c574a8e89c3af27bcb84bc19a442efb1
/
hw
/
9pfs
772a736
9pfs: check the size of transport buffer before marshaling
by Jan Dakinevich
· 7 years ago
4d8bc73
9pfs: fix name_to_path assertion in v9fs_complete_rename()
by Jan Dakinevich
· 7 years ago
6069537
9pfs: fix readdir() for 9p2000.u
by Jan Dakinevich
· 7 years ago
aa5e85a
9pfs: local: clarify fchmodat_nofollow() implementation
by Greg Kurz
· 7 years ago
403a905
9pfs: avoid sign conversion error simplifying the code
by Philippe Mathieu-Daudé
· 7 years ago
5f8c92e
9pfs: fix dependencies
by Cornelia Huck
· 7 years ago
4751fd5
9pfs: local: fix fchmodat_nofollow() limitations
by Greg Kurz
· 7 years ago
87e0331
docs: fix broken paths to docs/devel/tracing.txt
by Philippe Mathieu-Daudé
· 8 years ago
3dc6f86
Convert error_report() to warn_report()
by Alistair Francis
· 8 years ago
06a37db
9pfs: handle transport errors in pdu_complete()
by Greg Kurz
· 8 years ago
e08d1e1
xen-9pfs: disconnect if buffers are misconfigured
by Stefano Stabellini
· 8 years ago
8d37de4
virtio-9p: break device if buffers are misconfigured
by Greg Kurz
· 8 years ago
a4d9985
virtio-9p: message header is 7-byte long
by Greg Kurz
· 8 years ago
3a21fb2
virtio-9p: record element after sanity checks
by Greg Kurz
· 8 years ago
453a1b2
9pfs: replace g_malloc()+memcpy() with g_memdup()
by Marc-André Lureau
· 8 years ago
b96feb2
9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes
by Tobias Schramm
· 8 years ago
790db7e
9pfs: local: remove: use correct path component
by Bruce Rogers
· 8 years ago
81ffbf5
9pfs: local: metadata file for the VirtFS root
by Greg Kurz
· 8 years ago
3dbcf27
9pfs: local: simplify file opening
by Greg Kurz
· 8 years ago
f57f587
9pfs: local: resolve special directories in paths
by Greg Kurz
· 8 years ago
4fa6200
9pfs: check return value of v9fs_co_name_to_path()
by Greg Kurz
· 8 years ago
24df337
9pfs: assume utimensat() and futimens() are present
by Greg Kurz
· 8 years ago
6a87e79
9pfs: local: fix unlink of alien files in mapped-file mode
by Greg Kurz
· 8 years ago
a17d865
9pfs: drop pdu_push_and_notify()
by Greg Kurz
· 8 years ago
506f327
virtio-9p/xen-9p: move 9p specific bits to core 9p code
by Greg Kurz
· 8 years ago
2ccbd47
Merge remote-tracking branch 'quintela/tags/migration/20170517' into staging
by Stefan Hajnoczi
· 8 years ago
795c40b
migration: Create migration/blocker.h
by Juan Quintela
· 8 years ago
01cd90b
xen: call qemu_set_cloexec instead of fcntl
by Stefano Stabellini
· 8 years ago
c0c24b9
xen/9pfs: fix two resource leaks on error paths, discovered by Coverity
by Stefano Stabellini
· 8 years ago
7a95434
9pfs: local: forbid client access to metadata (CVE-2017-7493)
by Greg Kurz
· 8 years ago
52e94ea
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' into staging
by Peter Maydell
· 8 years ago
e737b6d
xen/9pfs: build and register Xen 9pfs backend
by Stefano Stabellini
· 8 years ago
4476e09
xen/9pfs: send responses back to the frontend
by Stefano Stabellini
· 8 years ago
40a2389
xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshal
by Stefano Stabellini
· 8 years ago
47b70fb
xen/9pfs: receive requests from the frontend
by Stefano Stabellini
· 8 years ago
f23ef34
xen/9pfs: connect to the frontend
by Stefano Stabellini
· 8 years ago
b37eeb0
xen/9pfs: introduce Xen 9pfs backend
by Stefano Stabellini
· 8 years ago
c9fb47e
9p: introduce a type for the 9p header
by Stefano Stabellini
· 8 years ago
9c6b899
9pfs: local: set the path of the export root to "."
by Greg Kurz
· 8 years ago
4ffcdef
9pfs: xattr: fix memory leak in v9fs_list_xattr
by Li Qiang
· 8 years ago
6d54af0
9pfs: clear migration blocker at session reset
by Greg Kurz
· 8 years ago
18adde8
9pfs: fix multiple flush for same request
by Greg Kurz
· 8 years ago
d63fb19
9pfs: fix file descriptor leak
by Li Qiang
· 8 years ago
262169a
9pfs: proxy: assert if unmarshal fails
by Greg Kurz
· 8 years ago
d5f2af7
9pfs: don't try to flush self and avoid QEMU hang on reset
by Greg Kurz
· 8 years ago
b003fc0
9pfs: fix vulnerability in openat_dir() and local_unlinkat_common()
by Greg Kurz
· 8 years ago
918112c
9pfs: fix O_PATH build break with older glibc versions
by Greg Kurz
· 8 years ago
b314f6a
9pfs: don't use AT_EMPTY_PATH in local_set_cred_passthrough()
by Greg Kurz
· 8 years ago
23da014
9pfs: fail local_statfs() earlier
by Greg Kurz
· 8 years ago
faab207
9pfs: fix fd leak in local_opendir()
by Greg Kurz
· 8 years ago
b7361d4
9pfs: fix bogus fd check in local_remove()
by Greg Kurz
· 8 years ago
7287e35
Merge remote-tracking branch 'remotes/gkurz/tags/cve-2016-9602-for-upstream' into staging
by Peter Maydell
· 8 years ago
c23d5f1
9pfs: local: drop unused code
by Greg Kurz
· 8 years ago
a565fea
9pfs: local: open2: don't follow symlinks
by Greg Kurz
· 8 years ago
3f3a169
9pfs: local: mkdir: don't follow symlinks
by Greg Kurz
· 8 years ago
d815e72
9pfs: local: mknod: don't follow symlinks
by Greg Kurz
· 8 years ago
3877161
9pfs: local: symlink: don't follow symlinks
by Greg Kurz
· 8 years ago
d369f20
9pfs: local: chown: don't follow symlinks
by Greg Kurz
· 8 years ago
e3187a4
9pfs: local: chmod: don't follow symlinks
by Greg Kurz
· 8 years ago
ad0b46e
9pfs: local: link: don't follow symlinks
by Greg Kurz
· 8 years ago
6dd4b1f
9pfs: local: improve error handling in link op
by Greg Kurz
· 8 years ago
d2767ed
9pfs: local: rename: use renameat
by Greg Kurz
· 8 years ago
99f2cf4
9pfs: local: renameat: don't follow symlinks
by Greg Kurz
· 8 years ago
f9aef99
9pfs: local: lstat: don't follow symlinks
by Greg Kurz
· 8 years ago
bec1e95
9pfs: local: readlink: don't follow symlinks
by Greg Kurz
· 8 years ago
ac125d9
9pfs: local: truncate: don't follow symlinks
by Greg Kurz
· 8 years ago
31e51d1
9pfs: local: statfs: don't follow symlinks
by Greg Kurz
· 8 years ago
a33eda0
9pfs: local: utimensat: don't follow symlinks
by Greg Kurz
· 8 years ago
a0e640a
9pfs: local: remove: don't follow symlinks
by Greg Kurz
· 8 years ago
df4938a
9pfs: local: unlinkat: don't follow symlinks
by Greg Kurz
· 8 years ago
72f0d0b
9pfs: local: lremovexattr: don't follow symlinks
by Greg Kurz
· 8 years ago
3e36aba
9pfs: local: lsetxattr: don't follow symlinks
by Greg Kurz
· 8 years ago
5507904
9pfs: local: llistxattr: don't follow symlinks
by Greg Kurz
· 8 years ago
56ad3e5
9pfs: local: lgetxattr: don't follow symlinks
by Greg Kurz
· 8 years ago
996a0d7
9pfs: local: open/opendir: don't follow symlinks
by Greg Kurz
· 8 years ago
0e35a37
9pfs: local: keep a file descriptor on the shared folder
by Greg Kurz
· 8 years ago
6482a96
9pfs: introduce relative_openat_nofollow() helper
by Greg Kurz
· 8 years ago
21328e1
9pfs: remove side-effects in local_open() and local_opendir()
by Greg Kurz
· 8 years ago
00c90bd
9pfs: remove side-effects in local_init()
by Greg Kurz
· 8 years ago
56fc494
9pfs: local: move xattr security ops to 9p-xattr.c
by Greg Kurz
· 8 years ago
b8bbdb8
fsdev: add IO throttle support to fsdev devices
by Pradeep Jagadeesh
· 8 years ago
4bae2b3
9pfs: fix v9fs_lock error case
by Paolo Bonzini
· 8 years ago
1ace7ce
coroutine-lock: add mutex argument to CoQueue APIs
by Paolo Bonzini
· 8 years ago
c7f1cf0
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
fa0eb5c
9pfs: fix offset error in v9fs_xattr_read()
by Greg Kurz
· 8 years ago
6fe76ac
9pfs: local: trivial cosmetic fix in pwritev op
by Greg Kurz
· 8 years ago
0d78289
9pfs: fix off-by-one error in PDU free list
by Greg Kurz
· 8 years ago
a1bf8b7
9pfs: add missing coroutine_fn annotations
by Greg Kurz
· 8 years ago
fe44dc9
migration: disallow migrate_add_blocker during migration
by Ashijeet Acharya
· 8 years ago
baecbde
9pfs: fix P9_NOTAG and P9_NOFID macros
by Greg Kurz
· 8 years ago
f2b58c4
9pfs: fix crash when fsdev is missing
by Greg Kurz
· 8 years ago
88da0b0
9pfs: introduce init_out/in_iov_from_pdu
by Stefano Stabellini
· 8 years ago
bcb8998
9pfs: call v9fs_init_qiov_from_pdu before v9fs_pack
by Stefano Stabellini
· 8 years ago
ea83441
9pfs: introduce transport specific callbacks
by Stefano Stabellini
· 8 years ago
583f21f
9pfs: move pdus to V9fsState
by Stefano Stabellini
· 8 years ago
898ae90
9pfs: add cleanup operation for proxy backend driver
by Li Qiang
· 8 years ago
971f406
9pfs: add cleanup operation for handle backend driver
by Li Qiang
· 8 years ago
702dbcc
9pfs: add cleanup operation in FileOperations
by Li Qiang
· 8 years ago
4774718
9pfs: adjust the order of resource cleanup in device unrealize
by Li Qiang
· 8 years ago
79decce
9pfs: drop excessive error message from virtfs_reset()
by Greg Kurz
· 8 years ago
Next »