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