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