index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
virtio-9p-local.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-08
9pfs: rename virtio-9p-local.c to 9p-local.c
Wei Liu
1
-1280
/
+0
2015-03-19
9pfs: Fix warnings from Sparse
Stefan Weil
1
-2
/
+2
2015-03-16
virtio: Fix memory leaks reported by Coverity
Stefan Weil
1
-20
/
+8
2015-03-12
9pfs-local: simplify/optimize local_mapped_attr_path()
Michael Tokarev
1
-13
/
+11
2015-03-10
9pfs: remove useless return
Michael Tokarev
1
-1
/
+0
2014-09-04
hw/9pfs: Don't return type from host in readdir on local 9p filesystem
Bastian Blank
1
-1
/
+4
2014-09-02
hw/9pfs: Use little-endian format for xattr values
Aneesh Kumar K.V
1
-24
/
+20
2014-05-07
hw/9pfs: Add include file for exported symbol
Stefan Weil
1
-0
/
+1
2014-03-04
hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
Chen Gang
1
-100
/
+187
2014-03-03
hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
Chen Gang
1
-3
/
+4
2014-03-03
hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"
Chen Gang
1
-1
/
+1
2014-02-02
hw/9pfs: make get_st_gen() return ENOTTY error on special files
Kirill A. Shutemov
1
-1
/
+2
2014-02-02
hw/9pfs: fix error handing in local_ioc_getversion()
Kirill A. Shutemov
1
-3
/
+4
2013-05-28
hw/9pfs: Use O_NOFOLLOW when opening files on server
Aneesh Kumar K.V
1
-7
/
+41
2013-05-28
hw/9pfs: use O_NOFOLLOW for mapped readlink operation
Aneesh Kumar K.V
1
-1
/
+1
2013-05-12
remove double semicolons
Dong Xu Wang
1
-1
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2013-01-30
hw/9pfs: Fix unchecked strdup() by converting to g_strdup()
Markus Armbruster
1
-4
/
+4
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-01-30
hw/9pfs: Preserve S_ISGID
M. Mohan Kumar
1
-3
/
+4
2012-01-19
hw/9pfs: Add new security model mapped-file.
Aneesh Kumar K.V
1
-4
/
+346
2012-01-04
hw/9pfs: Move opt validation to FsDriver callback
Aneesh Kumar K.V
1
-0
/
+34
2011-12-04
hw/9pfs: Use the correct file descriptor in Fsdriver Callback
Aneesh Kumar K.V
1
-10
/
+26
2011-11-28
9pfs: improve portability to older systems
Aneesh Kumar K.V
1
-1
/
+6
2011-11-28
9pfs: improve portability to older systems
Paolo Bonzini
1
-2
/
+5
2011-11-09
configure: fix detection for xattr.h on modern distributions
Avi Kivity
1
-1
/
+1
2011-10-31
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
Aneesh Kumar K.V
1
-41
/
+59
2011-10-31
hw/9pfs: Fix error handling in local_mknod
Aneesh Kumar K.V
1
-8
/
+5
2011-10-15
hw/9pfs: Use export flag for indicating security model
Aneesh Kumar K.V
1
-26
/
+26
2011-10-15
hw/9pfs: Use export_flag for indicating whether fs driver use path names.
Aneesh Kumar K.V
1
-1
/
+1
2011-10-15
hw/9pfs: Add st_gen support in getattr reply
Harsh Prateek Bora
1
-1
/
+53
2011-10-12
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
Aneesh Kumar K.V
1
-2
/
+16
2011-09-22
hw/9pfs: Add fs driver specific details to fscontext
Aneesh Kumar K.V
1
-0
/
+1
2011-09-22
hw/9pfs: Add init callback to fs driver
Aneesh Kumar K.V
1
-1
/
+6
2011-09-22
hw/9pfs: Move fid pathname tracking to seperate data type.
Aneesh Kumar K.V
1
-40
/
+165
2011-08-22
use readdir_r instead of readdir for reentrancy
Harsh Prateek Bora
1
-3
/
+4
2011-06-01
[virtio-9p] Make rpath thread safe
Venkateswararao Jujjuri (JV)
1
-71
/
+64
2011-06-01
virtio-9p: Use relative includes for files in hw
Stefan Weil
1
-1
/
+2
2011-04-27
hw/virtio-9p-local.c: Remove unnecessary null char in symlink file
Harsh Prateek Bora
1
-1
/
+1
2011-04-27
virtio-9p: move 9p files around
Aneesh Kumar K.V
1
-0
/
+563