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