summaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAgeFilesLines
* 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-221-8/+44
| * net/9p: Initialize opts->privport as it should be.Dominique Martinet2015-03-221-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/+0Star
* | net/9p: remove (now-)unused helpersAl Viro2015-04-122-43/+1Star
* | p9_client_attach(): set fid->uid correctlyAl Viro2015-04-121-0/+1
* | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-121-63/+61Star
* | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-121-57/+41Star
* | net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-123-132/+146
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-4/+20
|\|
| * 9p/trans_virtio: fix hot-unplugMichael S. Tsirkin2015-03-131-4/+20
* | net: Introduce possible_net_tEric W. Biederman2015-03-121-2/+2
|/
* virtio/9p: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* 9p/trans_virtio: enable VQs earlyMichael S. Tsirkin2014-10-151-0/+2
* 9P: remove unnecessary break after returnFabian Frederick2014-07-161-1/+0Star
* Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds2014-04-114-72/+92
|\
| * 9pnet_rdma: check token type before int conversionSimon Derr2014-03-251-0/+2
| * 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr2014-03-251-46/+25Star
| * 9P: Get rid of REQ_STATUS_FLSHSimon Derr2014-03-252-6/+3Star
| * 9pnet_rdma: add cancelled()Simon Derr2014-03-251-1/+14
| * 9pnet_rdma: update request status during sendSimon Derr2014-03-251-0/+6
| * 9P: Add cancelled() to the transport functions.Simon Derr2014-03-252-6/+20
| * net: Mark function as static in 9p/client.cRashika2014-03-251-1/+1
| * 9P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet2014-03-254-14/+23
* | 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao2014-02-111-1/+4
* | net: Mark function as static in 9p/client.cRashika Kheria2014-02-101-1/+1
|/
* net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen2013-11-233-5/+2Star
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-151-5/+4Star
|\
| * virtio: use size-based config accessors.Rusty Russell2013-10-171-5/+4Star
* | file->f_op is never NULL...Al Viro2013-10-251-2/+2
|/
* Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-112-0/+10
|\
| * fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon2013-08-261-0/+5
| * 9p: send uevent after adding/removing mount_tag attributeMichael Marineau2013-08-261-0/+5
* | 9p: client: remove unused code and any reference to "cancelled" functionAndi Shyti2013-07-311-7/+2Star
* | net: trans_rdma: remove unused functionAndi Shyti2013-07-251-11/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-141-5/+5
|\
| * 9p: fix off by one causing access violations and memory corruptionSasha Levin2013-07-111-5/+5
* | Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds2013-07-113-76/+167
|\ \ | |/ |/|
| * 9P: Add cancelled() to the transport functions.Simon Derr2013-07-082-3/+20
| * 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-082-3/+34
| * 9P/RDMA: Improve error handling in rdma_requestSimon Derr2013-07-081-16/+28
| * 9P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr2013-07-081-6/+3Star
| * 9P/RDMA: Use a semaphore to protect the RQSimon Derr2013-07-081-10/+12
| * 9P/RDMA: Protect against duplicate repliesSimon Derr2013-07-081-0/+7
| * 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr2013-07-081-3/+1Star
| * 9pnet: refactor struct p9_fcall alloc codeSimon Derr2013-07-081-17/+18
| * 9P/RDMA: rdma_request() needs not allocate req->rcSimon Derr2013-07-081-19/+0Star
| * 9P: Fix fcall allocation for rdmaSimon Derr2013-07-081-16/+23