summaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds2019-09-271-0/+1
|\
| * 9p: Transport error uninitializedLu Shuaibing2019-09-031-0/+1
* | rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-051-3/+3
|/
* Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds2019-07-122-2/+14
|\
| * 9p/xen: Add cleanup path in p9_trans_xen_initYueHaibing2019-05-151-1/+7
| * 9p/virtio: Add cleanup path in p9_virtio_initYueHaibing2019-05-151-1/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-308-128/+8
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | 9p/net: fix memory leak in p9_client_createzhengbin2019-03-131-1/+1
* | 9p: mark expected switch fall-throughGustavo A. R. Silva2019-01-231-1/+1
|/
* 9p/net: put a lower bound on msizeDominique Martinet2018-12-251-0/+21
* net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó2018-11-201-0/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-031-1/+1
|\
| * iov_iter: Fix 9p virtio breakageMarc Zyngier2018-11-021-1/+1
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-012-2/+2
|\ \ | |/
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
| * iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
* | 9p/trans_fd: put worker reqs on destroyDominique Martinet2018-10-101-0/+8
* | 9p/trans_fd: abort p9_read_work if req status changedDominique Martinet2018-10-101-6/+11
* | 9p: potential NULL dereferenceDan Carpenter2018-10-101-1/+1
* | 9p: p9dirent_read: check network-provided name lengthDominique Martinet2018-09-081-3/+9
* | 9p/rdma: remove useless check in cm_event_handlerDominique Martinet2018-09-081-2/+1
* | 9p: do not trust pdu content for stat item sizeGertjan Halkes2018-09-081-1/+2
* | 9p: Rename req to rreq in trans_fdTomas Bortoli2018-09-081-15/+15
* | 9p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet2018-09-081-2/+2
* | 9p: Add refcount to p9_req_tTomas Bortoli2018-09-085-12/+84
* | 9p: rename p9_free_req() functionTomas Bortoli2018-09-081-50/+50
* | 9p: add a per-client fcall kmem_cacheDominique Martinet2018-09-081-5/+32
* | 9p: embed fcall in req to round down buffer allocsDominique Martinet2018-09-085-116/+122
* | 9p: Remove p9_idpoolMatthew Wilcox2018-08-292-141/+0
* | 9p: Use a slab for allocating requestsMatthew Wilcox2018-08-292-154/+93
* | 9p: clear dangling pointers in p9stat_freeDominique Martinet2018-08-291-0/+5
* | 9p/xen: fix check for xenbus_read error in front_probeDominique Martinet2018-08-271-2/+2
|/
* Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds2018-08-177-105/+112
|\
| * net/9p/trans_virtio.c: add null terminal for mount tagpiaojun2018-08-131-10/+7
| * 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-08-131-1/+2
| * 9p: fix whitespace issuesStephen Hemminger2018-08-133-4/+3
| * 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-08-134-1/+13
| * 9p: validate PDU lengthTomas Bortoli2018-08-134-11/+24
| * net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli2018-08-131-5/+5
| * net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli2018-08-131-0/+2
| * net/9p/virtio: Fix hard lockup in req_donejiangyiwen2018-08-131-10/+11
| * net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun2018-08-131-2/+2
| * 9p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote2018-08-131-0/+7
| * 9p: Embed wait_queue_head into p9_req_tMatthew Wilcox2018-08-132-15/+6
| * 9p: Replace the fidlist with an IDRMatthew Wilcox2018-08-131-28/+16
| * 9p: Change p9_fid_create calling conventionMatthew Wilcox2018-08-131-14/+9
| * 9p: Fix comment on smp_wmbMatthew Wilcox2018-08-131-1/+1
| * net/9p/client.c: version pointer uninitializedTomas Bortoli2018-08-131-1/+1
| * net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker2018-08-131-1/+2
OpenPOWER on IntegriCloud