summaryrefslogtreecommitdiff
path: root/net/9p
Commit message (Expand)AuthorAge
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-03
|\
| * 9p: constify ->d_name handlingAl Viro2017-01-12
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
|/
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-23
* 9p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc()Vegard Nossum2016-08-09
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-27
* net/9p: convert to new CQ APIChristoph Hellwig2016-03-10
* Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-01-24
|\
| * 9p: trans_fd, bail out if recv fcall if missingDominique Martinet2015-11-14
| * 9p: trans_fd, read rework to use p9_parse_headerDominique Martinet2015-11-14
| * net/9p: Add device name details on errorAneesh Kumar K.V2015-11-14
* | ... and a couple in net/9pAl Viro2016-01-04
* | 9p/trans_virtio: don't bother with p9_tag_lookup()Al Viro2015-12-06
|/
* IB/cma: Add support for network namespacesGuy Shapiro2015-10-28
* net/9p: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-30
* 9p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat2015-08-22
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-23
|\
| * 9p/trans_virtio: reset virtio device on removePierre Morel2015-07-13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\ \
| * | 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-04
| * | p9_client_write(): avoid double p9_free_req()Al Viro2015-07-04
| * | 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-07-04
| |/
* | IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-12
|/
* Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-18
|\
| * net/9p: add a privport option for RDMA transport.Dominique Martinet2015-03-21
| * net/9p: Initialize opts->privport as it should be.Dominique Martinet2015-03-21
| * net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Andrey Ryabinin2015-03-20
| * 9p: use unsigned integers for nwqid/countKirill A. Shutemov2015-03-20
| * 9p: remove unused variable in p9_fd_create()Fabian Frederick2015-03-20
* | net/9p: remove (now-)unused helpersAl Viro2015-04-11
* | p9_client_attach(): set fid->uid correctlyAl Viro2015-04-11
* | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-11
* | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-11
* | net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-20
|\ \ | |/
| * 9p/trans_virtio: fix hot-unplugMichael S. Tsirkin2015-03-13
* | net: Introduce possible_net_tEric W. Biederman2015-03-12
|/
* virtio/9p: verify device has config spaceMichael S. Tsirkin2015-01-21
* 9p/trans_virtio: enable VQs earlyMichael S. Tsirkin2014-10-15
* 9P: remove unnecessary break after returnFabian Frederick2014-07-15
* Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds2014-04-11
|\
| * 9pnet_rdma: check token type before int conversionSimon Derr2014-03-25
| * 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr2014-03-25
| * 9P: Get rid of REQ_STATUS_FLSHSimon Derr2014-03-25
| * 9pnet_rdma: add cancelled()Simon Derr2014-03-25
| * 9pnet_rdma: update request status during sendSimon Derr2014-03-25
| * 9P: Add cancelled() to the transport functions.Simon Derr2014-03-25
| * net: Mark function as static in 9p/client.cRashika2014-03-25
| * 9P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet2014-03-25
* | 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao2014-02-10