summaryrefslogtreecommitdiffstats
path: root/net/9p/trans_virtio.c
Commit message (Expand)AuthorAgeFilesLines
...
* 9p: implement proper trans module refcounting and unregistrationTejun Heo2008-09-241-0/+2
* 9p: fix flags length in netSteven Rostedt2008-05-141-1/+1
* 9p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek2008-05-141-9/+9
* 9p: Documentation updatesEric Van Hensbergen2008-05-141-10/+145
* net/9p/trans_virtio.c: kmalloc() enough memoryAdrian Bunk2008-02-191-1/+1
* net/9p/trans_virtio.c: Use BUG_ONJulia Lawall2008-02-171-2/+1
* 9p: transport API reorganizationEric Van Hensbergen2008-02-061-34/+10
* 9p: add remove function to trans_virtioEric Van Hensbergen2008-02-061-0/+19
* 9p: Fix soft lockup in virtio transportEric Van Hensbergen2008-02-061-1/+1
* 9p: block-based virtio clientEric Van Hensbergen2008-02-061-134/+210
* virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell2008-02-041-3/+1
* virtio: simplify config mechanism.Rusty Russell2008-02-041-2/+2
* 9p: add virtio transportEric Van Hensbergen2007-10-231-0/+353