aboutsummaryrefslogtreecommitdiffstats
path: root/hw/file-op-9p.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-20[virtio-9p] Use preadv/pwritev instead of readv/writevSanchit Garg1-3/+2
2010-10-20virtio-9p: Use layered xattr approachAneesh Kumar K.V1-0/+11
2010-09-08virtio-9p: Add support for removing xattrAneesh Kumar K.V1-0/+1
2010-09-08virtio-9p: Add SM_NONE security modelAneesh Kumar K.V1-2/+13
2010-09-08virtio-9p: Implement TXATTRCREATEAneesh Kumar K.V1-0/+2
2010-09-08virtio-9p: Implement TXATTRWALKAneesh Kumar K.V1-0/+3
2010-09-08virtio-9p: Do not reset atimeM. Mohan Kumar1-1/+1
2010-09-08qemu: virtio-9p: Implement statfs support in serverM. Mohan Kumar1-0/+1
2010-06-22virtio-9p: Implement Security model for mksock using mknod.Venkateswararao Jujjuri (JV)1-1/+0
2010-06-22virtio-9p: Implement Security model for mknodVenkateswararao Jujjuri (JV)1-1/+1
2010-06-22virtio-9p: Security model for symlink and readlinkVenkateswararao Jujjuri (JV)1-1/+1
2010-06-22virtio-9p: Security model for mkdirVenkateswararao Jujjuri (JV)1-1/+1
2010-06-22virtio-9p: Security model for create/open2Venkateswararao Jujjuri (JV)1-1/+1
2010-06-22virtio-9p: Security model for chownVenkateswararao Jujjuri (JV)1-1/+1
2010-06-22virtio-9p: Security model for chmodVenkateswararao Jujjuri (JV)1-1/+1
2010-06-22virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)1-0/+20
2010-05-03virtio-9p: Add P9_TREMOVE support.Anthony Liguori1-0/+1
2010-05-03virtio-9p: Add P9_TWSTAT supportAnthony Liguori1-0/+5
2010-05-03virtio-9p: Add P9_TCREATE supportAnthony Liguori1-0/+8
2010-05-03virtio-9p: Add P9_TWRITE supportAnthony Liguori1-0/+1
2010-05-03virtio-9p: Add P9_TREAD supportAnthony Liguori1-0/+6
2010-05-03virtio-9p: Add P9_TOPEN support.Anthony Liguori1-0/+2
2010-05-03virtio-9p: Add minimal set of FileOperationsAnthony Liguori1-0/+5
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy1-0/+32