summaryrefslogtreecommitdiff
path: root/net/9p/trans_virtio.c
AgeCommit message (Expand)Author
2023-07-209p: virtio: skip incrementing unused variableDominique Martinet
2023-07-209p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet
2023-07-209p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet
2022-12-139p/client: fix data race on req->statusDominique Martinet
2022-12-029p/net: Remove unneeded idr.h #includeChristophe JAILLET
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-089p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro
2022-08-06Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet
2022-06-099p: handling Rerror without copy_from_iter_full()Al Viro
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-12-189p/trans_virtio: Fix typo in the comment for p9_virtio_create()zhuxinran
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