| Commit message (Expand) | Author | Age | Files | Lines |
* | fsdev: open brace '{' following struct go on the same line | zhouyang | 2020-12-13 | 1 | -2/+1 |
* | 9pfs: disable msize warning for synth driver | Christian Schoenebeck | 2020-09-15 | 1 | -0/+4 |
* | 9p: Added virtfs option 'multidevs=remap|forbid|warn' | Antonios Motakis | 2019-10-10 | 1 | -0/+5 |
* | fsdev: Drop unused opaque field | Greg Kurz | 2019-05-17 | 1 | -1/+0 |
* | fsdev: improve error handling of backend init | Greg Kurz | 2018-01-08 | 1 | -1/+1 |
* | fsdev: improve error handling of backend opts parsing | Greg Kurz | 2018-01-08 | 1 | -1/+1 |
* | fsdev: fix some type definitions | Greg Kurz | 2018-01-08 | 1 | -17/+14 |
* | 9pfs: fix XattrOperations typedef | Greg Kurz | 2018-01-08 | 1 | -2/+3 |
* | 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes | Tobias Schramm | 2017-06-29 | 1 | -0/+4 |
* | fsdev: add IO throttle support to fsdev devices | Pradeep Jagadeesh | 2017-02-28 | 1 | -0/+3 |
* | 9pfs: add cleanup operation in FileOperations | Li Qiang | 2016-11-23 | 1 | -0/+1 |
* | Clean up header guards that don't match their file name | Markus Armbruster | 2016-07-12 | 1 | -2/+4 |
* | 9p: don't include <sys/uio.h> | Greg Kurz | 2016-07-01 | 1 | -1/+0 |
* | 9p: switch back to readdir() | Greg Kurz | 2016-06-06 | 1 | -2/+1 |
* | 9p/fsdev: remove obsolete references to virtio | Greg Kurz | 2016-06-06 | 1 | -1/+1 |
* | all: Clean up includes | Peter Maydell | 2016-02-23 | 1 | -3/+0 |
* | hw/9pfs: Add new security model mapped-file. | Aneesh Kumar K.V | 2012-01-19 | 1 | -4/+8 |
* | hw/9pfs: Add support to use named socket for proxy FS | M. Mohan Kumar | 2012-01-04 | 1 | -0/+2 |
* | hw/9pfs: Move opt validation to FsDriver callback | Aneesh Kumar K.V | 2012-01-04 | 1 | -2/+13 |
* | hw/9pfs: Use the correct signed type for different variables | Aneesh Kumar K.V | 2011-12-21 | 1 | -1/+1 |
* | hw/9pfs: Use the correct file descriptor in Fsdriver Callback | Aneesh Kumar K.V | 2011-12-04 | 1 | -2/+2 |
* | hw/9pfs: Abstract open state of fid to V9fsFidOpenState | Aneesh Kumar K.V | 2011-10-31 | 1 | -13/+19 |
* | hw/9pfs: Read-only support for 9p export | M. Mohan Kumar | 2011-10-31 | 1 | -1/+3 |
* | hw/9pfs: Use export flag for indicating security model | Aneesh Kumar K.V | 2011-10-15 | 1 | -19/+17 |
* | hw/9pfs: Use export_flag for indicating whether fs driver use path names. | Aneesh Kumar K.V | 2011-10-15 | 1 | -5/+2 |
* | hw/9pfs: Add st_gen support in getattr reply | Harsh Prateek Bora | 2011-10-15 | 1 | -0/+8 |
* | hw/9pfs: Add new virtfs option writeout=immediate skip host page cache | Aneesh Kumar K.V | 2011-10-12 | 1 | -0/+4 |
* | hw/9pfs: Add fs driver specific details to fscontext | Aneesh Kumar K.V | 2011-09-22 | 1 | -0/+6 |
* | hw/9pfs: Add init callback to fs driver | Aneesh Kumar K.V | 2011-09-22 | 1 | -0/+2 |
* | hw/9pfs: Move fid pathname tracking to seperate data type. | Aneesh Kumar K.V | 2011-09-22 | 1 | -18/+28 |
* | use readdir_r instead of readdir for reentrancy | Harsh Prateek Bora | 2011-08-22 | 1 | -1/+1 |
* | [virtio-9p] Make rpath thread safe | Venkateswararao Jujjuri (JV) | 2011-06-01 | 1 | -7/+0 |
* | virtio-9p: move 9p files around | Aneesh Kumar K.V | 2011-04-27 | 1 | -0/+107 |