aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_virtio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19trans_virtio: use virtqueue_xxx wrappersMichael S. Tsirkin1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-13net/9p: Add sysfs mount_tag file for virtio 9P deviceAneesh Kumar K.V1-0/+20
2010-03-13net/9p: Use the tag name in the config space for identifying mount pointAneesh Kumar K.V1-6/+38
2010-03-05net/9p: Handle mount errors correctly.Aneesh Kumar K.V1-1/+3
2010-03-05net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V1-43/+27
2010-03-05net/9p: Add multi channel support.Aneesh Kumar K.V1-6/+8
2010-02-089p: Fix the kernel crash on a failed mountAneesh Kumar K.V1-1/+2
2010-02-08net/9p: fix virtio transport to correctly update status on connectEric Van Hensbergen1-0/+1
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger1-1/+0
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-0/+1
2009-09-23virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao1-2/+0
2009-09-23virtio: make add_buf return capacity remainingRusty Russell1-1/+1
2009-08-179p: minor comment fixesAbhishek Kulkarni1-7/+4
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-3/+3
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-1/+1
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov1-0/+1
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen1-61/+24
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen1-4/+1
2008-10-179p: move request management to client codeEric Van Hensbergen1-127/+9
2008-10-179p: consolidate transport structureEric Van Hensbergen1-30/+20
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo1-0/+2
2008-05-149p: fix flags length in netSteven Rostedt1-1/+1
2008-05-149p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek1-9/+9
2008-05-149p: Documentation updatesEric Van Hensbergen1-10/+145
2008-02-19net/9p/trans_virtio.c: kmalloc() enough memoryAdrian Bunk1-1/+1
2008-02-17net/9p/trans_virtio.c: Use BUG_ONJulia Lawall1-2/+1
2008-02-069p: transport API reorganizationEric Van Hensbergen1-34/+10
2008-02-069p: add remove function to trans_virtioEric Van Hensbergen1-0/+19
2008-02-069p: Fix soft lockup in virtio transportEric Van Hensbergen1-1/+1
2008-02-069p: block-based virtio clientEric Van Hensbergen1-134/+210
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-3/+1
2008-02-04virtio: simplify config mechanism.Rusty Russell1-2/+2
2007-10-239p: add virtio transportEric Van Hensbergen1-0/+353