aboutsummaryrefslogtreecommitdiffstats
path: root/hw/9pfs/codir.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-3/+3
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V1-8/+8
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V1-8/+36
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V1-4/+4
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V1-9/+11
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V1-2/+16
2011-08-25hw/9pfs: Add directory reclaim supportAneesh Kumar K.V1-0/+9
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V1-3/+1
2011-08-22use readdir_r instead of readdir for reentrancyHarsh Prateek Bora1-4/+4
2011-08-22hw/9pfs: Add yeild support for clunk related coroutineAneesh Kumar K.V1-0/+16
2011-08-22hw/9pfs: Add yield support for open and opendir coroutineAneesh Kumar K.V1-0/+16
2011-08-08hw/9pfs: Add yield support for mkdir coroutineVenkateswararao Jujjuri1-0/+19
2011-08-08hw/9pfs: Add yield support for readdir related coroutinesAneesh Kumar K.V1-0/+66