aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_virtio.c
AgeCommit message (Expand)AuthorFilesLines
7 daysnet: 9p: virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2023-07-209p: virtio: skip incrementing unused variableDominique Martinet1-2/+2
2023-07-209p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet1-1/+1
2023-07-209p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet1-1/+1
2022-12-139p/client: fix data race on req->statusDominique Martinet1-4/+5
2022-12-029p/net: Remove unneeded idr.h #includeChristophe JAILLET1-1/+0
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/...Linus 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...Linus 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...Linus 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/...Linus 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/...Linus 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/e...Linus 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/kerne...Linus 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
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell1-2/+4
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-17/+17
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V1-130/+189
2011-09-06net/9p: Fix kernel crash with msize 512KAneesh Kumar K.V1-5/+12
2011-07-23VirtIO can transfer VIRTQUEUE_NUM of pages.jvrao1-1/+1
2011-07-23Fix the size of receive buffer packing onto VirtIO ring.jvrao1-1/+1
2011-04-159p: Fix sparse errorAneesh Kumar K.V1-4/+11
2011-03-22[net/9p]: Introduce basic flow-control for VirtIO transport.Venkateswararao Jujjuri (JV)1-1/+22
2011-03-22[net/9p] Don't re-pin pages on retrying virtqueue_add_buf().Venkateswararao Jujjuri (JV)1-2/+2
2011-03-22[net/9p] Set the condition just before waking up.Venkateswararao Jujjuri (JV)1-22/+22
2011-03-22[net/9p] unconditional wake_up to proc waiting for space on VirtIO ringVenkateswararao Jujjuri (JV)1-4/+3
2011-03-15[net/9p] Add preferences to transport layer.Venkateswararao Jujjuri (JV)1-0/+1
2011-03-15[net/9p] Add gup/zero_copy support to VirtIO transport layer.Venkateswararao Jujjuri (JV)1-5/+123
2010-10-28net/9p: Add waitq to VirtIO transport.Venkateswararao Jujjuri (JV)1-7/+39
2010-10-28[net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe.Venkateswararao Jujjuri (JV)1-10/+24
2010-09-27net/9p: Mount only matching virtio channelsSven Eckelmann1-1/+2
2010-05-19trans_virtio: use virtqueue_xxx wrappersMichael S. Tsirkin1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-13net/9p: Add sysfs mount_tag file for virtio 9P deviceAneesh Kumar K.V1-0/+20
2010-03-13net/9p: Use the tag name in the config space for identifying mount pointAneesh Kumar K.V1-6/+38
2010-03-05net/9p: Handle mount errors correctly.Aneesh Kumar K.V1-1/+3
2010-03-05net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V1-43/+27
2010-03-05net/9p: Add multi channel support.Aneesh Kumar K.V1-6/+8
2010-02-089p: Fix the kernel crash on a failed mountAneesh Kumar K.V1-1/+2
2010-02-08net/9p: fix virtio transport to correctly update status on connectEric Van Hensbergen1-0/+1
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger1-1/+0
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-0/+1
2009-09-23virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao1-2/+0
2009-09-23virtio: make add_buf return capacity remainingRusty Russell1-1/+1
2009-08-179p: minor comment fixesAbhishek Kulkarni1-7/+4
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-3/+3
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-1/+1
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov1-0/+1
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen1-61/+24
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen1-4/+1
2008-10-179p: move request management to client codeEric Van Hensbergen1-127/+9
2008-10-179p: consolidate transport structureEric Van Hensbergen1-30/+20
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo1-0/+2
2008-05-149p: fix flags length in netSteven Rostedt1-1/+1
2008-05-149p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek1-9/+9
2008-05-149p: Documentation updatesEric Van Hensbergen1-10/+145
2008-02-19net/9p/trans_virtio.c: kmalloc() enough memoryAdrian Bunk1-1/+1
2008-02-17net/9p/trans_virtio.c: Use BUG_ONJulia Lawall1-2/+1
2008-02-069p: transport API reorganizationEric Van Hensbergen1-34/+10
2008-02-069p: add remove function to trans_virtioEric Van Hensbergen1-0/+19
2008-02-069p: Fix soft lockup in virtio transportEric Van Hensbergen1-1/+1
2008-02-069p: block-based virtio clientEric Van Hensbergen1-134/+210
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-3/+1
2008-02-04virtio: simplify config mechanism.Rusty Russell1-2/+2
2007-10-239p: add virtio transportEric Van Hensbergen1-0/+353