summaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAgeFilesLines
* 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
| * net/9p: Add device name details on errorAneesh Kumar K.V2015-11-141-1/+1
* | ... and a couple in net/9pAl Viro2016-01-041-2/+2
* | 9p/trans_virtio: don't bother with p9_tag_lookup()Al Viro2015-12-061-8/+4
|/
* IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-2/+2
* net/9p: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-301-24/+2
* 9p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat2015-08-221-0/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-231-0/+1
|\
| * 9p/trans_virtio: reset virtio device on removePierre Morel2015-07-131-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+11
|\ \
| * | 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-041-0/+8
| * | p9_client_write(): avoid double p9_free_req()Al Viro2015-07-041-0/+1
| * | 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-07-041-1/+2
| |/
* | IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-1/+3
|/
* Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-184-14/+52
|\
| * net/9p: add a privport option for RDMA transport.Dominique Martinet2015-03-211-8/+44
| * net/9p: Initialize opts->privport as it should be.Dominique Martinet2015-03-211-0/+1
| * net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Andrey Ryabinin2015-03-201-1/+4
| * 9p: use unsigned integers for nwqid/countKirill A. Shutemov2015-03-201-3/+3
| * 9p: remove unused variable in p9_fd_create()Fabian Frederick2015-03-201-2/+0
* | net/9p: remove (now-)unused helpersAl Viro2015-04-112-43/+1
* | p9_client_attach(): set fid->uid correctlyAl Viro2015-04-111-0/+1
* | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-111-63/+61
* | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-111-57/+41
* | net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-113-132/+146
OpenPOWER on IntegriCloud