summaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)Author
2020-07-199p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai
2020-07-19net/9p: validate fds in p9_fd_openChristoph Hellwig
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill
2020-06-029p/xen: increase XEN_9PFS_RING_ORDERStefano Stabellini
2020-03-279pnet: allow making incomplete read requestsSergey Alirzaev
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds
2019-09-039p: Transport error uninitializedLu Shuaibing
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever
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-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-159p/xen: Add cleanup path in p9_trans_xen_initYueHaibing
2019-05-159p/virtio: Add cleanup path in p9_virtio_initYueHaibing
2019-03-139p/net: fix memory leak in p9_client_createzhengbin
2019-01-239p: mark expected switch fall-throughGustavo A. R. Silva
2018-12-259p/net: put a lower bound on msizeDominique Martinet
2018-11-20net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó
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: Separate type from direction and use accessor functionsDavid Howells
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-10-109p/trans_fd: put worker reqs on destroyDominique Martinet
2018-10-109p/trans_fd: abort p9_read_work if req status changedDominique Martinet
2018-10-109p: potential NULL dereferenceDan Carpenter
2018-09-089p: p9dirent_read: check network-provided name lengthDominique Martinet
2018-09-089p/rdma: remove useless check in cm_event_handlerDominique Martinet
2018-09-089p: do not trust pdu content for stat item sizeGertjan Halkes
2018-09-089p: Rename req to rreq in trans_fdTomas Bortoli
2018-09-089p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet
2018-09-089p: Add refcount to p9_req_tTomas Bortoli
2018-09-089p: rename p9_free_req() functionTomas Bortoli
2018-09-089p: add a per-client fcall kmem_cacheDominique Martinet
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet
2018-08-299p: Remove p9_idpoolMatthew Wilcox
2018-08-299p: Use a slab for allocating requestsMatthew Wilcox
2018-08-299p: clear dangling pointers in p9stat_freeDominique Martinet
2018-08-279p/xen: fix check for xenbus_read error in front_probeDominique Martinet
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
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/trans_fd.c: fix race by holding the lockTomas Bortoli
2018-08-13net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas 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