summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)Author
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
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-139p: Replace the fidlist with an IDRMatthew Wilcox
2018-08-139p: Change p9_fid_create calling conventionMatthew Wilcox
2018-08-139p: Fix comment on smp_wmbMatthew Wilcox
2018-08-13net/9p/client.c: version pointer uninitializedTomas Bortoli
2018-08-13net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker
2018-08-139p/net/protocol.c: return -ENOMEM when kmalloc() failedpiaojun
2018-08-13net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun
2018-08-08net:mod: remove unneeded variable 'ret' in init_p9zhong jiang
2018-07-24net/9p: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-14net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook