aboutsummaryrefslogtreecommitdiff
path: root/fsdev
AgeCommit message (Expand)Author
2015-03-19Fix typos in commentsViswesh
2015-03-16virtfs-proxy: Fix possible overflowShannon Zhao
2015-03-16fsdev/virtfs-proxy-helper: Fix improper use of negative valueShannon Zhao
2015-02-10virtfs-proxy-helper: Fix possible socket leak.Gonglei
2014-04-28virtfs-proxy-helper: fix call to acceptTim Comer
2014-03-04hw/9pfs: Include virtio-9p-device.o in buildAneesh Kumar K.V
2014-02-26fsdev: Fix overrun after readlink() fills buffer completelyMarkus Armbruster
2013-07-09fsdev: Fix potential memory leakStefan Weil
2013-05-12remove double semicolonsDong Xu Wang
2013-01-30virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup()Markus Armbruster
2013-01-26build: remove extra-obj-yPaolo Bonzini
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-05virtfs-proxy-helper: use setresuid and setresgidPaolo Bonzini
2012-11-15qemu-fsdev-dummy.c: Include module.hEduardo Habkost
2012-06-07build: move fsdev/ objects to nested Makefile.objsPaolo Bonzini
2012-04-07Replace Qemu by QEMU in user visible documentationStefan Weil
2012-01-30fsdev: Fix parameter parsing for proxy helperM. Mohan Kumar
2012-01-19hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V
2012-01-13virtfs-proxy-helper: Add missing printf format attributeStefan Weil
2012-01-13virtfs-proxy-helper: Clean include filesStefan Weil
2012-01-13virtfs-proxy-helper: Fix compilation on newer systemsStefan Weil
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: man page for proxy helperM. Mohan Kumar
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Create other filesystem objectsM. Mohan Kumar
2012-01-04hw/9pfs: Open and create filesM. Mohan Kumar
2012-01-04hw/9pfs: File system helper process for qemu 9p proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar
2012-01-04hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. 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-12-04hw/9pfs: Improve portability to older systemsAneesh Kumar K.V
2011-10-31hw/9pfs: Add synthetic file system support using 9pAneesh 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: Handle Security model parsingM. Mohan Kumar
2011-10-15hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V
2011-10-15hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh 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 handle based fs driverAneesh 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