summaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)AuthorLines
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds-0/+1
2019-09-039p: Transport error uninitializedLu Shuaibing-0/+1
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever-3/+3
2019-07-12Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds-2/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner-128/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-159p/xen: Add cleanup path in p9_trans_xen_initYueHaibing-1/+7
2019-05-159p/virtio: Add cleanup path in p9_virtio_initYueHaibing-1/+7
2019-03-139p/net: fix memory leak in p9_client_createzhengbin-1/+1
2019-01-239p: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2018-12-259p/net: put a lower bound on msizeDominique Martinet-0/+21
2018-11-20net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó-0/+1
2018-11-03Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+1
2018-11-02iov_iter: Fix 9p virtio breakageMarc Zyngier-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-2/+2
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells-1/+1
2018-10-24iov_iter: Use accessor functionDavid Howells-1/+1
2018-10-109p/trans_fd: put worker reqs on destroyDominique Martinet-0/+8
2018-10-109p/trans_fd: abort p9_read_work if req status changedDominique Martinet-6/+11
2018-10-109p: potential NULL dereferenceDan Carpenter-1/+1
2018-09-089p: p9dirent_read: check network-provided name lengthDominique Martinet-3/+9
2018-09-089p/rdma: remove useless check in cm_event_handlerDominique Martinet-2/+1
2018-09-089p: do not trust pdu content for stat item sizeGertjan Halkes-1/+2
2018-09-089p: Rename req to rreq in trans_fdTomas Bortoli-15/+15
2018-09-089p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet-2/+2
2018-09-089p: Add refcount to p9_req_tTomas Bortoli-12/+84
2018-09-089p: rename p9_free_req() functionTomas Bortoli-50/+50
2018-09-089p: add a per-client fcall kmem_cacheDominique Martinet-5/+32
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet-116/+122
2018-08-299p: Remove p9_idpoolMatthew Wilcox-141/+0
2018-08-299p: Use a slab for allocating requestsMatthew Wilcox-154/+93
2018-08-299p: clear dangling pointers in p9stat_freeDominique Martinet-0/+5
2018-08-279p/xen: fix check for xenbus_read error in front_probeDominique Martinet-2/+2
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds-105/+112
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe-3/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe-1/+2
2018-08-13net/9p/trans_virtio.c: add null terminal for mount tagpiaojun-10/+7
2018-08-139p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen-1/+2
2018-08-139p: fix whitespace issuesStephen Hemminger-4/+3
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli-1/+13
2018-08-139p: validate PDU lengthTomas Bortoli-11/+24
2018-08-13net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli-5/+5
2018-08-13net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli-0/+2
2018-08-13net/9p/virtio: Fix hard lockup in req_donejiangyiwen-10/+11
2018-08-13net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun-2/+2
2018-08-139p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote-0/+7
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox-15/+6
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox-28/+16
2018-08-139p: Change p9_fid_create calling conventionMatthew Wilcox-14/+9
2018-08-139p: Fix comment on smp_wmbMatthew Wilcox-1/+1