summaryrefslogtreecommitdiffstats
path: root/hw/virtio-9p.c
Commit message (Expand)AuthorAgeFilesLines
* [virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)2010-12-021-5/+6
* [virtio-9p] Add support to v9fs_string_alloc_printf() for handling %lu.Venkateswararao Jujjuri (JV)2010-10-201-0/+17
* [virtio-9p] Use preadv/pwritev instead of readv/writevSanchit Garg2010-10-201-77/+39
* [virtio-9p] Qemu 9p commandline options validity checksHarsh Prateek Bora2010-10-201-2/+2
* virtio-9p: Use layered xattr approachAneesh Kumar K.V2010-10-201-1/+5
* [virtio-9p] Ignore O_DIRECT hint from client.Venkateswararao Jujjuri (JV)2010-10-201-0/+5
* qemu-virtio-9p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar2010-10-201-0/+44
* [virtio-9p] Introduce server side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)2010-10-201-0/+27
* qemu-virtio9p: Implement TGETLOCKM. Mohan Kumar2010-10-201-0/+41
* [virto-9p] Implement TLOCKM. Mohan Kumar2010-10-201-0/+50
* [virtio-9p] open should not return EBADFSripathi Kodi2010-10-201-1/+3
* 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
OpenPOWER on IntegriCloud