aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/codir.c
AgeCommit message (Expand)Author
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh 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-08-25hw/9pfs: Add directory reclaim supportAneesh Kumar K.V
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V
2011-08-22use readdir_r instead of readdir for reentrancyHarsh Prateek Bora
2011-08-22hw/9pfs: Add yeild support for clunk related coroutineAneesh Kumar K.V
2011-08-22hw/9pfs: Add yield support for open and opendir coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support for mkdir coroutineVenkateswararao Jujjuri
2011-08-08hw/9pfs: Add yield support for readdir related coroutinesAneesh Kumar K.V