summaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)Author
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: Add yield support for preadv coroutineAneesh 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: Add yield support for pwritev coroutineAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_link to use coroutinesVenkateswararao Jujjuri (JV)
2011-08-22hw/9pfs: Add yield support for link coroutineVenkateswararao Jujjuri
2011-08-22hw/9pfs: Update v9fs_symlink to use coroutinesVenkateswararao Jujjuri
2011-08-22hw/9pfs: Add yield support for symlin coroutineVenkateswararao 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: Add yield support for fsync coroutineAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_clunk to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Add yeild support for clunk related coroutineAneesh 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: Add yield support for open2 coroutineVenkateswararao Jujjuri
2011-08-22hw/9pfs: Update v9fs_open to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Add yield support for open and opendir coroutineAneesh 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-22hw/9pfs: Add yeild support for fstat coroutineAneesh 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: Add yeild support to rename coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_remove to use coroutinesVenkateswararao Jujjuri
2011-08-08hw/9pfs: Add yield support for removeVenkateswararao Jujjuri
2011-08-08hw/9pfs: Update mkdir to use coroutinesVenkateswararao Jujjuri
2011-08-08hw/9pfs: Add yield support for mkdir coroutineVenkateswararao Jujjuri
2011-08-08hw/9pfs: Update v9fs_mknod to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to mknod coroutineAneesh 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: Add yield support to xattr related coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_setattr to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to setattr related coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_getattr to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to lstat coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_statfs to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to statfs coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_readdir to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support for readdir related coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_readlink to use coroutineVenkateswararao Jujjuri
2011-08-08hw/9pfs: Add yeild support for readlinkVenkateswararao Jujjuri (JV)
2011-08-08[virtio-9p] Change all pdu handlers to coroutines.Venkateswararao Jujjuri (JV)
2011-08-08[virtio-9p] Add infrastructure to support glib threads and coroutines.Venkateswararao Jujjuri (JV)
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin