aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-2/+2
2015-08-30net/9p: Remove ib_get_dma_mr callsJason Gunthorpe1-24/+2
2015-08-229p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat1-0/+2
2015-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2015-07-139p/trans_virtio: reset virtio device on removePierre Morel1-0/+1
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+11
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro1-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro1-0/+1
2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-1/+3
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds4-14/+52
2015-04-11net/9p: remove (now-)unused helpersAl Viro2-43/+1
2015-04-11p9_client_attach(): set fid->uid correctlyAl Viro1-0/+1
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro1-63/+61
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro1-57/+41
2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro3-132/+146
2015-03-21net/9p: add a privport option for RDMA transport.Dominique Martinet1-8/+44
2015-03-21net/9p: Initialize opts->privport as it should be.Dominique Martinet1-0/+1
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2015-03-20net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Andrey Ryabinin1-1/+4
2015-03-209p: use unsigned integers for nwqid/countKirill A. Shutemov1-3/+3
2015-03-209p: remove unused variable in p9_fd_create()Fabian Frederick1-2/+0
2015-03-139p/trans_virtio: fix hot-unplugMichael S. Tsirkin1-4/+20
2015-03-12net: Introduce possible_net_tEric W. Biederman1-2/+2
2015-01-21virtio/9p: verify device has config spaceMichael S. Tsirkin1-0/+6
2014-10-159p/trans_virtio: enable VQs earlyMichael S. Tsirkin1-0/+2
2014-07-159P: remove unnecessary break after returnFabian Frederick1-1/+0
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds4-72/+92
2014-03-259pnet_rdma: check token type before int conversionSimon Derr1-0/+2
2014-03-259pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr1-46/+25
2014-03-259P: Get rid of REQ_STATUS_FLSHSimon Derr2-6/+3
2014-03-259pnet_rdma: add cancelled()Simon Derr1-1/+14
2014-03-259pnet_rdma: update request status during sendSimon Derr1-0/+6
2014-03-259P: Add cancelled() to the transport functions.Simon Derr2-6/+20
2014-03-25net: Mark function as static in 9p/client.cRashika1-1/+1
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet4-14/+23
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao1-1/+4
2014-02-09net: Mark function as static in 9p/client.cRashika Kheria1-1/+1
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen3-5/+2
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-5/+4
2013-10-24file->f_op is never NULL...Al Viro1-2/+2
2013-10-17virtio: use size-based config accessors.Rusty Russell1-5/+4
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds2-0/+10
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon1-0/+5
2013-08-269p: send uevent after adding/removing mount_tag attributeMichael Marineau1-0/+5
2013-07-309p: client: remove unused code and any reference to "cancelled" functionAndi Shyti1-7/+2
2013-07-24net: trans_rdma: remove unused functionAndi Shyti1-11/+0
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+5
2013-07-119p: fix off by one causing access violations and memory corruptionSasha Levin1-5/+5
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds3-76/+167