Sign in
qemu
/
qemu
/
1c0c06b1ea29d6f81424011f9b69b77cb0ea87ce
/
hw
/
9pfs
/
9p-local.c
92c4512
virtio-9p: Use ERRP_GUARD()
by Vladimir Sementsov-Ogievskiy
· 4 years, 6 months ago
846cf40
9p: local: always return -1 on error in local_unlinkat_common
by Daniel Henrique Barboza
· 5 years ago
841b8d0
9pfs: local: Fix possible memory leak in local_link()
by Jiajun Chen
· 5 years ago
4c5ec47
9pfs: make Error **errp const where it is appropriate
by Vladimir Sementsov-Ogievskiy
· 5 years ago
1a6ed33
9p: Added virtfs option 'multidevs=remap|forbid|warn'
by Antonios Motakis
· 5 years ago
ea52cdd
fsdev: Add return value to fsdev_throttle_parse_opts()
by Greg Kurz
· 5 years ago
c0da0cb
9p: Simplify error path of v9fs_device_realize_common()
by Greg Kurz
· 5 years ago
4b57664
error: Fix use of error_prepend() with &error_fatal, &error_abort
by Markus Armbruster
· 6 years ago
230f1b3
9p: darwin: Explicitly cast comparisons of mode_t with -1
by Keno Fischer
· 7 years ago
5c99fa3
cutils: Provide strchrnul
by Keno Fischer
· 7 years ago
5b7b2f9
9p: local: Avoid warning if FS_IOC_GETVERSION is not defined
by Keno Fischer
· 7 years ago
2306271
9p: local: Properly set errp in fstatfs error path
by Keno Fischer
· 7 years ago
922a01a
Move include qemu/option.h from qemu-common.h to actual users
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
65603a8
fsdev: improve error handling of backend init
by Greg Kurz
· 7 years ago
91cda4e
fsdev: improve error handling of backend opts parsing
by Greg Kurz
· 7 years ago
7bd41d3
9pfs: fix type in *_parse_opts declarations
by Greg Kurz
· 7 years ago
aa5e85a
9pfs: local: clarify fchmodat_nofollow() implementation
by Greg Kurz
· 7 years ago
4751fd5
9pfs: local: fix fchmodat_nofollow() limitations
by Greg Kurz
· 7 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
6a87e79
9pfs: local: fix unlink of alien files in mapped-file mode
by Greg Kurz
· 8 years ago
7a95434
9pfs: local: forbid client access to metadata (CVE-2017-7493)
by Greg Kurz
· 8 years ago
9c6b899
9pfs: local: set the path of the export root to "."
by Greg Kurz
· 8 years ago
b003fc0
9pfs: fix vulnerability in openat_dir() and local_unlinkat_common()
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
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
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
b8bbdb8
fsdev: add IO throttle support to fsdev devices
by Pradeep Jagadeesh
· 8 years ago
6fe76ac
9pfs: local: trivial cosmetic fix in pwritev op
by Greg Kurz
· 8 years ago
e3e83f2
9pfs: introduce v9fs_path_sprintf() helper
by Greg Kurz
· 8 years ago
635324e
9p: switch back to readdir()
by Greg Kurz
· 9 years ago
f314ea4
9p: introduce the V9fsDir type
by Greg Kurz
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
fbc0412
9pfs: Clean up includes
by Peter Maydell
· 9 years ago
63325b1
9pfs: use error_report() instead of fprintf(stderr)
by Greg Kurz
· 9 years ago
ebe74f8
9pfs: break out 9p.h from virtio-9p.h
by Wei Liu
· 9 years ago
267ae09
9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}
by Wei Liu
· 9 years ago
f00d4f5
9pfs: rename virtio-9p-local.c to 9p-local.c
by Wei Liu
· 9 years ago
[Renamed (99%) from hw/9pfs/virtio-9p-local.c]
0289a41
9pfs: Fix warnings from Sparse
by Stefan Weil
· 10 years ago
4ed7b2c
virtio: Fix memory leaks reported by Coverity
by Stefan Weil
· 10 years ago
1b6f85e
9pfs-local: simplify/optimize local_mapped_attr_path()
by Michael Tokarev
· 10 years ago
438940c
9pfs: remove useless return
by Michael Tokarev
· 10 years ago
840a1bf
hw/9pfs: Don't return type from host in readdir on local 9p filesystem
by Bastian Blank
· 10 years ago
f8ad4a8
hw/9pfs: Use little-endian format for xattr values
by Aneesh Kumar K.V
· 10 years ago
69b1521
hw/9pfs: Add include file for exported symbol
by Stefan Weil
· 11 years ago
4fa4ce7
hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
by Chen Gang
· 11 years ago
fae0864
hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
by Chen Gang
· 11 years ago
75b7931
hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"
by Chen Gang
· 11 years ago
1a9978a
hw/9pfs: make get_st_gen() return ENOTTY error on special files
by Kirill A. Shutemov
· 11 years ago
0e5fc99
hw/9pfs: fix error handing in local_ioc_getversion()
by Kirill A. Shutemov
· 11 years ago
0ceb092
hw/9pfs: Use O_NOFOLLOW when opening files on server
by Aneesh Kumar K.V
· 12 years ago
aed858c
hw/9pfs: use O_NOFOLLOW for mapped readlink operation
by Aneesh Kumar K.V
· 12 years ago
c7e775e
remove double semicolons
by Dong Xu Wang
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
d3f8e13
hw/9pfs: Fix unchecked strdup() by converting to g_strdup()
by Markus Armbruster
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
2d40564
hw/9pfs: Preserve S_ISGID
by M. Mohan Kumar
· 13 years ago
2c30dd7
hw/9pfs: Add new security model mapped-file.
by Aneesh Kumar K.V
· 13 years ago
99519f0
hw/9pfs: Move opt validation to FsDriver callback
by Aneesh Kumar K.V
· 13 years ago
8b88827
hw/9pfs: Use the correct file descriptor in Fsdriver Callback
by Aneesh Kumar K.V
· 13 years ago
2507718
9pfs: improve portability to older systems
by Aneesh Kumar K.V
· 13 years ago
ae0f940
9pfs: improve portability to older systems
by Paolo Bonzini
· 13 years ago
4f26f2b
configure: fix detection for xattr.h on modern distributions
by Avi Kivity
· 13 years ago
cc720dd
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
by Aneesh Kumar K.V
· 13 years ago
17b1971
hw/9pfs: Fix error handling in local_mknod
by Aneesh Kumar K.V
· 13 years ago
b97400c
hw/9pfs: Use export flag for indicating security model
by Aneesh Kumar K.V
· 13 years ago
c98f1d4
hw/9pfs: Use export_flag for indicating whether fs driver use path names.
by Aneesh Kumar K.V
· 13 years ago
e06a765
hw/9pfs: Add st_gen support in getattr reply
by Harsh Prateek Bora
· 13 years ago
d3ab98e
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
by Aneesh Kumar K.V
· 13 years ago
532decb
hw/9pfs: Add fs driver specific details to fscontext
by Aneesh Kumar K.V
· 13 years ago
0174fe7
hw/9pfs: Add init callback to fs driver
by Aneesh Kumar K.V
· 13 years ago
2289be1
hw/9pfs: Move fid pathname tracking to seperate data type.
by Aneesh Kumar K.V
· 13 years ago
Next »