Age | Commit message (Expand) | Author | Files | Lines |
2012-01-30 | fsdev: Fix parameter parsing for proxy helper | M. Mohan Kumar | 1 | -2/+8 |
2012-01-19 | hw/9pfs: Add new security model mapped-file. | Aneesh Kumar K.V | 1 | -4/+8 |
2012-01-13 | virtfs-proxy-helper: Add missing printf format attribute | Stefan Weil | 1 | -1/+1 |
2012-01-13 | virtfs-proxy-helper: Clean include files | Stefan Weil | 1 | -13/+2 |
2012-01-13 | virtfs-proxy-helper: Fix compilation on newer systems | Stefan Weil | 1 | -1/+1 |
2012-01-04 | hw/9pfs: Add support to use named socket for proxy FS | M. Mohan Kumar | 3 | -3/+89 |
2012-01-04 | hw/9pfs: man page for proxy helper | M. Mohan Kumar | 1 | -0/+59 |
2012-01-04 | hw/9pfs: Proxy getversion | M. Mohan Kumar | 1 | -0/+86 |
2012-01-04 | hw/9pfs: xattr interfaces in proxy filesystem driver | M. Mohan Kumar | 1 | -0/+99 |
2012-01-04 | hw/9pfs: File ownership and others | M. Mohan Kumar | 1 | -0/+83 |
2012-01-04 | hw/9pfs: Add stat/readlink/statfs for proxy FS | M. Mohan Kumar | 1 | -0/+182 |
2012-01-04 | hw/9pfs: Create other filesystem objects | M. Mohan Kumar | 1 | -6/+123 |
2012-01-04 | hw/9pfs: Open and create files | M. Mohan Kumar | 1 | -3/+176 |
2012-01-04 | hw/9pfs: File system helper process for qemu 9p proxy FS | M. Mohan Kumar | 1 | -0/+300 |
2012-01-04 | hw/9pfs: Add new proxy filesystem driver | M. Mohan Kumar | 2 | -0/+2 |
2012-01-04 | hw/9pfs: Add validation to {un}marshal code | M. Mohan Kumar | 2 | -71/+96 |
2012-01-04 | hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file | M. Mohan Kumar | 2 | -0/+388 |
2012-01-04 | hw/9pfs: Move opt validation to FsDriver callback | Aneesh Kumar K.V | 3 | -50/+19 |
2011-12-21 | hw/9pfs: Use the correct signed type for different variables | Aneesh Kumar K.V | 1 | -1/+1 |
2011-12-04 | hw/9pfs: Use the correct file descriptor in Fsdriver Callback | Aneesh Kumar K.V | 1 | -2/+2 |
2011-12-04 | hw/9pfs: Improve portability to older systems | Aneesh Kumar K.V | 1 | -0/+2 |
2011-10-31 | hw/9pfs: Add synthetic file system support using 9p | Aneesh Kumar K.V | 2 | -0/+2 |
2011-10-31 | hw/9pfs: Abstract open state of fid to V9fsFidOpenState | Aneesh Kumar K.V | 1 | -13/+19 |
2011-10-31 | hw/9pfs: Read-only support for 9p export | M. Mohan Kumar | 2 | -2/+9 |
2011-10-15 | hw/9pfs: Handle Security model parsing | M. Mohan Kumar | 1 | -9/+17 |
2011-10-15 | hw/9pfs: Use export flag for indicating security model | Aneesh Kumar K.V | 3 | -22/+34 |
2011-10-15 | hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code | Aneesh Kumar K.V | 2 | -25/+25 |
2011-10-15 | hw/9pfs: Use export_flag for indicating whether fs driver use path names. | Aneesh Kumar K.V | 1 | -5/+2 |
2011-10-15 | hw/9pfs: Add st_gen support in getattr reply | Harsh Prateek Bora | 1 | -0/+8 |
2011-10-12 | hw/9pfs: Add new virtfs option writeout=immediate skip host page cache | Aneesh Kumar K.V | 3 | -2/+13 |
2011-09-22 | hw/9pfs: Add handle based fs driver | Aneesh Kumar K.V | 2 | -0/+2 |
2011-09-22 | hw/9pfs: Add fs driver specific details to fscontext | Aneesh Kumar K.V | 1 | -0/+6 |
2011-09-22 | hw/9pfs: Add init callback to fs driver | Aneesh Kumar K.V | 1 | -0/+2 |
2011-09-22 | hw/9pfs: Move fid pathname tracking to seperate data type. | Aneesh Kumar K.V | 1 | -18/+28 |
2011-08-22 | use readdir_r instead of readdir for reentrancy | Harsh Prateek Bora | 1 | -1/+1 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -4/+4 |
2011-06-10 | fsdev: Fix archs that dont use fsdev | Edgar E. Iglesias | 1 | -0/+8 |
2011-06-01 | [virtio-9p] Make rpath thread safe | Venkateswararao Jujjuri (JV) | 1 | -7/+0 |
2011-06-01 | virtio-9p: Don't link to 9p if virtio is not enabled | Aneesh Kumar K.V | 1 | -0/+20 |
2011-04-27 | virtio-9p: move 9p files around | Aneesh Kumar K.V | 2 | -1/+108 |
2011-01-23 | Delete useless 'extern' qualifiers for functions | Blue Swirl | 1 | -2/+2 |
2010-10-20 | [virtio-9p] Qemu 9p commandline options validity checks | Harsh Prateek Bora | 1 | -17/+31 |
2010-09-21 | Use machine_init() to register virtfs config options. | Gerd Hoffmann | 1 | -0/+9 |
2010-06-22 | virtio-9p: Introduces an option to specify the security model. | Venkateswararao Jujjuri (JV) | 2 | -1/+9 |
2010-05-03 | virtio-9p: Add a virtio 9p device to qemu | Anthony Liguori | 2 | -1/+2 |
2010-05-03 | virtio-9p: Create a commandline option -fsdev | Gautham R Shenoy | 2 | -0/+123 |