index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
9p-local.c
Age
Commit message (
Expand
)
Author
2020-07-10
virtio-9p: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-01-20
9p: local: always return -1 on error in local_unlinkat_common
Daniel Henrique Barboza
2020-01-20
9pfs: local: Fix possible memory leak in local_link()
Jiajun Chen
2019-12-18
9pfs: make Error **errp const where it is appropriate
Vladimir Sementsov-Ogievskiy
2019-10-10
9p: Added virtfs option 'multidevs=remap|forbid|warn'
Antonios Motakis
2019-10-10
fsdev: Add return value to fsdev_throttle_parse_opts()
Greg Kurz
2019-10-10
9p: Simplify error path of v9fs_device_realize_common()
Greg Kurz
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
2018-06-29
9p: darwin: Explicitly cast comparisons of mode_t with -1
Keno Fischer
2018-06-29
cutils: Provide strchrnul
Keno Fischer
2018-06-07
9p: local: Avoid warning if FS_IOC_GETVERSION is not defined
Keno Fischer
2018-06-07
9p: local: Properly set errp in fstatfs error path
Keno Fischer
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-08
fsdev: improve error handling of backend init
Greg Kurz
2018-01-08
fsdev: improve error handling of backend opts parsing
Greg Kurz
2018-01-08
9pfs: fix type in *_parse_opts declarations
Greg Kurz
2017-09-05
9pfs: local: clarify fchmodat_nofollow() implementation
Greg Kurz
2017-08-10
9pfs: local: fix fchmodat_nofollow() limitations
Greg Kurz
2017-06-29
9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes
Tobias Schramm
2017-06-29
9pfs: local: remove: use correct path component
Bruce Rogers
2017-05-25
9pfs: local: metadata file for the VirtFS root
Greg Kurz
2017-05-25
9pfs: local: simplify file opening
Greg Kurz
2017-05-25
9pfs: local: resolve special directories in paths
Greg Kurz
2017-05-25
9pfs: local: fix unlink of alien files in mapped-file mode
Greg Kurz
2017-05-15
9pfs: local: forbid client access to metadata (CVE-2017-7493)
Greg Kurz
2017-04-18
9pfs: local: set the path of the export root to "."
Greg Kurz
2017-03-06
9pfs: fix vulnerability in openat_dir() and local_unlinkat_common()
Greg Kurz
2017-03-06
9pfs: don't use AT_EMPTY_PATH in local_set_cred_passthrough()
Greg Kurz
2017-03-06
9pfs: fail local_statfs() earlier
Greg Kurz
2017-03-06
9pfs: fix fd leak in local_opendir()
Greg Kurz
2017-03-06
9pfs: fix bogus fd check in local_remove()
Greg Kurz
2017-03-01
Merge remote-tracking branch 'remotes/gkurz/tags/cve-2016-9602-for-upstream' ...
Peter Maydell
2017-02-28
9pfs: local: drop unused code
Greg Kurz
2017-02-28
9pfs: local: open2: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: mkdir: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: mknod: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: symlink: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: chown: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: chmod: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: link: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: improve error handling in link op
Greg Kurz
2017-02-28
9pfs: local: rename: use renameat
Greg Kurz
2017-02-28
9pfs: local: renameat: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: lstat: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: readlink: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: truncate: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: statfs: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: utimensat: don't follow symlinks
Greg Kurz
2017-02-28
9pfs: local: remove: don't follow symlinks
Greg Kurz
[next]