summaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)AuthorFilesLines
2011-10-15hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.Harsh Prateek Bora3-660/+0
2011-10-15hw/9pfs: Introduce tracing for 9p pdu handlersHarsh Prateek Bora1-0/+72
2011-10-15hw/9pfs: Add st_gen support for handle based fs driverHarsh Prateek Bora1-0/+51
2011-10-15hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora5-1/+91
2011-10-15hw/9pfs: Add open flag mappingM. Mohan Kumar2-1/+76
2011-10-15hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too longDaniel P. Berrange1-1/+3
2011-10-15virtio-9p: Use 9P specific Lock constantsM. Mohan Kumar2-1/+6
2011-10-15hw/9pfs: Fix build error on platform that don't support futimensAneesh Kumar K.V1-28/+24
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V4-10/+48
2011-10-12hw/9pfs: Use ioeventfd for 9pAneesh Kumar K.V1-0/+2
2011-09-22hw/9pfs: Add handle based fs driverAneesh Kumar K.V1-0/+611
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V8-265/+439
2011-09-22hw/9pfs: Avoid unnecessary get_fid in v9fs_clunkAneesh Kumar K.V1-10/+10
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V8-52/+99
2011-09-22hw/9pfs: Add init callback to fs driverAneesh Kumar K.V2-2/+12
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V8-281/+520
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V8-87/+155
2011-09-22hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V2-5/+10
2011-09-15Merge remote-tracking branch 'aneesh/for-upstream-4' into stagingAnthony Liguori2-0/+130
2011-09-09Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2011-09-09Don't use g_thread_get_initialized.Gerd Hoffmann1-4/+0
2011-09-09hw/9pfs: add 9P2000.L unlinkat operationAneesh Kumar K.V2-0/+42
2011-09-09hw/9pfs: add 9P2000.L renameat operationAneesh Kumar K.V2-0/+84
2011-09-09hw/9pfs: Fix memleaks in some 9p operationAneesh Kumar K.V1-0/+2
2011-09-09hw/9pfs: Initialize rest of qid field to zero.Aneesh Kumar K.V1-0/+1
2011-09-09hw/9pfs: Update the fidp path before opendirAneesh Kumar K.V1-0/+1
2011-09-09virtio-9p: Fix syntax error in debug codeStefan Weil1-1/+1
2011-09-08Merge remote-tracking branch 'aneesh/for-upstream-3' into stagingAnthony Liguori6-103/+445
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-25hw/9pfs: mark directories also as un-reclaimable on unlinkAneesh Kumar K.V1-35/+38
2011-08-25hw/9pfs: Add directory reclaim supportAneesh Kumar K.V2-2/+38
2011-08-25hw/9pfs: Use v9fs_do_close instead of closeAneesh Kumar K.V1-2/+2
2011-08-25hw/9pfs: init fid list properlyAneesh Kumar K.V1-0/+1
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V6-14/+223
2011-08-25hw/9pfs: Add reference counting for fidAneesh Kumar K.V2-91/+184
2011-08-22use readdir_r instead of readdir for reentrancyHarsh Prateek Bora4-15/+26
2011-08-22hw/9pfs: Update v9fs_read to use coroutinesAneesh Kumar K.V1-198/+117
2011-08-22hw/9pfs: Add yield support for preadv coroutineAneesh Kumar K.V2-0/+19
2011-08-22hw/9pfs: Update v9fs_attach to use coroutinesAneesh Kumar K.V1-9/+4
2011-08-22hw/9pfs: Update v9fs_wstat to use coroutinesAneesh Kumar K.V2-211/+63
2011-08-22hw/9pfs: Update v9fs_write to use coroutinesAneesh Kumar K.V1-89/+59
2011-08-22hw/9pfs: Add yield support for pwritev coroutineAneesh Kumar K.V2-0/+19
2011-08-22hw/9pfs: Update v9fs_link to use coroutinesVenkateswararao Jujjuri (JV)1-13/+6
2011-08-22hw/9pfs: Add yield support for link coroutineVenkateswararao Jujjuri2-0/+15
2011-08-22hw/9pfs: Update v9fs_symlink to use coroutinesVenkateswararao Jujjuri2-76/+28
2011-08-22hw/9pfs: Add yield support for symlin coroutineVenkateswararao Jujjuri2-0/+22
2011-08-22hw/9pfs: Update v9fs_create to use coroutinesVenkateswararao Jujjuri2-216/+97
2011-08-22hw/9pfs: Update v9fs_fsync to use coroutinesAneesh Kumar K.V1-16/+11
2011-08-22hw/9pfs: Add yield support for fsync coroutineAneesh Kumar K.V2-0/+17
2011-08-22hw/9pfs: Update v9fs_clunk to use coroutinesAneesh Kumar K.V1-37/+7