summaryrefslogtreecommitdiffstats
path: root/net/9p/trans_virtio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-031-1/+1
|\
| * iov_iter: Fix 9p virtio breakageMarc Zyngier2018-11-021-1/+1
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\|
| * iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
* | 9p: Add refcount to p9_req_tTomas Bortoli2018-09-081-4/+22
* | 9p: embed fcall in req to round down buffer allocsDominique Martinet2018-09-081-9/+9
|/
* net/9p/trans_virtio.c: add null terminal for mount tagpiaojun2018-08-131-10/+7
* 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-08-131-1/+2
* 9p: fix whitespace issuesStephen Hemminger2018-08-131-1/+1
* 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-08-131-0/+3
* 9p: validate PDU lengthTomas Bortoli2018-08-131-1/+3
* net/9p/virtio: Fix hard lockup in req_donejiangyiwen2018-08-131-10/+11
* net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun2018-08-131-2/+2
* 9p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote2018-08-131-0/+7
* 9p: Embed wait_queue_head into p9_req_tMatthew Wilcox2018-08-131-1/+1
* net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker2018-08-131-1/+2
* 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