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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
virtio-9p.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-21
9p: pass dotl flags to the unlinkat method
Paolo Bonzini
1
-10
/
+0
2011-11-02
hw/9pfs: use g_vasprintf() instead of rolling our own
Stefan Hajnoczi
1
-99
/
+4
2011-10-31
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
Aneesh Kumar K.V
1
-6
/
+6
2011-10-31
hw/9pfs: Read-only support for 9p export
M. Mohan Kumar
1
-0
/
+50
2011-10-30
hw/9pfs: Make VirtFS tracing work correctly
Aneesh Kumar K.V
1
-31
/
+29
2011-10-15
hw/9pfs: Use export_flag for indicating whether fs driver use path names.
Aneesh Kumar K.V
1
-3
/
+3
2011-10-15
hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.
Harsh Prateek Bora
1
-8
/
+0
2011-10-15
hw/9pfs: Introduce tracing for 9p pdu handlers
Harsh Prateek Bora
1
-0
/
+72
2011-10-15
hw/9pfs: Add st_gen support in getattr reply
Harsh Prateek Bora
1
-0
/
+9
2011-10-15
hw/9pfs: Add open flag mapping
M. Mohan Kumar
1
-1
/
+52
2011-10-15
virtio-9p: Use 9P specific Lock constants
M. Mohan Kumar
1
-1
/
+1
2011-10-12
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
Aneesh Kumar K.V
1
-6
/
+16
2011-09-22
hw/9pfs: Implement TFLUSH operation
Aneesh Kumar K.V
1
-187
/
+225
2011-09-22
hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk
Aneesh Kumar K.V
1
-10
/
+10
2011-09-22
hw/9pfs: Add fs driver specific details to fscontext
Aneesh Kumar K.V
1
-8
/
+22
2011-09-22
hw/9pfs: Move fid pathname tracking to seperate data type.
Aneesh Kumar K.V
1
-163
/
+203
2011-09-22
hw/9pfs: Use read-write lock for protecting fid path.
Aneesh Kumar K.V
1
-68
/
+42
2011-09-22
hw/9pfs: Make v9fs_string* functions non-static
Aneesh Kumar K.V
1
-5
/
+5
2011-09-09
hw/9pfs: add 9P2000.L unlinkat operation
Aneesh Kumar K.V
1
-0
/
+40
2011-09-09
hw/9pfs: add 9P2000.L renameat operation
Aneesh Kumar K.V
1
-0
/
+82
2011-09-09
hw/9pfs: Fix memleaks in some 9p operation
Aneesh Kumar K.V
1
-0
/
+2
2011-09-09
hw/9pfs: Initialize rest of qid field to zero.
Aneesh Kumar K.V
1
-0
/
+1
2011-09-09
hw/9pfs: Update the fidp path before opendir
Aneesh Kumar K.V
1
-0
/
+1
2011-08-25
hw/9pfs: mark directories also as un-reclaimable on unlink
Aneesh Kumar K.V
1
-35
/
+38
2011-08-25
hw/9pfs: Add directory reclaim support
Aneesh Kumar K.V
1
-2
/
+29
2011-08-25
hw/9pfs: Use v9fs_do_close instead of close
Aneesh Kumar K.V
1
-2
/
+2
2011-08-25
hw/9pfs: Add file descriptor reclaim support
Aneesh Kumar K.V
1
-3
/
+184
2011-08-25
hw/9pfs: Add reference counting for fid
Aneesh Kumar K.V
1
-91
/
+182
2011-08-22
use readdir_r instead of readdir for reentrancy
Harsh Prateek Bora
1
-6
/
+16
2011-08-22
hw/9pfs: Update v9fs_read to use coroutines
Aneesh Kumar K.V
1
-198
/
+117
2011-08-22
hw/9pfs: Update v9fs_attach to use coroutines
Aneesh Kumar K.V
1
-9
/
+4
2011-08-22
hw/9pfs: Update v9fs_wstat to use coroutines
Aneesh Kumar K.V
1
-201
/
+63
2011-08-22
hw/9pfs: Update v9fs_write to use coroutines
Aneesh Kumar K.V
1
-89
/
+59
2011-08-22
hw/9pfs: Update v9fs_link to use coroutines
Venkateswararao Jujjuri (JV)
1
-13
/
+6
2011-08-22
hw/9pfs: Update v9fs_symlink to use coroutines
Venkateswararao Jujjuri
1
-64
/
+28
2011-08-22
hw/9pfs: Update v9fs_create to use coroutines
Venkateswararao Jujjuri
1
-202
/
+97
2011-08-22
hw/9pfs: Update v9fs_fsync to use coroutines
Aneesh Kumar K.V
1
-16
/
+11
2011-08-22
hw/9pfs: Update v9fs_clunk to use coroutines
Aneesh Kumar K.V
1
-37
/
+7
2011-08-22
hw/9pfs: Update v9fs_walk to use coroutines
Aneesh Kumar K.V
1
-138
/
+68
2011-08-22
hw/9pfs: Update v9fs_stat to use coroutines
Aneesh Kumar K.V
1
-41
/
+21
2011-08-22
hw/9pfs: Update v9fs_lcreate to use coroutines
Venkateswararao Jujjuri
1
-91
/
+38
2011-08-22
hw/9pfs: Update v9fs_open to use coroutines
Aneesh Kumar K.V
1
-100
/
+43
2011-08-22
hw/9pfs: Update v9fs_getlock to use coroutines
Aneesh Kumar K.V
1
-23
/
+19
2011-08-22
hw/9pfs: Update v9fs_lock to use coroutines
Aneesh Kumar K.V
1
-24
/
+20
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-62
/
+62
2011-08-08
hw/9pfs: Update vfs_rename to use coroutines
Aneesh Kumar K.V
1
-80
/
+52
2011-08-08
hw/9pfs: Update v9fs_remove to use coroutines
Venkateswararao Jujjuri
1
-37
/
+13
2011-08-08
hw/9pfs: Update mkdir to use coroutines
Venkateswararao Jujjuri
1
-71
/
+25
2011-08-08
hw/9pfs: Update v9fs_mknod to use coroutines
Aneesh Kumar K.V
1
-58
/
+30
2011-08-08
hw/9pfs: Update v9fs_xattrcreate to use coroutines
Aneesh Kumar K.V
1
-27
/
+26
[next]