aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_virtio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds1-1/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2019-05-159p/virtio: Add cleanup path in p9_virtio_initYueHaibing1-1/+7
2018-11-03Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-11-02iov_iter: Fix 9p virtio breakageMarc Zyngier1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-09-089p: Add refcount to p9_req_tTomas Bortoli1-4/+22
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet1-9/+9
2018-08-13net/9p/trans_virtio.c: add null terminal for mount tagpiaojun1-10/+7
2018-08-139p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen1-1/+2
2018-08-139p: fix whitespace issuesStephen Hemminger1-1/+1
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli1-0/+3
2018-08-139p: validate PDU lengthTomas Bortoli1-1/+3
2018-08-13net/9p/virtio: Fix hard lockup in req_donejiangyiwen1-10/+11
2018-08-13net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun1-2/+2
2018-08-139p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote1-0/+7
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox1-1/+1
2018-08-13net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-10net/9p: correct some comment errors in 9p file system codeSun Lianwen1-3/+2
2018-02-099p/trans_virtio: discard zero-length replyGreg Kurz1-1/+2
2017-10-23net/9p: Switch to wait_event_killable()Tuomas Tynkkynen1-7/+6
2016-08-099p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc()Vegard Nossum1-2/+2
2016-01-24Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-1/+1
2016-01-04... and a couple in net/9pAl Viro1-2/+2
2015-12-069p/trans_virtio: don't bother with p9_tag_lookup()Al Viro1-8/+4
2015-11-14net/9p: Add device name details on errorAneesh Kumar K.V1-1/+1
2015-07-139p/trans_virtio: reset virtio device on removePierre Morel1-0/+1
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-1/+4
2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro1-58/+79
2015-03-20net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Andrey Ryabinin1-1/+4
2015-03-139p/trans_virtio: fix hot-unplugMichael S. Tsirkin1-4/+20
2015-01-21virtio/9p: verify device has config spaceMichael S. Tsirkin1-0/+6
2014-10-159p/trans_virtio: enable VQs earlyMichael S. Tsirkin1-0/+2
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-2/+1
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet1-2/+1
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao1-1/+4
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen1-1/+1
2013-10-17virtio: use size-based config accessors.Rusty Russell1-5/+4
2013-08-269p: send uevent after adding/removing mount_tag attributeMichael Marineau1-0/+5
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-9/+39
2013-03-209p/trans_virtio.c: use virtio_add_sgs[]Rusty Russell1-9/+39
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-1/+1
2013-02-23net: change type of virtio_chan->p9_max_pagesZhang Yanfei1-1/+1
2012-10-22virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon1-1/+2
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-06-119p: BUG before corrupting memorySasha Levin1-1/+1
2012-05-229p: disconnect channel when PCI device is removedSasha Levin1-1/+2