summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* hw/9pfs: Add handle based fs driverAneesh Kumar K.V2011-09-221-0/+611
* hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V2011-09-228-265/+439
* hw/9pfs: Avoid unnecessary get_fid in v9fs_clunkAneesh Kumar K.V2011-09-221-10/+10
* hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V2011-09-228-52/+99
* hw/9pfs: Add init callback to fs driverAneesh Kumar K.V2011-09-222-2/+12
* hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V2011-09-228-281/+520
* hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V2011-09-228-87/+155
* hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V2011-09-222-5/+10
* Merge remote-tracking branch 'aneesh/for-upstream-4' into stagingAnthony Liguori2011-09-152-0/+130
|\
| * hw/9pfs: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-09-092-0/+42
| * hw/9pfs: add 9P2000.L renameat operationAneesh Kumar K.V2011-09-092-0/+84
| * hw/9pfs: Fix memleaks in some 9p operationAneesh Kumar K.V2011-09-091-0/+2
| * hw/9pfs: Initialize rest of qid field to zero.Aneesh Kumar K.V2011-09-091-0/+1
| * hw/9pfs: Update the fidp path before opendirAneesh Kumar K.V2011-09-091-0/+1
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-09-091-1/+1
|\ \
| * | virtio-9p: Fix syntax error in debug codeStefan Weil2011-09-091-1/+1
| |/
* | Don't use g_thread_get_initialized.Gerd Hoffmann2011-09-091-4/+0
|/
* Merge remote-tracking branch 'aneesh/for-upstream-3' into stagingAnthony Liguori2011-09-086-103/+445
|\
| * hw/9pfs: mark directories also as un-reclaimable on unlinkAneesh Kumar K.V2011-08-251-35/+38
| * hw/9pfs: Add directory reclaim supportAneesh Kumar K.V2011-08-252-2/+38
| * hw/9pfs: Use v9fs_do_close instead of closeAneesh Kumar K.V2011-08-251-2/+2
| * hw/9pfs: init fid list properlyAneesh Kumar K.V2011-08-251-0/+1
| * hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V2011-08-256-14/+223
| * hw/9pfs: Add reference counting for fidAneesh Kumar K.V2011-08-252-91/+184
* | Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-1/+1
|/
* use readdir_r instead of readdir for reentrancyHarsh Prateek Bora2011-08-224-15/+26
* hw/9pfs: Update v9fs_read to use coroutinesAneesh Kumar K.V2011-08-221-198/+117
* hw/9pfs: Add yield support for preadv coroutineAneesh Kumar K.V2011-08-222-0/+19
* hw/9pfs: Update v9fs_attach to use coroutinesAneesh Kumar K.V2011-08-221-9/+4
* hw/9pfs: Update v9fs_wstat to use coroutinesAneesh Kumar K.V2011-08-222-211/+63
* hw/9pfs: Update v9fs_write to use coroutinesAneesh Kumar K.V2011-08-221-89/+59
* hw/9pfs: Add yield support for pwritev coroutineAneesh Kumar K.V2011-08-222-0/+19
* hw/9pfs: Update v9fs_link to use coroutinesVenkateswararao Jujjuri (JV)2011-08-221-13/+6
* hw/9pfs: Add yield support for link coroutineVenkateswararao Jujjuri2011-08-222-0/+15
* hw/9pfs: Update v9fs_symlink to use coroutinesVenkateswararao Jujjuri2011-08-222-76/+28
* hw/9pfs: Add yield support for symlin coroutineVenkateswararao Jujjuri2011-08-222-0/+22
* hw/9pfs: Update v9fs_create to use coroutinesVenkateswararao Jujjuri2011-08-222-216/+97
* hw/9pfs: Update v9fs_fsync to use coroutinesAneesh Kumar K.V2011-08-221-16/+11
* hw/9pfs: Add yield support for fsync coroutineAneesh Kumar K.V2011-08-222-0/+17
* hw/9pfs: Update v9fs_clunk to use coroutinesAneesh Kumar K.V2011-08-221-37/+7
* hw/9pfs: Add yeild support for clunk related coroutineAneesh Kumar K.V2011-08-224-0/+71
* hw/9pfs: Update v9fs_walk to use coroutinesAneesh Kumar K.V2011-08-222-151/+68
* hw/9pfs: Update v9fs_stat to use coroutinesAneesh Kumar K.V2011-08-221-41/+21
* hw/9pfs: Update v9fs_lcreate to use coroutinesVenkateswararao Jujjuri2011-08-222-102/+38
* hw/9pfs: Add yield support for open2 coroutineVenkateswararao Jujjuri2011-08-222-0/+22
* hw/9pfs: Update v9fs_open to use coroutinesAneesh Kumar K.V2011-08-221-100/+43
* hw/9pfs: Add yield support for open and opendir coroutineAneesh Kumar K.V2011-08-223-0/+34
* hw/9pfs: Update v9fs_getlock to use coroutinesAneesh Kumar K.V2011-08-222-32/+19
* hw/9pfs: Update v9fs_lock to use coroutinesAneesh Kumar K.V2011-08-222-34/+20
* hw/9pfs: Add yeild support for fstat coroutineAneesh Kumar K.V2011-08-222-0/+15
OpenPOWER on IntegriCloud