aboutsummaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-14/+52
2015-04-11net/9p: remove (now-)unused helpersGravatar Al Viro 2-43/+1
2015-04-11p9_client_attach(): set fid->uid correctlyGravatar Al Viro 1-0/+1
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Gravatar Al Viro 1-63/+61
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Gravatar Al Viro 1-57/+41
2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterGravatar Al Viro 3-132/+146
2015-03-21net/9p: add a privport option for RDMA transport.Gravatar Dominique Martinet 1-8/+44
2015-03-21net/9p: Initialize opts->privport as it should be.Gravatar Dominique Martinet 1-0/+1
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+20
2015-03-20net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Gravatar Andrey Ryabinin 1-1/+4
2015-03-209p: use unsigned integers for nwqid/countGravatar Kirill A. Shutemov 1-3/+3
2015-03-209p: remove unused variable in p9_fd_create()Gravatar Fabian Frederick 1-2/+0
2015-03-139p/trans_virtio: fix hot-unplugGravatar Michael S. Tsirkin 1-4/+20
2015-03-12net: Introduce possible_net_tGravatar Eric W. Biederman 1-2/+2
2015-01-21virtio/9p: verify device has config spaceGravatar Michael S. Tsirkin 1-0/+6
2014-10-159p/trans_virtio: enable VQs earlyGravatar Michael S. Tsirkin 1-0/+2
2014-07-159P: remove unnecessary break after returnGravatar Fabian Frederick 1-1/+0
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Gravatar Linus Torvalds 4-72/+92
2014-03-259pnet_rdma: check token type before int conversionGravatar Simon Derr 1-0/+2
2014-03-259pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Gravatar Simon Derr 1-46/+25
2014-03-259P: Get rid of REQ_STATUS_FLSHGravatar Simon Derr 2-6/+3
2014-03-259pnet_rdma: add cancelled()Gravatar Simon Derr 1-1/+14
2014-03-259pnet_rdma: update request status during sendGravatar Simon Derr 1-0/+6
2014-03-259P: Add cancelled() to the transport functions.Gravatar Simon Derr 2-6/+20
2014-03-25net: Mark function as static in 9p/client.cGravatar Rashika 1-1/+1
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffGravatar Dominique Martinet 4-14/+23
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersGravatar Richard Yao 1-1/+4
2014-02-09net: Mark function as static in 9p/client.cGravatar Rashika Kheria 1-1/+1
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadGravatar Eric Van Hensbergen 3-5/+2
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+4
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-2/+2
2013-10-17virtio: use size-based config accessors.Gravatar Rusty Russell 1-5/+4
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+10
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downGravatar Will Deacon 1-0/+5
2013-08-269p: send uevent after adding/removing mount_tag attributeGravatar Michael Marineau 1-0/+5
2013-07-309p: client: remove unused code and any reference to "cancelled" functionGravatar Andi Shyti 1-7/+2
2013-07-24net: trans_rdma: remove unused functionGravatar Andi Shyti 1-11/+0
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-5/+5
2013-07-119p: fix off by one causing access violations and memory corruptionGravatar Sasha Levin 1-5/+5
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 3-76/+167
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 1-1/+4
2013-07-079P: Add cancelled() to the transport functions.Gravatar Simon Derr 2-3/+20
2013-07-079P/RDMA: count posted buffers without a pending requestGravatar Simon Derr 2-3/+34
2013-07-079P/RDMA: Improve error handling in rdma_requestGravatar Simon Derr 1-16/+28
2013-07-079P/RDMA: Do not free req->rc in error handling in rdma_request()Gravatar Simon Derr 1-6/+3
2013-07-079P/RDMA: Use a semaphore to protect the RQGravatar Simon Derr 1-10/+12
2013-07-079P/RDMA: Protect against duplicate repliesGravatar Simon Derr 1-0/+7
2013-07-079P/RDMA: increase P9_RDMA_MAXSIZE to 1MBGravatar Simon Derr 1-3/+1
2013-07-079pnet: refactor struct p9_fcall alloc codeGravatar Simon Derr 1-17/+18
2013-07-079P/RDMA: rdma_request() needs not allocate req->rcGravatar Simon Derr 1-19/+0