summaryrefslogtreecommitdiff
path: root/hw/virtio-9p.c
AgeCommit message (Expand)Author
2010-10-03virtio-9p: Use GCC_FMT_ATTR and fix a format warningStefan Weil
2010-09-08virtio-9p: Change handling of flags in open() path for 9P2000.LSripathi Kodi
2010-09-08[virtio-9p] This patch implements TLERROR/RLERROR on the qemu 9P server.Arun R Bharadwaj
2010-09-08[virtio-9p] Remove all instances of unnecessary dotu variable.Arun R Bharadwaj
2010-09-08virtio-9p: Add support for removing xattrAneesh Kumar K.V
2010-09-08virtio-9p: Fix the memset usageAneesh Kumar K.V
2010-09-08virtio-9p: Add SM_NONE security modelAneesh Kumar K.V
2010-09-08virtio-9p: Implement TXATTRCREATEAneesh Kumar K.V
2010-09-08virtio-9p: Implement TXATTRWALKAneesh Kumar K.V
2010-09-08virtio-9p: Add fidtype so that we can do type specific operationAneesh Kumar K.V
2010-09-08[virtio-9p] qemu: virtio-9p: Implement LOPENM. Mohan Kumar
2010-09-08rename - change name of file or directoryM. Mohan Kumar
2010-09-08qemu: virtio-9p: Implement TMKDIRM. Mohan Kumar
2010-09-08qemu: virtio-9p: Implement TMKNODM. Mohan Kumar
2010-09-08[virtio-9p] This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)
2010-09-08[virtio-9p] Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)
2010-09-08[virtio-9p] Implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)
2010-09-08virtio-9p: Implement server side of setattr for 9P2000.L protocol.Sripathi Kodi
2010-09-08[virtio-9p] Make v9fs_do_utimensat accept timespec structures instead of v9stat.Sripathi Kodi
2010-09-08virtio-9p: Do not reset atimeM. Mohan Kumar
2010-09-08virtio-9p: getattr server implementation for 9P2000.L protocol.Sripathi Kodi
2010-09-08virtio-9p: Compute iounit based on host filesystem block sizeM. Mohan Kumar
2010-09-08[V4] virtio-9p: readdir implementation for 9p2000.LSripathi Kodi
2010-09-08virtio-9p: Return correct error from v9fs_removeSripathi Kodi
2010-09-08qemu: virtio-9p: Implement statfs support in serverM. Mohan Kumar
2010-09-08qemu: virtio-9p: Recognize 9P2000.L protocolM. Mohan Kumar
2010-08-20Replace qemu_malloc + memset with qemu_malloczBlue Swirl
2010-06-22virtio-9p: Implement Security model for mksock using mknod.Venkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Implement Security model for mknodVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for symlink and readlinkVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for mkdirVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for create/open2Venkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for chownVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for chmodVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Rearrange fileop structuresVenkateswararao Jujjuri (JV)
2010-05-03virtio-9p: Add P9_TFLUSH supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TREMOVE support.Anthony Liguori
2010-05-03virtio-9p: Add P9_TWSTAT supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TCREATE supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TWRITE supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TCLUNK supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TREAD supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TOPEN support.Anthony Liguori
2010-05-03virtio-9p: Add P9_TWALK supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TSTAT supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TATTACH support.Anthony Liguori
2010-05-03virtio-9p: Add P9_TVERSION supportAnthony Liguori
2010-05-03virtio-9p: Add sg helper functionsAnthony Liguori