summaryrefslogtreecommitdiff
path: root/net/9p/trans_virtio.c
AgeCommit message (Expand)Author
2021-11-03net/9p: autoload transport modulesThomas Weißschuh
2021-07-279p/trans_virtio: Remove sysfs file on probe failureXie Yongji
2021-06-029p/trans_virtio: Fix spelling mistakesZheng Yongjun
2020-11-02net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn
2019-07-12Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner
2019-05-159p/virtio: Add cleanup path in p9_virtio_initYueHaibing
2018-11-03Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-11-02iov_iter: Fix 9p virtio breakageMarc Zyngier
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-09-089p: Add refcount to p9_req_tTomas Bortoli
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet
2018-08-13net/9p/trans_virtio.c: add null terminal for mount tagpiaojun
2018-08-139p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen
2018-08-139p: fix whitespace issuesStephen Hemminger
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli
2018-08-139p: validate PDU lengthTomas Bortoli
2018-08-13net/9p/virtio: Fix hard lockup in req_donejiangyiwen
2018-08-13net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun
2018-08-139p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox
2018-08-13net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-10net/9p: correct some comment errors in 9p file system codeSun Lianwen
2018-02-099p/trans_virtio: discard zero-length replyGreg Kurz
2017-10-23net/9p: Switch to wait_event_killable()Tuomas Tynkkynen
2016-08-099p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc()Vegard Nossum
2016-01-24Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-01-04... and a couple in net/9pAl Viro
2015-12-069p/trans_virtio: don't bother with p9_tag_lookup()Al Viro
2015-11-14net/9p: Add device name details on errorAneesh Kumar K.V
2015-07-139p/trans_virtio: reset virtio device on removePierre Morel
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