aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/cofile.c
AgeCommit message (Expand)Author
2014-02-02hw/9pfs: fix P9_STATS_GEN handlingKirill A. Shutemov
2013-05-28hw/9pfs: Be robust against paths without FS_IOC_GETVERSIONGabriel de Perthuis
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-01-19hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V
2011-12-04hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V
2011-10-15hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora
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 file descriptor reclaim supportAneesh Kumar K.V
2011-08-22hw/9pfs: Add yield support for preadv coroutineAneesh Kumar K.V
2011-08-22hw/9pfs: Add yield support for pwritev coroutineAneesh Kumar K.V
2011-08-22hw/9pfs: Add yield support for link coroutineVenkateswararao Jujjuri
2011-08-22hw/9pfs: Add yield support for fsync coroutineAneesh Kumar K.V
2011-08-22hw/9pfs: Add yeild support for clunk related coroutineAneesh Kumar K.V
2011-08-22hw/9pfs: Add yield support for open2 coroutineVenkateswararao Jujjuri
2011-08-22hw/9pfs: Add yield support for open and opendir coroutineAneesh Kumar K.V
2011-08-22hw/9pfs: Add yeild support for fstat coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to lstat coroutineAneesh Kumar K.V