aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-259pnet_rdma: check token type before int conversionSimon Derr1-0/+2
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 memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet1-2/+1
2013-07-24net: trans_rdma: remove unused functionAndi Shyti1-11/+0
2013-07-079P: Add cancelled() to the transport functions.Simon Derr1-0/+11
2013-07-079P/RDMA: count posted buffers without a pending requestSimon Derr1-1/+30
2013-07-079P/RDMA: Improve error handling in rdma_requestSimon Derr1-16/+28
2013-07-079P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr1-6/+3
2013-07-079P/RDMA: Use a semaphore to protect the RQSimon Derr1-10/+12
2013-07-079P/RDMA: Protect against duplicate repliesSimon Derr1-0/+7
2013-07-079P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr1-3/+1
2013-07-079P/RDMA: rdma_request() needs not allocate req->rcSimon Derr1-19/+0
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-13/+13
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+2
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+2
2011-05-199p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()David S. Miller1-2/+0
2011-03-22net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V1-3/+3
2011-01-19net: cleanup unused macros in net directoryShan Wei1-1/+0
2010-09-27net/9p: fix memory handling/allocation in rdma_request()Davidlohr Bueso1-11/+18
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-089p: fix option parsingEric Van Hensbergen1-4/+5
2009-08-179p: minor comment fixesAbhishek Kulkarni1-4/+5
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov1-0/+1
2008-11-21net: remove redundant argument commentsQinghuang Feng1-2/+0
2008-11-059p: rdma: remove duplicated #includeHuang Weiyi1-1/+0
2008-11-059p: rdma: Set trans prior to requesting async connection opsTom Tucker1-1/+3
2008-10-229p: rdma: RDMA Transport Support for 9PTom Tucker1-0/+712