summaryrefslogtreecommitdiffstats
path: root/hw/virtio-9p.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-9p: Use GCC_FMT_ATTR and fix a format warningStefan Weil2010-10-031-4/+6
* virtio-9p: Change handling of flags in open() path for 9P2000.LSripathi Kodi2010-09-081-13/+1
* [virtio-9p] This patch implements TLERROR/RLERROR on the qemu 9P server.Arun R Bharadwaj2010-09-081-6/+13
* [virtio-9p] Remove all instances of unnecessary dotu variable.Arun R Bharadwaj2010-09-081-63/+54
* virtio-9p: Add support for removing xattrAneesh Kumar K.V2010-09-081-5/+20
* virtio-9p: Fix the memset usageAneesh Kumar K.V2010-09-081-2/+1
* virtio-9p: Add SM_NONE security modelAneesh Kumar K.V2010-09-081-3/+9
* virtio-9p: Implement TXATTRCREATEAneesh Kumar K.V2010-09-081-7/+132
* virtio-9p: Implement TXATTRWALKAneesh Kumar K.V2010-09-081-2/+190
* virtio-9p: Add fidtype so that we can do type specific operationAneesh Kumar K.V2010-09-081-54/+56
* [virtio-9p] qemu: virtio-9p: Implement LOPENM. Mohan Kumar2010-09-081-4/+28
* rename - change name of file or directoryM. Mohan Kumar2010-09-081-43/+113
* qemu: virtio-9p: Implement TMKDIRM. Mohan Kumar2010-09-081-5/+78
* qemu: virtio-9p: Implement TMKNODM. Mohan Kumar2010-09-081-7/+83
* [virtio-9p] This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)2010-09-081-7/+93
* [virtio-9p] Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)2010-09-081-6/+72
* [virtio-9p] Implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)2010-09-081-0/+38
* virtio-9p: Implement server side of setattr for 9P2000.L protocol.Sripathi Kodi2010-09-081-0/+155
* [virtio-9p] Make v9fs_do_utimensat accept timespec structures instead of v9stat.Sripathi Kodi2010-09-081-19/+18
* virtio-9p: Do not reset atimeM. Mohan Kumar2010-09-081-8/+20
* virtio-9p: getattr server implementation for 9P2000.L protocol.Sripathi Kodi2010-09-081-0/+112
* virtio-9p: Compute iounit based on host filesystem block sizeM. Mohan Kumar2010-09-081-19/+77
* [V4] virtio-9p: readdir implementation for 9p2000.LSripathi Kodi2010-09-081-0/+122
* virtio-9p: Return correct error from v9fs_removeSripathi Kodi2010-09-081-5/+6
* qemu: virtio-9p: Implement statfs support in serverM. Mohan Kumar2010-09-081-0/+63
* qemu: virtio-9p: Recognize 9P2000.L protocolM. Mohan Kumar2010-09-081-1/+5
* Replace qemu_malloc + memset with qemu_malloczBlue Swirl2010-08-201-2/+1
* virtio-9p: Implement Security model for mksock using mknod.Venkateswararao Jujjuri (JV)2010-06-221-23/+2
* virtio-9p: Implement Security model for mknodVenkateswararao Jujjuri (JV)2010-06-221-4/+10
* virtio-9p: Security model for symlink and readlinkVenkateswararao Jujjuri (JV)2010-06-221-4/+9
* virtio-9p: Security model for mkdirVenkateswararao Jujjuri (JV)2010-06-221-3/+9
* virtio-9p: Security model for create/open2Venkateswararao Jujjuri (JV)2010-06-221-5/+11
* virtio-9p: Security model for chownVenkateswararao Jujjuri (JV)2010-06-221-2/+7
* virtio-9p: Security model for chmodVenkateswararao Jujjuri (JV)2010-06-221-1/+4
* virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)2010-06-221-7/+16
* virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)2010-06-221-0/+9
* virtio-9p: Rearrange fileop structuresVenkateswararao Jujjuri (JV)2010-06-221-139/+46
* virtio-9p: Add P9_TFLUSH supportAnthony Liguori2010-05-031-33/+2
* virtio-9p: Add P9_TREMOVE support.Anthony Liguori2010-05-031-2/+48
* virtio-9p: Add P9_TWSTAT supportAnthony Liguori2010-05-031-2/+271
* virtio-9p: Add P9_TCREATE supportAnthony Liguori2010-05-031-2/+262
* virtio-9p: Add P9_TWRITE supportAnthony Liguori2010-05-031-2/+110
* virtio-9p: Add P9_TCLUNK supportAnthony Liguori2010-05-031-2/+14
* virtio-9p: Add P9_TREAD supportAnthony Liguori2010-05-031-2/+232
* virtio-9p: Add P9_TOPEN support.Anthony Liguori2010-05-031-5/+148
* virtio-9p: Add P9_TWALK supportAnthony Liguori2010-05-031-2/+171
* virtio-9p: Add P9_TSTAT supportAnthony Liguori2010-05-031-2/+53
* virtio-9p: Add P9_TATTACH support.Anthony Liguori2010-05-031-2/+31
* virtio-9p: Add P9_TVERSION supportAnthony Liguori2010-05-031-2/+13
* virtio-9p: Add sg helper functionsAnthony Liguori2010-05-031-0/+53
OpenPOWER on IntegriCloud