aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio-9p.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-02[virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-5/+6
2010-10-20[virtio-9p] Add support to v9fs_string_alloc_printf() for handling %lu.Venkateswararao Jujjuri (JV)1-0/+17
2010-10-20[virtio-9p] Use preadv/pwritev instead of readv/writevSanchit Garg1-77/+39
2010-10-20[virtio-9p] Qemu 9p commandline options validity checksHarsh Prateek Bora1-2/+2
2010-10-20virtio-9p: Use layered xattr approachAneesh Kumar K.V1-1/+5
2010-10-20[virtio-9p] Ignore O_DIRECT hint from client.Venkateswararao Jujjuri (JV)1-0/+5
2010-10-20qemu-virtio-9p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar1-0/+44
2010-10-20[virtio-9p] Introduce server side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-0/+27
2010-10-20qemu-virtio9p: Implement TGETLOCKM. Mohan Kumar1-0/+41
2010-10-20[virto-9p] Implement TLOCKM. Mohan Kumar1-0/+50
2010-10-20[virtio-9p] open should not return EBADFSripathi Kodi1-1/+3
2010-10-03virtio-9p: Use GCC_FMT_ATTR and fix a format warningStefan Weil1-4/+6
2010-09-08virtio-9p: Change handling of flags in open() path for 9P2000.LSripathi Kodi1-13/+1
2010-09-08[virtio-9p] This patch implements TLERROR/RLERROR on the qemu 9P server.Arun R Bharadwaj1-6/+13
2010-09-08[virtio-9p] Remove all instances of unnecessary dotu variable.Arun R Bharadwaj1-63/+54
2010-09-08virtio-9p: Add support for removing xattrAneesh Kumar K.V1-5/+20
2010-09-08virtio-9p: Fix the memset usageAneesh Kumar K.V1-2/+1
2010-09-08virtio-9p: Add SM_NONE security modelAneesh Kumar K.V1-3/+9
2010-09-08virtio-9p: Implement TXATTRCREATEAneesh Kumar K.V1-7/+132
2010-09-08virtio-9p: Implement TXATTRWALKAneesh Kumar K.V1-2/+190
2010-09-08virtio-9p: Add fidtype so that we can do type specific operationAneesh Kumar K.V1-54/+56
2010-09-08[virtio-9p] qemu: virtio-9p: Implement LOPENM. Mohan Kumar1-4/+28
2010-09-08rename - change name of file or directoryM. Mohan Kumar1-43/+113
2010-09-08qemu: virtio-9p: Implement TMKDIRM. Mohan Kumar1-5/+78
2010-09-08qemu: virtio-9p: Implement TMKNODM. Mohan Kumar1-7/+83
2010-09-08[virtio-9p] This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)1-7/+93
2010-09-08[virtio-9p] Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-6/+72
2010-09-08[virtio-9p] Implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-0/+38
2010-09-08virtio-9p: Implement server side of setattr for 9P2000.L protocol.Sripathi Kodi1-0/+155
2010-09-08[virtio-9p] Make v9fs_do_utimensat accept timespec structures instead of v9stat.Sripathi Kodi1-19/+18
2010-09-08virtio-9p: Do not reset atimeM. Mohan Kumar1-8/+20
2010-09-08virtio-9p: getattr server implementation for 9P2000.L protocol.Sripathi Kodi1-0/+112
2010-09-08virtio-9p: Compute iounit based on host filesystem block sizeM. Mohan Kumar1-19/+77
2010-09-08[V4] virtio-9p: readdir implementation for 9p2000.LSripathi Kodi1-0/+122
2010-09-08virtio-9p: Return correct error from v9fs_removeSripathi Kodi1-5/+6
2010-09-08qemu: virtio-9p: Implement statfs support in serverM. Mohan Kumar1-0/+63
2010-09-08qemu: virtio-9p: Recognize 9P2000.L protocolM. Mohan Kumar1-1/+5
2010-08-20Replace qemu_malloc + memset with qemu_malloczBlue Swirl1-2/+1
2010-06-22virtio-9p: Implement Security model for mksock using mknod.Venkateswararao Jujjuri (JV)1-23/+2
2010-06-22virtio-9p: Implement Security model for mknodVenkateswararao Jujjuri (JV)1-4/+10
2010-06-22virtio-9p: Security model for symlink and readlinkVenkateswararao Jujjuri (JV)1-4/+9
2010-06-22virtio-9p: Security model for mkdirVenkateswararao Jujjuri (JV)1-3/+9
2010-06-22virtio-9p: Security model for create/open2Venkateswararao Jujjuri (JV)1-5/+11
2010-06-22virtio-9p: Security model for chownVenkateswararao Jujjuri (JV)1-2/+7
2010-06-22virtio-9p: Security model for chmodVenkateswararao Jujjuri (JV)1-1/+4
2010-06-22virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)1-7/+16
2010-06-22virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)1-0/+9
2010-06-22virtio-9p: Rearrange fileop structuresVenkateswararao Jujjuri (JV)1-139/+46
2010-05-03virtio-9p: Add P9_TFLUSH supportAnthony Liguori1-33/+2
2010-05-03virtio-9p: Add P9_TREMOVE support.Anthony Liguori1-2/+48