aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio-9p-local.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-02virtio-9p: fix build on !CONFIG_UTIMENSATHidetoshi Seto1-2/+2
2010-12-02[virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-2/+6
2010-10-20[virtio-9p] Use preadv/pwritev instead of readv/writevSanchit Garg1-14/+26
2010-10-20virtio-9p: Use layered xattr approachAneesh Kumar K.V1-90/+5
2010-09-08virtio-9p: Add support for removing xattrAneesh Kumar K.V1-0/+17
2010-09-08virtio-9p: Use lchown which won't follow symlinkAneesh Kumar K.V1-1/+1
2010-09-08virtio-9p: Add SM_NONE security modelAneesh Kumar K.V1-10/+30
2010-09-08virtio-9p: Hide user.virtfs xattr in case of mapped security.Aneesh Kumar K.V1-1/+70
2010-09-08virtio-9p: Implement TXATTRCREATEAneesh Kumar K.V1-0/+7
2010-09-08virtio-9p: Implement TXATTRWALKAneesh Kumar K.V1-0/+14
2010-09-08virtio-9p: Implement server side of setattr for 9P2000.L protocol.Sripathi Kodi1-1/+4
2010-09-08virtio-9p: Do not reset atimeM. Mohan Kumar1-4/+4
2010-09-08qemu: virtio-9p: Implement statfs support in serverM. Mohan Kumar1-0/+6
2010-08-19Remove useless NULL check for qemu_strdup return valueBlue Swirl1-3/+0
2010-06-22virtio-9p: Implement Security model for mksock using mknod.Venkateswararao Jujjuri (JV)1-23/+0
2010-06-22virtio-9p: Implement Security model for mknodVenkateswararao Jujjuri (JV)1-2/+32
2010-06-22virtio-9p: Security model for symlink and readlinkVenkateswararao Jujjuri (JV)1-6/+69
2010-06-22virtio-9p: Security model for mkdirVenkateswararao Jujjuri (JV)1-2/+33
2010-06-22virtio-9p: Security model for create/open2Venkateswararao Jujjuri (JV)1-2/+49
2010-06-22virtio-9p: Implemented Security model for lstat and fstatVenkateswararao Jujjuri (JV)1-4/+58
2010-06-22virtio-9p: Security model for chownVenkateswararao Jujjuri (JV)1-2/+7
2010-06-22virtio-9p: Security model for chmodVenkateswararao Jujjuri (JV)1-4/+7
2010-06-22virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)1-35/+30
2010-05-03virtio-9p: Add P9_TREMOVE support.Anthony Liguori1-0/+6
2010-05-03virtio-9p: Add P9_TWSTAT supportAnthony Liguori1-0/+50
2010-05-03virtio-9p: Add P9_TCREATE supportAnthony Liguori1-0/+87
2010-05-03virtio-9p: Add P9_TWRITE supportAnthony Liguori1-0/+7
2010-05-03virtio-9p: Add P9_TREAD supportAnthony Liguori1-0/+37
2010-05-03virtio-9p: Add P9_TOPEN support.Anthony Liguori1-0/+12
2010-05-03virtio-9p: Add minimal set of FileOperationsAnthony Liguori1-0/+78
2010-05-03virtio-9p: Add a virtio 9p device to qemuAnthony Liguori1-0/+17