summaryrefslogtreecommitdiffstats
path: root/net/9p/trans_virtio.c
Commit message (Expand)AuthorAgeFilesLines
* 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-171-61/+24Star
* 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-171-4/+1Star
* 9p: move request management to client codeEric Van Hensbergen2008-10-171-127/+9Star
* 9p: consolidate transport structureEric Van Hensbergen2008-10-171-30/+20Star
* 9p: implement proper trans module refcounting and unregistrationTejun Heo2008-09-241-0/+2
* 9p: fix flags length in netSteven Rostedt2008-05-151-1/+1
* 9p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek2008-05-151-9/+9
* 9p: Documentation updatesEric Van Hensbergen2008-05-151-10/+145
* net/9p/trans_virtio.c: kmalloc() enough memoryAdrian Bunk2008-02-201-1/+1
* net/9p/trans_virtio.c: Use BUG_ONJulia Lawall2008-02-181-2/+1Star
* 9p: transport API reorganizationEric Van Hensbergen2008-02-071-34/+10Star
* 9p: add remove function to trans_virtioEric Van Hensbergen2008-02-071-0/+19
* 9p: Fix soft lockup in virtio transportEric Van Hensbergen2008-02-071-1/+1
* 9p: block-based virtio clientEric Van Hensbergen2008-02-071-134/+210
* virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell2008-02-041-3/+1Star
* virtio: simplify config mechanism.Rusty Russell2008-02-041-2/+2
* 9p: add virtio transportEric Van Hensbergen2007-10-231-0/+353