aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p-local.c
AgeCommit message (Expand)Author
2016-01-089pfs: rename virtio-9p-local.c to 9p-local.cWei Liu
2015-03-199pfs: Fix warnings from SparseStefan Weil
2015-03-16virtio: Fix memory leaks reported by CoverityStefan Weil
2015-03-129pfs-local: simplify/optimize local_mapped_attr_path()Michael Tokarev
2015-03-109pfs: remove useless returnMichael Tokarev
2014-09-04hw/9pfs: Don't return type from host in readdir on local 9p filesystemBastian Blank
2014-09-02hw/9pfs: Use little-endian format for xattr valuesAneesh Kumar K.V
2014-05-07hw/9pfs: Add include file for exported symbolStefan Weil
2014-03-04hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitationChen Gang
2014-03-03hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()Chen Gang
2014-03-03hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"Chen Gang
2014-02-02hw/9pfs: make get_st_gen() return ENOTTY error on special filesKirill A. Shutemov
2014-02-02hw/9pfs: fix error handing in local_ioc_getversion()Kirill A. Shutemov
2013-05-28hw/9pfs: Use O_NOFOLLOW when opening files on serverAneesh Kumar K.V
2013-05-28hw/9pfs: use O_NOFOLLOW for mapped readlink operationAneesh Kumar K.V
2013-05-12remove double semicolonsDong Xu Wang
2013-04-08hw: move headers to include/Paolo Bonzini
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-01-30hw/9pfs: Preserve S_ISGIDM. Mohan Kumar
2012-01-19hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V
2011-12-04hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V
2011-11-289pfs: improve portability to older systemsAneesh Kumar K.V
2011-11-289pfs: improve portability to older systemsPaolo Bonzini
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V
2011-10-31hw/9pfs: Fix error handling in local_mknodAneesh Kumar K.V
2011-10-15hw/9pfs: Use export flag for indicating security modelAneesh 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 fs driver specific details to fscontextAneesh Kumar K.V
2011-09-22hw/9pfs: Add init callback to fs driverAneesh Kumar K.V
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V
2011-08-22use readdir_r instead of readdir for reentrancyHarsh Prateek Bora
2011-06-01[virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)
2011-06-01virtio-9p: Use relative includes for files in hwStefan Weil
2011-04-27hw/virtio-9p-local.c: Remove unnecessary null char in symlink fileHarsh Prateek Bora
2011-04-27virtio-9p: move 9p files aroundAneesh Kumar K.V