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
*
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
|
*
9pfs: local: remove: don't follow symlinks
Greg Kurz
2017-02-28
1
-43
/
+21
|
*
9pfs: local: unlinkat: don't follow symlinks
Greg Kurz
2017-02-28
1
-43
/
+56
|
*
9pfs: local: open/opendir: don't follow symlinks
Greg Kurz
2017-02-28
1
-10
/
+27
|
*
9pfs: local: keep a file descriptor on the shared folder
Greg Kurz
2017-02-28
1
-2
/
+28
|
*
9pfs: remove side-effects in local_open() and local_opendir()
Greg Kurz
2017-02-28
1
-3
/
+10
|
*
9pfs: remove side-effects in local_init()
Greg Kurz
2017-02-28
1
-18
/
+19
*
|
fsdev: add IO throttle support to fsdev devices
Pradeep Jagadeesh
2017-02-28
1
-0
/
+8
|
/
*
9pfs: local: trivial cosmetic fix in pwritev op
Greg Kurz
2017-01-25
1
-2
/
+1
*
9pfs: introduce v9fs_path_sprintf() helper
Greg Kurz
2016-09-16
1
-5
/
+2
*
9p: switch back to readdir()
Greg Kurz
2016-06-06
1
-9
/
+11
*
9p: introduce the V9fsDir type
Greg Kurz
2016-06-06
1
-9
/
+9
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
9pfs: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
9pfs: use error_report() instead of fprintf(stderr)
Greg Kurz
2016-01-22
1
-7
/
+8
*
9pfs: break out 9p.h from virtio-9p.h
Wei Liu
2016-01-08
1
-1
/
+1
*
9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}
Wei Liu
2016-01-08
1
-1
/
+1
*
9pfs: rename virtio-9p-local.c to 9p-local.c
Wei Liu
2016-01-08
1
-0
/
+1279