summaryrefslogtreecommitdiffstats
path: root/net/9p/trans_virtio.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* net/9p: correct some comment errors in 9p file system codeSun Lianwen2018-05-101-3/+2
* 9p/trans_virtio: discard zero-length replyGreg Kurz2018-02-091-1/+2
* net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2017-10-231-7/+6
* 9p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc()Vegard Nossum2016-08-091-2/+2
* Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-01-241-1/+1
|\
| * net/9p: Add device name details on errorAneesh Kumar K.V2015-11-141-1/+1
* | ... and a couple in net/9pAl Viro2016-01-041-2/+2
* | 9p/trans_virtio: don't bother with p9_tag_lookup()Al Viro2015-12-061-8/+4
|/
* 9p/trans_virtio: reset virtio device on removePierre Morel2015-07-131-0/+1
* Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-181-1/+4
|\
| * net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Andrey Ryabinin2015-03-201-1/+4
* | net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-111-58/+79
|/
* 9p/trans_virtio: fix hot-unplugMichael S. Tsirkin2015-03-131-4/+20
* virtio/9p: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* 9p/trans_virtio: enable VQs earlyMichael S. Tsirkin2014-10-151-0/+2
* Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds2014-04-111-2/+1
|\
| * 9P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet2014-03-251-2/+1
* | 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao2014-02-101-1/+4
|/
* net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen2013-11-231-1/+1
* virtio: use size-based config accessors.Rusty Russell2013-10-171-5/+4
* 9p: send uevent after adding/removing mount_tag attributeMichael Marineau2013-08-261-0/+5
* 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
OpenPOWER on IntegriCloud