summaryrefslogtreecommitdiffstats
path: root/net/9p/trans_virtio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-9/+39
|\
| * 9p/trans_virtio.c: use virtio_add_sgs[]Rusty Russell2013-03-201-9/+39
* | Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann2013-03-081-1/+1
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-1/+1
* net: change type of virtio_chan->p9_max_pagesZhang Yanfei2013-02-231-1/+1
* virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon2012-10-221-1/+2
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-1/+1
* 9p: BUG before corrupting memorySasha Levin2012-06-111-1/+1
* 9p: disconnect channel when PCI device is removedSasha Levin2012-05-221-1/+2
* virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-121-2/+4
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-17/+17
* fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V2011-10-241-130/+189
* net/9p: Fix kernel crash with msize 512KAneesh Kumar K.V2011-09-061-5/+12
* VirtIO can transfer VIRTQUEUE_NUM of pages.jvrao2011-07-231-1/+1
* Fix the size of receive buffer packing onto VirtIO ring.jvrao2011-07-231-1/+1
* 9p: Fix sparse errorAneesh Kumar K.V2011-04-151-4/+11
* [net/9p]: Introduce basic flow-control for VirtIO transport.Venkateswararao Jujjuri (JV)2011-03-221-1/+22
* [net/9p] Don't re-pin pages on retrying virtqueue_add_buf().Venkateswararao Jujjuri (JV)2011-03-221-2/+2
* [net/9p] Set the condition just before waking up.Venkateswararao Jujjuri (JV)2011-03-221-22/+22
* [net/9p] unconditional wake_up to proc waiting for space on VirtIO ringVenkateswararao Jujjuri (JV)2011-03-221-4/+3
* [net/9p] Add preferences to transport layer.Venkateswararao Jujjuri (JV)2011-03-151-0/+1
* [net/9p] Add gup/zero_copy support to VirtIO transport layer.Venkateswararao Jujjuri (JV)2011-03-151-5/+123
* net/9p: Add waitq to VirtIO transport.Venkateswararao Jujjuri (JV)2010-10-281-7/+39
* [net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe.Venkateswararao Jujjuri (JV)2010-10-281-10/+24
* net/9p: Mount only matching virtio channelsSven Eckelmann2010-09-271-1/+2
* trans_virtio: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net/9p: Add sysfs mount_tag file for virtio 9P deviceAneesh Kumar K.V2010-03-131-0/+20
* net/9p: Use the tag name in the config space for identifying mount pointAneesh Kumar K.V2010-03-131-6/+38
* net/9p: Handle mount errors correctly.Aneesh Kumar K.V2010-03-051-1/+3
* net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V2010-03-051-43/+27
* net/9p: Add multi channel support.Aneesh Kumar K.V2010-03-051-6/+8
* 9p: Fix the kernel crash on a failed mountAneesh Kumar K.V2010-02-081-1/+2
* net/9p: fix virtio transport to correctly update status on connectEric Van Hensbergen2010-02-081-0/+1
* virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-221-1/+0
* virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-231-0/+1
* virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao2009-09-231-2/+0
* virtio: make add_buf return capacity remainingRusty Russell2009-09-231-1/+1
* 9p: minor comment fixesAbhishek Kulkarni2009-08-171-7/+4
* virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-121-3/+3
* virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-121-1/+1
* net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov2009-04-051-0/+1
* 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-171-61/+24
* 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-171-4/+1
* 9p: move request management to client codeEric Van Hensbergen2008-10-171-127/+9
* 9p: consolidate transport structureEric Van Hensbergen2008-10-171-30/+20
* 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
OpenPOWER on IntegriCloud