summaryrefslogtreecommitdiffstats
path: root/fsdev/file-op-9p.h
Commit message (Expand)AuthorAgeFilesLines
* 9p: linux: Fix a couple Linux assumptionsKeno Fischer2022-03-071-1/+8
* 9pfs: make V9fsPath usable via P9Array APIChristian Schoenebeck2021-10-271-0/+2
* fsdev: open brace '{' following struct go on the same linezhouyang2020-12-131-2/+1Star
* 9pfs: disable msize warning for synth driverChristian Schoenebeck2020-09-151-0/+4
* 9p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis2019-10-101-0/+5
* fsdev: Drop unused opaque fieldGreg Kurz2019-05-171-1/+0Star
* fsdev: improve error handling of backend initGreg Kurz2018-01-081-1/+1
* fsdev: improve error handling of backend opts parsingGreg Kurz2018-01-081-1/+1
* fsdev: fix some type definitionsGreg Kurz2018-01-081-17/+14Star
* 9pfs: fix XattrOperations typedefGreg Kurz2018-01-081-2/+3
* 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modesTobias Schramm2017-06-291-0/+4
* fsdev: add IO throttle support to fsdev devicesPradeep Jagadeesh2017-02-281-0/+3
* 9pfs: add cleanup operation in FileOperationsLi Qiang2016-11-231-0/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-2/+4
* 9p: don't include <sys/uio.h>Greg Kurz2016-07-011-1/+0Star
* 9p: switch back to readdir()Greg Kurz2016-06-061-2/+1Star
* 9p/fsdev: remove obsolete references to virtioGreg Kurz2016-06-061-1/+1
* all: Clean up includesPeter Maydell2016-02-231-3/+0Star
* hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V2012-01-191-4/+8
* hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar2012-01-041-0/+2
* hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V2012-01-041-2/+13
* hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V2011-12-211-1/+1
* hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V2011-12-041-2/+2
* hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V2011-10-311-13/+19
* hw/9pfs: Read-only support for 9p exportM. Mohan Kumar2011-10-311-1/+3
* hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V2011-10-151-19/+17Star
* hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V2011-10-151-5/+2Star
* hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora2011-10-151-0/+8
* hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V2011-10-121-0/+4
* hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V2011-09-221-0/+6
* hw/9pfs: Add init callback to fs driverAneesh Kumar K.V2011-09-221-0/+2
* hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V2011-09-221-18/+28
* use readdir_r instead of readdir for reentrancyHarsh Prateek Bora2011-08-221-1/+1
* [virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)2011-06-011-7/+0Star
* virtio-9p: move 9p files aroundAneesh Kumar K.V2011-04-271-0/+107