aboutsummaryrefslogtreecommitdiff
path: root/net/9p/trans_virtio.c
AgeCommit message (Expand)Author
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro
2015-03-20net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Andrey Ryabinin
2015-03-139p/trans_virtio: fix hot-unplugMichael S. Tsirkin
2015-01-21virtio/9p: verify device has config spaceMichael S. Tsirkin
2014-10-159p/trans_virtio: enable VQs earlyMichael S. Tsirkin
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen
2013-10-17virtio: use size-based config accessors.Rusty Russell
2013-08-269p: send uevent after adding/removing mount_tag attributeMichael Marineau
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-03-209p/trans_virtio.c: use virtio_add_sgs[]Rusty Russell
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-23net: change type of virtio_chan->p9_max_pagesZhang Yanfei
2012-10-22virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-119p: BUG before corrupting memorySasha Levin
2012-05-229p: disconnect channel when PCI device is removedSasha Levin
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V
2011-09-06net/9p: Fix kernel crash with msize 512KAneesh Kumar K.V
2011-07-23VirtIO can transfer VIRTQUEUE_NUM of pages.jvrao
2011-07-23Fix the size of receive buffer packing onto VirtIO ring.jvrao
2011-04-159p: Fix sparse errorAneesh Kumar K.V
2011-03-22[net/9p]: Introduce basic flow-control for VirtIO transport.Venkateswararao Jujjuri (JV)
2011-03-22[net/9p] Don't re-pin pages on retrying virtqueue_add_buf().Venkateswararao Jujjuri (JV)
2011-03-22[net/9p] Set the condition just before waking up.Venkateswararao Jujjuri (JV)
2011-03-22[net/9p] unconditional wake_up to proc waiting for space on VirtIO ringVenkateswararao Jujjuri (JV)
2011-03-15[net/9p] Add preferences to transport layer.Venkateswararao Jujjuri (JV)
2011-03-15[net/9p] Add gup/zero_copy support to VirtIO transport layer.Venkateswararao Jujjuri (JV)
2010-10-28net/9p: Add waitq to VirtIO transport.Venkateswararao Jujjuri (JV)
2010-10-28[net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe.Venkateswararao Jujjuri (JV)
2010-09-27net/9p: Mount only matching virtio channelsSven Eckelmann
2010-05-19trans_virtio: use virtqueue_xxx wrappersMichael S. Tsirkin
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-13net/9p: Add sysfs mount_tag file for virtio 9P deviceAneesh Kumar K.V
2010-03-13net/9p: Use the tag name in the config space for identifying mount pointAneesh Kumar K.V
2010-03-05net/9p: Handle mount errors correctly.Aneesh Kumar K.V
2010-03-05net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V
2010-03-05net/9p: Add multi channel support.Aneesh Kumar K.V
2010-02-089p: Fix the kernel crash on a failed mountAneesh Kumar K.V
2010-02-08net/9p: fix virtio transport to correctly update status on connectEric Van Hensbergen
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao
2009-09-23virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao
2009-09-23virtio: make add_buf return capacity remainingRusty Russell