Age | Commit message (Expand) | Author |
2012-01-30 | hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode | Daniel P. Berrange |
2012-01-30 | hw/9pfs: Fix crash when mounting with synthfs | Aneesh Kumar K.V |
2012-01-04 | hw/9pfs: Add validation to {un}marshal code | M. Mohan Kumar |
2012-01-04 | hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file | M. Mohan Kumar |
2011-12-21 | hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values. | Aneesh Kumar K.V |
2011-12-21 | hw/9pfs: Use the correct signed type for different variables | Aneesh Kumar K.V |
2011-12-21 | hw/9pfs: replace iovec manipulation with QEMUIOVector | Stefan Hajnoczi |
2011-12-06 | fix typo: delete redundant semicolon | Dong Xu Wang |
2011-12-04 | hw/9pfs: Reset server state during TVERSION | Deepak C Shetty |
2011-12-04 | hw/9pfs: use migration blockers to prevent live migration when virtfs export ... | Aneesh Kumar K.V |
2011-11-21 | 9p: pass dotl flags to the unlinkat method | Paolo Bonzini |
2011-11-02 | hw/9pfs: use g_vasprintf() instead of rolling our own | Stefan Hajnoczi |
2011-10-31 | hw/9pfs: Abstract open state of fid to V9fsFidOpenState | Aneesh Kumar K.V |
2011-10-31 | hw/9pfs: Read-only support for 9p export | M. Mohan Kumar |
2011-10-30 | hw/9pfs: Make VirtFS tracing work correctly | Aneesh Kumar K.V |
2011-10-15 | hw/9pfs: Use export_flag for indicating whether fs driver use path names. | Aneesh Kumar K.V |
2011-10-15 | hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing. | Harsh Prateek Bora |
2011-10-15 | hw/9pfs: Introduce tracing for 9p pdu handlers | Harsh Prateek Bora |
2011-10-15 | hw/9pfs: Add st_gen support in getattr reply | Harsh Prateek Bora |
2011-10-15 | hw/9pfs: Add open flag mapping | M. Mohan Kumar |
2011-10-15 | virtio-9p: Use 9P specific Lock constants | M. Mohan Kumar |
2011-10-12 | hw/9pfs: Add new virtfs option writeout=immediate skip host page cache | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Implement TFLUSH operation | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Add fs driver specific details to fscontext | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Move fid pathname tracking to seperate data type. | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Use read-write lock for protecting fid path. | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Make v9fs_string* functions non-static | Aneesh Kumar K.V |
2011-09-09 | hw/9pfs: add 9P2000.L unlinkat operation | Aneesh Kumar K.V |
2011-09-09 | hw/9pfs: add 9P2000.L renameat operation | Aneesh Kumar K.V |
2011-09-09 | hw/9pfs: Fix memleaks in some 9p operation | Aneesh Kumar K.V |
2011-09-09 | hw/9pfs: Initialize rest of qid field to zero. | Aneesh Kumar K.V |
2011-09-09 | hw/9pfs: Update the fidp path before opendir | Aneesh Kumar K.V |
2011-08-25 | hw/9pfs: mark directories also as un-reclaimable on unlink | Aneesh Kumar K.V |
2011-08-25 | hw/9pfs: Add directory reclaim support | Aneesh Kumar K.V |
2011-08-25 | hw/9pfs: Use v9fs_do_close instead of close | Aneesh Kumar K.V |
2011-08-25 | hw/9pfs: Add file descriptor reclaim support | Aneesh Kumar K.V |
2011-08-25 | hw/9pfs: Add reference counting for fid | Aneesh Kumar K.V |
2011-08-22 | use readdir_r instead of readdir for reentrancy | Harsh Prateek Bora |
2011-08-22 | hw/9pfs: Update v9fs_read to use coroutines | Aneesh Kumar K.V |
2011-08-22 | hw/9pfs: Update v9fs_attach to use coroutines | Aneesh Kumar K.V |
2011-08-22 | hw/9pfs: Update v9fs_wstat to use coroutines | Aneesh Kumar K.V |
2011-08-22 | hw/9pfs: Update v9fs_write to use coroutines | Aneesh Kumar K.V |
2011-08-22 | hw/9pfs: Update v9fs_link to use coroutines | Venkateswararao Jujjuri (JV) |
2011-08-22 | hw/9pfs: Update v9fs_symlink to use coroutines | Venkateswararao Jujjuri |
2011-08-22 | hw/9pfs: Update v9fs_create to use coroutines | Venkateswararao Jujjuri |
2011-08-22 | hw/9pfs: Update v9fs_fsync to use coroutines | Aneesh Kumar K.V |
2011-08-22 | hw/9pfs: Update v9fs_clunk to use coroutines | Aneesh Kumar K.V |
2011-08-22 | hw/9pfs: Update v9fs_walk to use coroutines | Aneesh Kumar K.V |
2011-08-22 | hw/9pfs: Update v9fs_stat to use coroutines | Aneesh Kumar K.V |