index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
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
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