aboutsummaryrefslogtreecommitdiff
path: root/fsdev/file-op-9p.h
AgeCommit message (Expand)Author
2018-01-08fsdev: improve error handling of backend initGreg Kurz
2018-01-08fsdev: improve error handling of backend opts parsingGreg Kurz
2018-01-08fsdev: fix some type definitionsGreg Kurz
2018-01-089pfs: fix XattrOperations typedefGreg Kurz
2017-06-299pfs: local: Add support for custom fmode/dmode in 9ps mapped security modesTobias Schramm
2017-02-28fsdev: add IO throttle support to fsdev devicesPradeep Jagadeesh
2016-11-239pfs: add cleanup operation in FileOperationsLi Qiang
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-019p: don't include <sys/uio.h>Greg Kurz
2016-06-069p: switch back to readdir()Greg Kurz
2016-06-069p/fsdev: remove obsolete references to virtioGreg Kurz
2016-02-23all: Clean up includesPeter Maydell
2012-01-19hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V
2011-12-21hw/9pfs: Use the correct signed type for different variablesAneesh 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-31hw/9pfs: Read-only support for 9p exportM. Mohan Kumar
2011-10-15hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V
2011-10-15hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V
2011-10-15hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V
2011-09-22hw/9pfs: Add init callback to fs driverAneesh Kumar K.V
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V
2011-08-22use readdir_r instead of readdir for reentrancyHarsh Prateek Bora
2011-06-01[virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)
2011-04-27virtio-9p: move 9p files aroundAneesh Kumar K.V