aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p.c
AgeCommit message (Expand)Author
2011-10-15hw/9pfs: Add open flag mappingM. Mohan Kumar
2011-10-15virtio-9p: Use 9P specific Lock constantsM. Mohan Kumar
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V
2011-09-22hw/9pfs: Avoid unnecessary get_fid in v9fs_clunkAneesh Kumar K.V
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V
2011-09-22hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V
2011-09-09hw/9pfs: add 9P2000.L unlinkat operationAneesh Kumar K.V
2011-09-09hw/9pfs: add 9P2000.L renameat operationAneesh Kumar K.V
2011-09-09hw/9pfs: Fix memleaks in some 9p operationAneesh Kumar K.V
2011-09-09hw/9pfs: Initialize rest of qid field to zero.Aneesh Kumar K.V
2011-09-09hw/9pfs: Update the fidp path before opendirAneesh Kumar K.V
2011-08-25hw/9pfs: mark directories also as un-reclaimable on unlinkAneesh Kumar K.V
2011-08-25hw/9pfs: Add directory reclaim supportAneesh Kumar K.V
2011-08-25hw/9pfs: Use v9fs_do_close instead of closeAneesh Kumar K.V
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V
2011-08-25hw/9pfs: Add reference counting for fidAneesh Kumar K.V
2011-08-22use readdir_r instead of readdir for reentrancyHarsh Prateek Bora
2011-08-22hw/9pfs: Update v9fs_read to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_attach to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_wstat to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_write to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_link to use coroutinesVenkateswararao Jujjuri (JV)
2011-08-22hw/9pfs: Update v9fs_symlink to use coroutinesVenkateswararao Jujjuri
2011-08-22hw/9pfs: Update v9fs_create to use coroutinesVenkateswararao Jujjuri
2011-08-22hw/9pfs: Update v9fs_fsync to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_clunk to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_walk to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_stat to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_lcreate to use coroutinesVenkateswararao Jujjuri
2011-08-22hw/9pfs: Update v9fs_open to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_getlock to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_lock to use coroutinesAneesh Kumar K.V
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08hw/9pfs: Update vfs_rename to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_remove to use coroutinesVenkateswararao Jujjuri
2011-08-08hw/9pfs: Update mkdir to use coroutinesVenkateswararao Jujjuri
2011-08-08hw/9pfs: Update v9fs_mknod to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_xattrcreate to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_xattrwalk to coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_setattr to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_getattr to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_statfs to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_readdir to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_readlink to use coroutineVenkateswararao Jujjuri
2011-08-08[virtio-9p] Change all pdu handlers to coroutines.Venkateswararao Jujjuri (JV)
2011-06-08Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori
2011-06-03virtio-9p: Remove statement without effect (fix warning from cppcheck)Stefan Weil