]> git.proxmox.com Git - qemu.git/history - hw/9pfs/virtio-9p.c
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
[qemu.git] / hw / 9pfs / virtio-9p.c
2011-10-31 Aneesh Kumar K.Vhw/9pfs: Abstract open state of fid to V9fsFidOpenState
2011-10-31 M. Mohan Kumarhw/9pfs: Read-only support for 9p export
2011-10-30 Aneesh Kumar K.Vhw/9pfs: Make VirtFS tracing work correctly
2011-10-26 Andrzej ZaborowskiMerge branch 'target-arm.for-upstream' of git://git...
2011-10-20 Anthony LiguoriMerge remote-tracking branch 'quintela/migration-pull...
2011-10-20 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-10-20 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-6...
2011-10-15 Aneesh Kumar K.Vhw/9pfs: Use export_flag for indicating whether fs...
2011-10-15 Harsh Prateek Borahw/9pfs: Remove virtio-9p-debug.* infra to be replaced...
2011-10-15 Harsh Prateek Borahw/9pfs: Introduce tracing for 9p pdu handlers
2011-10-15 Harsh Prateek Borahw/9pfs: Add st_gen support in getattr reply
2011-10-15 M. Mohan Kumarhw/9pfs: Add open flag mapping
2011-10-15 M. Mohan Kumarvirtio-9p: Use 9P specific Lock constants
2011-10-12 Aneesh Kumar K.Vhw/9pfs: Add new virtfs option writeout=immediate skip...
2011-09-29 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-09-29 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-5...
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-22 Aneesh Kumar K.Vhw/9pfs: Implement TFLUSH operation
2011-09-22 Aneesh Kumar K.Vhw/9pfs: Avoid unnecessary get_fid in v9fs_clunk
2011-09-22 Aneesh Kumar K.Vhw/9pfs: Add fs driver specific details to fscontext
2011-09-22 Aneesh Kumar K.Vhw/9pfs: Move fid pathname tracking to seperate data...
2011-09-22 Aneesh Kumar K.Vhw/9pfs: Use read-write lock for protecting fid path.
2011-09-22 Aneesh Kumar K.Vhw/9pfs: Make v9fs_string* functions non-static
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-09-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-09-15 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-4...
2011-09-09 Aneesh Kumar K.Vhw/9pfs: add 9P2000.L unlinkat operation
2011-09-09 Aneesh Kumar K.Vhw/9pfs: add 9P2000.L renameat operation
2011-09-09 Aneesh Kumar K.Vhw/9pfs: Fix memleaks in some 9p operation
2011-09-09 Aneesh Kumar K.Vhw/9pfs: Initialize rest of qid field to zero.
2011-09-09 Aneesh Kumar K.Vhw/9pfs: Update the fidp path before opendir
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v42' into...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.26' into staging
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-3...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-08-25 Aneesh Kumar K.Vhw/9pfs: mark directories also as un-reclaimable on...
2011-08-25 Aneesh Kumar K.Vhw/9pfs: Add directory reclaim support
2011-08-25 Aneesh Kumar K.Vhw/9pfs: Use v9fs_do_close instead of close
2011-08-25 Aneesh Kumar K.Vhw/9pfs: Add file descriptor reclaim support
2011-08-25 Aneesh Kumar K.Vhw/9pfs: Add reference counting for fid
2011-08-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-08-25 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/batch...
2011-08-25 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-2...
2011-08-22 Harsh Prateek Borause readdir_r instead of readdir for reentrancy
2011-08-22 Aneesh Kumar K.Vhw/9pfs: Update v9fs_read to use coroutines
2011-08-22 Aneesh Kumar K.Vhw/9pfs: Update v9fs_attach to use coroutines
2011-08-22 Aneesh Kumar K.Vhw/9pfs: Update v9fs_wstat to use coroutines
2011-08-22 Aneesh Kumar K.Vhw/9pfs: Update v9fs_write to use coroutines
2011-08-22 Venkateswararao... hw/9pfs: Update v9fs_link to use coroutines
2011-08-22 Venkateswararao... hw/9pfs: Update v9fs_symlink to use coroutines
2011-08-22 Venkateswararao... hw/9pfs: Update v9fs_create to use coroutines
2011-08-22 Aneesh Kumar K.Vhw/9pfs: Update v9fs_fsync to use coroutines
2011-08-22 Aneesh Kumar K.Vhw/9pfs: Update v9fs_clunk to use coroutines
2011-08-22 Aneesh Kumar K.Vhw/9pfs: Update v9fs_walk to use coroutines
2011-08-22 Aneesh Kumar K.Vhw/9pfs: Update v9fs_stat to use coroutines
2011-08-22 Venkateswararao... hw/9pfs: Update v9fs_lcreate to use coroutines
2011-08-22 Aneesh Kumar K.Vhw/9pfs: Update v9fs_open to use coroutines
2011-08-22 Aneesh Kumar K.Vhw/9pfs: Update v9fs_getlock to use coroutines
2011-08-22 Aneesh Kumar K.Vhw/9pfs: Update v9fs_lock to use coroutines
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-1...
2011-08-08 Aneesh Kumar K.Vhw/9pfs: Update vfs_rename to use coroutines
2011-08-08 Venkateswararao... hw/9pfs: Update v9fs_remove to use coroutines
2011-08-08 Venkateswararao... hw/9pfs: Update mkdir to use coroutines
2011-08-08 Aneesh Kumar K.Vhw/9pfs: Update v9fs_mknod to use coroutines
2011-08-08 Aneesh Kumar K.Vhw/9pfs: Update v9fs_xattrcreate to use coroutines
2011-08-08 Aneesh Kumar K.Vhw/9pfs: Update v9fs_xattrwalk to coroutines
2011-08-08 Aneesh Kumar K.Vhw/9pfs: Update v9fs_setattr to use coroutines
2011-08-08 Aneesh Kumar K.Vhw/9pfs: Update v9fs_getattr to use coroutines
2011-08-08 Aneesh Kumar K.Vhw/9pfs: Update v9fs_statfs to use coroutines
2011-08-08 Aneesh Kumar K.Vhw/9pfs: Update v9fs_readdir to use coroutines
2011-08-08 Venkateswararao... hw/9pfs: Update v9fs_readlink to use coroutine
2011-08-08 Venkateswararao... [virtio-9p] Change all pdu handlers to coroutines.
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-03 Stefan Weilvirtio-9p: Remove statement without effect (fix warning...
2011-06-01 Aneesh Kumar K.Vhw/9pfs: Don't crash when we get a request with not...
2011-06-01 Stefan Weilvirtio-9p: Use relative includes for files in hw
2011-06-01 Aneesh Kumar K.Vvirtio-9p: Move device specific code to virtio-9p-device
2011-06-01 Aneesh Kumar K.Vvirtio-9p: Move 9p device registration into virtio...
2011-06-01 Malahal Naineni[virtio-9p] Stop renaming files with similar name!
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-29 Blue SwirlMerge branch 'patches' of git://qemu.weilnetz.de/git...
2011-04-28 Anthony LiguoriMerge remote-tracking branch 'amitshah/for-anthony...
2011-04-28 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-04-27 Harsh Prateek Borav9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames ...
next