index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
Age
Commit message (
Expand
)
Author
2011-09-22
hw/9pfs: Add handle based fs driver
Aneesh Kumar K.V
2011-09-22
hw/9pfs: Implement TFLUSH operation
Aneesh Kumar K.V
2011-09-22
hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk
Aneesh Kumar K.V
2011-09-22
hw/9pfs: Add fs driver specific details to fscontext
Aneesh Kumar K.V
2011-09-22
hw/9pfs: Add init callback to fs driver
Aneesh Kumar K.V
2011-09-22
hw/9pfs: Move fid pathname tracking to seperate data type.
Aneesh Kumar K.V
2011-09-22
hw/9pfs: Use read-write lock for protecting fid path.
Aneesh Kumar K.V
2011-09-22
hw/9pfs: Make v9fs_string* functions non-static
Aneesh Kumar K.V
2011-09-15
Merge remote-tracking branch 'aneesh/for-upstream-4' into staging
Anthony Liguori
2011-09-09
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-09-09
Don't use g_thread_get_initialized.
Gerd Hoffmann
2011-09-09
hw/9pfs: add 9P2000.L unlinkat operation
Aneesh Kumar K.V
2011-09-09
hw/9pfs: add 9P2000.L renameat operation
Aneesh Kumar K.V
2011-09-09
hw/9pfs: Fix memleaks in some 9p operation
Aneesh Kumar K.V
2011-09-09
hw/9pfs: Initialize rest of qid field to zero.
Aneesh Kumar K.V
2011-09-09
hw/9pfs: Update the fidp path before opendir
Aneesh Kumar K.V
2011-09-09
virtio-9p: Fix syntax error in debug code
Stefan Weil
2011-09-08
Merge remote-tracking branch 'aneesh/for-upstream-3' into staging
Anthony Liguori
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-08-25
hw/9pfs: mark directories also as un-reclaimable on unlink
Aneesh Kumar K.V
2011-08-25
hw/9pfs: Add directory reclaim support
Aneesh Kumar K.V
2011-08-25
hw/9pfs: Use v9fs_do_close instead of close
Aneesh Kumar K.V
2011-08-25
hw/9pfs: init fid list properly
Aneesh Kumar K.V
2011-08-25
hw/9pfs: Add file descriptor reclaim support
Aneesh Kumar K.V
2011-08-25
hw/9pfs: Add reference counting for fid
Aneesh Kumar K.V
2011-08-22
use readdir_r instead of readdir for reentrancy
Harsh Prateek Bora
2011-08-22
hw/9pfs: Update v9fs_read to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Add yield support for preadv coroutine
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_attach to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_wstat to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_write to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Add yield support for pwritev coroutine
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_link to use coroutines
Venkateswararao Jujjuri (JV)
2011-08-22
hw/9pfs: Add yield support for link coroutine
Venkateswararao Jujjuri
2011-08-22
hw/9pfs: Update v9fs_symlink to use coroutines
Venkateswararao Jujjuri
2011-08-22
hw/9pfs: Add yield support for symlin coroutine
Venkateswararao Jujjuri
2011-08-22
hw/9pfs: Update v9fs_create to use coroutines
Venkateswararao Jujjuri
2011-08-22
hw/9pfs: Update v9fs_fsync to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Add yield support for fsync coroutine
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_clunk to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Add yeild support for clunk related coroutine
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_walk to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_stat to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_lcreate to use coroutines
Venkateswararao Jujjuri
2011-08-22
hw/9pfs: Add yield support for open2 coroutine
Venkateswararao Jujjuri
2011-08-22
hw/9pfs: Update v9fs_open to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Add yield support for open and opendir coroutine
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_getlock to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Update v9fs_lock to use coroutines
Aneesh Kumar K.V
2011-08-22
hw/9pfs: Add yeild support for fstat coroutine
Aneesh Kumar K.V
[next]