aboutsummaryrefslogtreecommitdiffstats
path: root/fsdev
AgeCommit message (Expand)AuthorFilesLines
2012-01-30fsdev: Fix parameter parsing for proxy helperM. Mohan Kumar1-2/+8
2012-01-19hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V1-4/+8
2012-01-13virtfs-proxy-helper: Add missing printf format attributeStefan Weil1-1/+1
2012-01-13virtfs-proxy-helper: Clean include filesStefan Weil1-13/+2
2012-01-13virtfs-proxy-helper: Fix compilation on newer systemsStefan Weil1-1/+1
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar3-3/+89
2012-01-04hw/9pfs: man page for proxy helperM. Mohan Kumar1-0/+59
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar1-0/+86
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar1-0/+99
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar1-0/+83
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar1-0/+182
2012-01-04hw/9pfs: Create other filesystem objectsM. Mohan Kumar1-6/+123
2012-01-04hw/9pfs: Open and create filesM. Mohan Kumar1-3/+176
2012-01-04hw/9pfs: File system helper process for qemu 9p proxy FSM. Mohan Kumar1-0/+300
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar2-0/+2
2012-01-04hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar2-71/+96
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar2-0/+388
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V3-50/+19
2011-12-21hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V1-1/+1
2011-12-04hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V1-2/+2
2011-12-04hw/9pfs: Improve portability to older systemsAneesh Kumar K.V1-0/+2
2011-10-31hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V2-0/+2
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V1-13/+19
2011-10-31hw/9pfs: Read-only support for 9p exportM. Mohan Kumar2-2/+9
2011-10-15hw/9pfs: Handle Security model parsingM. Mohan Kumar1-9/+17
2011-10-15hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V3-22/+34
2011-10-15hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh Kumar K.V2-25/+25
2011-10-15hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V1-5/+2
2011-10-15hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora1-0/+8
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V3-2/+13
2011-09-22hw/9pfs: Add handle based fs driverAneesh Kumar K.V2-0/+2
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V1-0/+6
2011-09-22hw/9pfs: Add init callback to fs driverAneesh Kumar K.V1-0/+2
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V1-18/+28
2011-08-22use readdir_r instead of readdir for reentrancyHarsh Prateek Bora1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-06-10fsdev: Fix archs that dont use fsdevEdgar E. Iglesias1-0/+8
2011-06-01[virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)1-7/+0
2011-06-01virtio-9p: Don't link to 9p if virtio is not enabledAneesh Kumar K.V1-0/+20
2011-04-27virtio-9p: move 9p files aroundAneesh Kumar K.V2-1/+108
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl1-2/+2
2010-10-20[virtio-9p] Qemu 9p commandline options validity checksHarsh Prateek Bora1-17/+31
2010-09-21Use machine_init() to register virtfs config options.Gerd Hoffmann1-0/+9
2010-06-22virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)2-1/+9
2010-05-03virtio-9p: Add a virtio 9p device to qemuAnthony Liguori2-1/+2
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy2-0/+123