summaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAgeFilesLines
* 9p/virtio: Add cleanup path in p9_virtio_initYueHaibing2019-07-311-1/+7
* 9p/xen: Add cleanup path in p9_trans_xen_initYueHaibing2019-07-311-1/+7
* net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó2019-07-031-0/+1
* 9p: p9dirent_read: check network-provided name lengthDominique Martinet2019-07-031-3/+9
* 9p/rdma: remove useless check in cm_event_handlerDominique Martinet2019-07-031-2/+1
* 9p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet2019-07-031-2/+2
* 9p/xen: fix check for xenbus_read error in front_probeDominique Martinet2019-07-031-2/+2
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2019-04-201-1/+2
* 9p/net: fix memory leak in p9_client_createzhengbin2019-03-231-1/+1
* 9p/net: put a lower bound on msizeDominique Martinet2019-01-131-0/+21
* 9p: clear dangling pointers in p9stat_freeDominique Martinet2018-11-211-0/+5
* net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker2018-09-151-1/+2
* net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli2018-09-151-5/+5
* net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli2018-09-091-0/+2
* net/9p/client.c: version pointer uninitializedTomas Bortoli2018-09-091-1/+1
* 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-09-091-1/+2
* 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-09-094-1/+13
* 9p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote2018-09-091-0/+7
* 9p/trans_virtio: discard zero-length replyGreg Kurz2018-02-221-1/+2
* net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2017-11-303-11/+9
* 9p: Fix missing commas in mount optionsTuomas Tynkkynen2017-11-302-4/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net/9p: switch p9_fd_read to kernel_writeChristoph Hellwig2017-09-041-8/+2
* fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-1/+3
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-153-6/+81
|\
| * 9p: Implement show_optionsDavid Howells2017-07-113-6/+81
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
|/
* Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-191-4/+4
|\
| * xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be staticWei Yongjun2017-05-181-2/+2
| * xen/9pfs: fix return value check in xen_9pfs_front_probe()Wei Yongjun2017-05-181-2/+2
* | Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-043-0/+558
|\|
| * xen/9pfs: select CONFIG_XEN_XENBUS_FRONTENDArnd Bergmann2017-05-021-0/+1
| * xen/9pfs: initialize len to 0 to detect xenbus_read errorsStefano Stabellini2017-05-021-1/+1
| * xen/9pfs: build 9pfs Xen transport driverStefano Stabellini2017-05-022-0/+12
| * xen/9pfs: receive responsesStefano Stabellini2017-05-021-0/+56
| * xen/9pfs: send requests to the backendStefano Stabellini2017-05-021-2/+85
| * xen/9pfs: connect to the backendStefano Stabellini2017-05-021-0/+281
| * xen/9pfs: introduce Xen 9pfs transport driverStefano Stabellini2017-05-021-0/+125
* | net/9p: switch to copy_from_iter_full()Al Viro2017-04-212-4/+3
|/
* p9_client_readdir() fixAl Viro2017-04-171-0/+4
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-031-9/+9
|\
| * 9p: constify ->d_name handlingAl Viro2017-01-121-9/+9
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
|/
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* 9p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc()Vegard Nossum2016-08-091-2/+2
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-4/+4
* net/9p: convert to new CQ APIChristoph Hellwig2016-03-101-55/+31
* Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-01-242-43/+47
|\
| * 9p: trans_fd, bail out if recv fcall if missingDominique Martinet2015-11-141-7/+6
| * 9p: trans_fd, read rework to use p9_parse_headerDominique Martinet2015-11-141-35/+40