]> git.proxmox.com Git - qemu.git/history - hw/9pfs/virtio-9p-local.c
hw/9pfs: use O_NOFOLLOW for mapped readlink operation
[qemu.git] / hw / 9pfs / virtio-9p-local.c
2013-06-11 Aneesh Kumar K.Vhw/9pfs: use O_NOFOLLOW for mapped readlink operation
2013-05-17 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-2013...
2013-05-13 Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches-next...
2013-05-12 Dong Xu Wangremove double semicolons
2013-04-13 Aurelien JarnoMerge branch 'tcg-s390' of git://github.com/rth7680...
2013-04-08 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-04-08 Paolo Bonzinihw: move headers to include/
2013-02-06 Anthony LiguoriMerge branch 'for-linux-user' of https://git.gitorious...
2013-02-01 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-31 Aurelien JarnoMerge branch 'target-arm.next' of git://git.linaro...
2013-01-30 Anthony LiguoriMerge remote-tracking branch 'pmaydell/arm-devs.next...
2013-01-30 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-01-30 Markus Armbrusterhw/9pfs: Fix unchecked strdup() by converting to g_strdup()
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonzinimisc: move include files to include/qemu/
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-02-08 Anthony LiguoriMerge remote-tracking branch 'bonzini/qdev-props-for...
2012-02-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-01-30 M. Mohan Kumarhw/9pfs: Preserve S_ISGID
2012-01-19 Aneesh Kumar K.Vhw/9pfs: Add new security model mapped-file.
2012-01-10 Aurelien JarnoMerge branch 's390-next' of git://repo.or.cz/qemu/agraf
2012-01-07 Aurelien JarnoMerge branch 'target-arm.for-upstream' of git://git...
2012-01-07 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2012-01-06 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-01-06 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-01-06 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-01-04 Aneesh Kumar K.Vhw/9pfs: Move opt validation to FsDriver callback
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/mutators...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'aneesh/1.0-fixes' into...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/batch...
2011-12-04 Aneesh Kumar K.Vhw/9pfs: Use the correct file descriptor in Fsdriver...
2011-11-28 Aneesh Kumar K.V9pfs: improve portability to older systems
2011-11-28 Paolo Bonzini9pfs: improve portability to older systems
2011-11-09 Avi Kivityconfigure: fix detection for xattr.h on modern distribu...
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-11-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-7...
2011-10-31 Aneesh Kumar K.Vhw/9pfs: Abstract open state of fid to V9fsFidOpenState
2011-10-31 Aneesh Kumar K.Vhw/9pfs: Fix error handling in local_mknod
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 security model
2011-10-15 Aneesh Kumar K.Vhw/9pfs: Use export_flag for indicating whether fs...
2011-10-15 Harsh Prateek Borahw/9pfs: Add st_gen support in getattr reply
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-22 Aneesh Kumar K.Vhw/9pfs: Add fs driver specific details to fscontext
2011-09-22 Aneesh Kumar K.Vhw/9pfs: Add init callback to fs driver
2011-09-22 Aneesh Kumar K.Vhw/9pfs: Move fid pathname tracking to seperate data...
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 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-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-01 Venkateswararao... [virtio-9p] Make rpath thread safe
2011-06-01 Stefan Weilvirtio-9p: Use relative includes for files in hw
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 Borahw/virtio-9p-local.c: Remove unnecessary null char...
2011-04-27 Aneesh Kumar K.Vvirtio-9p: move 9p files around