aboutsummaryrefslogtreecommitdiff
path: root/hw/file-op-9p.h
AgeCommit message (Expand)Author
2010-12-02[virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)
2010-10-20[virtio-9p] Use preadv/pwritev instead of readv/writevSanchit Garg
2010-10-20virtio-9p: Use layered xattr approachAneesh Kumar K.V
2010-09-08virtio-9p: Add support for removing xattrAneesh Kumar K.V
2010-09-08virtio-9p: Add SM_NONE security modelAneesh Kumar K.V
2010-09-08virtio-9p: Implement TXATTRCREATEAneesh Kumar K.V
2010-09-08virtio-9p: Implement TXATTRWALKAneesh Kumar K.V
2010-09-08virtio-9p: Do not reset atimeM. Mohan Kumar
2010-09-08qemu: virtio-9p: Implement statfs support in serverM. Mohan Kumar
2010-06-22virtio-9p: Implement Security model for mksock using mknod.Venkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Implement Security model for mknodVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for symlink and readlinkVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for mkdirVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for create/open2Venkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for chownVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Security model for chmodVenkateswararao Jujjuri (JV)
2010-06-22virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)
2010-05-03virtio-9p: Add P9_TREMOVE support.Anthony Liguori
2010-05-03virtio-9p: Add P9_TWSTAT supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TCREATE supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TWRITE supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TREAD supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TOPEN support.Anthony Liguori
2010-05-03virtio-9p: Add minimal set of FileOperationsAnthony Liguori
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy