Age | Commit message (Expand) | Author |
2011-11-21 | 9p: pass dotl flags to the unlinkat method | Paolo Bonzini |
2011-11-21 | 9p: allow compiling the dummy virtio-9p-handle.c code on Linux | Paolo Bonzini |
2011-11-09 | configure: fix detection for xattr.h on modern distributions | Avi Kivity |
2011-11-02 | hw/9pfs: use g_vasprintf() instead of rolling our own | Stefan Hajnoczi |
2011-10-31 | hw/9pfs: Replace rwlocks with RCU variants of interfaces. | Harsh Prateek Bora |
2011-10-31 | hw/9pfs: Add synthetic file system support using 9p | Aneesh Kumar K.V |
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-31 | hw/9pfs: Fix error handling in local_mknod | Aneesh Kumar K.V |
2011-10-30 | hw/9pfs: Make VirtFS tracing work correctly | Aneesh Kumar K.V |
2011-10-15 | hw/9pfs: Use export flag for indicating security model | Aneesh Kumar K.V |
2011-10-15 | hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code | 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: Use fs driver specific lstat | M. Mohan Kumar |
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 for handle based fs driver | 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 | hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too long | Daniel P. Berrange |
2011-10-15 | virtio-9p: Use 9P specific Lock constants | M. Mohan Kumar |
2011-10-15 | hw/9pfs: Fix build error on platform that don't support futimens | Aneesh Kumar K.V |
2011-10-12 | hw/9pfs: Add new virtfs option writeout=immediate skip host page cache | Aneesh Kumar K.V |
2011-10-12 | hw/9pfs: Use ioeventfd for 9p | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Add handle based fs driver | 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: Add init callback to fs driver | 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-15 | Merge remote-tracking branch 'aneesh/for-upstream-4' into staging | Anthony Liguori |
2011-09-09 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2011-09-09 | Don't use g_thread_get_initialized. | Gerd Hoffmann |
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-09-09 | virtio-9p: Fix syntax error in debug code | Stefan Weil |
2011-09-08 | Merge remote-tracking branch 'aneesh/for-upstream-3' into staging | Anthony Liguori |
2011-09-03 | Use new macro QEMU_PACKED for packed structures | Stefan Weil |
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: init fid list properly | 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 |