aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-22hw/9pfs: Add yeild support for clunk related coroutineAneesh Kumar K.V4-0/+71
2011-08-22hw/9pfs: Update v9fs_walk to use coroutinesAneesh Kumar K.V2-151/+68
2011-08-22hw/9pfs: Update v9fs_stat to use coroutinesAneesh Kumar K.V1-41/+21
2011-08-22hw/9pfs: Update v9fs_lcreate to use coroutinesVenkateswararao Jujjuri2-102/+38
2011-08-22hw/9pfs: Add yield support for open2 coroutineVenkateswararao Jujjuri2-0/+22
2011-08-22hw/9pfs: Update v9fs_open to use coroutinesAneesh Kumar K.V1-100/+43
2011-08-22hw/9pfs: Add yield support for open and opendir coroutineAneesh Kumar K.V3-0/+34
2011-08-22hw/9pfs: Update v9fs_getlock to use coroutinesAneesh Kumar K.V2-32/+19
2011-08-22hw/9pfs: Update v9fs_lock to use coroutinesAneesh Kumar K.V2-34/+20
2011-08-22hw/9pfs: Add yeild support for fstat coroutineAneesh Kumar K.V2-0/+15
2011-08-20Use glib memory allocation and free functionsAnthony Liguori4-70/+70
2011-08-08hw/9pfs: Update vfs_rename to use coroutinesAneesh Kumar K.V2-89/+52
2011-08-08hw/9pfs: Add yeild support to rename coroutineAneesh Kumar K.V2-0/+15
2011-08-08hw/9pfs: Update v9fs_remove to use coroutinesVenkateswararao Jujjuri2-43/+13
2011-08-08hw/9pfs: Add yield support for removeVenkateswararao Jujjuri2-0/+15
2011-08-08hw/9pfs: Update mkdir to use coroutinesVenkateswararao Jujjuri1-71/+25
2011-08-08hw/9pfs: Add yield support for mkdir coroutineVenkateswararao Jujjuri2-0/+20
2011-08-08hw/9pfs: Update v9fs_mknod to use coroutinesAneesh Kumar K.V1-58/+30
2011-08-08hw/9pfs: Add yield support to mknod coroutineAneesh Kumar K.V2-0/+23
2011-08-08hw/9pfs: Update v9fs_xattrcreate to use coroutinesAneesh Kumar K.V2-38/+26
2011-08-08hw/9pfs: Update v9fs_xattrwalk to coroutinesAneesh Kumar K.V1-135/+63
2011-08-08hw/9pfs: Add yield support to xattr related coroutineAneesh Kumar K.V2-0/+53
2011-08-08hw/9pfs: Update v9fs_setattr to use coroutinesAneesh Kumar K.V2-117/+54
2011-08-08hw/9pfs: Add yield support to setattr related coroutinesAneesh Kumar K.V2-0/+68
2011-08-08hw/9pfs: Update v9fs_getattr to use coroutinesAneesh Kumar K.V2-46/+19
2011-08-08hw/9pfs: Add yield support to lstat coroutineAneesh Kumar K.V2-0/+33
2011-08-08hw/9pfs: Update v9fs_statfs to use coroutinesAneesh Kumar K.V2-70/+44