aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_virtio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck1-0/+1
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2022-08-089p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro1-1/+2
2022-08-06Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds1-2/+2
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet1-2/+2
2022-06-099p: handling Rerror without copy_from_iter_full()Al Viro1-0/+34
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-12-189p/trans_virtio: Fix typo in the comment for p9_virtio_create()zhuxinran1-1/+1
2021-11-03net/9p: autoload transport modulesThomas Weißschuh1-0/+1
2021-07-279p/trans_virtio: Remove sysfs file on probe failureXie Yongji1-1/+3
2021-06-029p/trans_virtio: Fix spelling mistakesZheng Yongjun1-3/+3
2020-11-02net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn1-2/+7
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