aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Merge tag 'nfsd-4.5-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2016-02-18Merge tag 'nfs-rdma-4.5-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust1-0/+2
2016-02-17auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew1-1/+1
2016-02-17xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever1-0/+2
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds11-218/+728
2016-01-22wrappers for ->i_mutex accessAl Viro2-35/+35
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig4-38/+10
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever7-15/+470
2016-01-19svcrdma: Define maximum number of backchannel requestsChuck Lever2-12/+18
2016-01-19svcrdma: Make map_xdr non-staticChuck Lever1-7/+7
2016-01-19svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever2-2/+7
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2-4/+6
2016-01-19svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2-42/+0
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2-13/+78
2016-01-19svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever1-13/+89
2016-01-19svcrdma: Clean up process_context()Chuck Lever1-23/+21
2016-01-19svcrdma: Clean up rdma_create_xprt()Chuck Lever1-8/+1
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-8/+50
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-07Merge branch 'bugfixes'Trond Myklebust2-28/+22
2016-01-07Revert "svcrdma: Do not send XDR roundup bytes for a write chunk"J. Bruce Fields1-7/+0
2016-01-06SUNRPC: Fixup socket wait for memoryTrond Myklebust1-28/+21
2015-12-30SUNRPC: Fix a missing break in rpc_anyaddr()Trond Myklebust1-0/+1
2015-12-28Merge tag 'nfs-rdma-4.5' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust8-51/+275
2015-12-28SUNRPC: drop unused xs_reclassify_socketX() helpersStefan Hajnoczi1-13/+1
2015-12-23sunrpc: Add a function to close temporary transports immediatelyScott Mayhew1-0/+45
2015-12-22xprtrdma: Avoid calling ib_query_deviceOr Gerlitz4-50/+30
2015-12-18xprtrdma: Revert commit e7104a2a9606 ('xprtrdma: Cap req_cqinit').Chuck Lever2-10/+2
2015-12-18xprtrdma: Invalidate in the RPC reply handlerChuck Lever1-0/+16
2015-12-18xprtrdma: Add ro_unmap_sync method for all-physical registrationChuck Lever1-0/+13
2015-12-18xprtrdma: Add ro_unmap_sync method for FMRChuck Lever1-0/+64
2015-12-18xprtrdma: Add ro_unmap_sync method for FRWRChuck Lever2-4/+134
2015-12-18xprtrdma: Introduce ro_unmap_sync methodChuck Lever1-0/+2
2015-12-18xprtrdma: Move struct ib_send_wr off the stackChuck Lever2-18/+24
2015-12-18xprtrdma: Disable RPC/RDMA backchannel debugging messagesChuck Lever1-7/+9
2015-12-18xprtrdma: xprt_rdma_free() must not release backchannel reqsChuck Lever1-0/+3
2015-12-18xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)Chuck Lever2-9/+4
2015-12-18xprtrdma: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2015-12-18xprtrdma: clean up some curly bracesDan Carpenter1-1/+2
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra1-3/+3
2015-12-07SUNRPC: Fix callback channelTrond Myklebust2-8/+12
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-7/+7
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-7/+7
2015-11-24nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields1-0/+3
2015-11-24svcrpc: move some initialization to common codeJ. Bruce Fields2-8/+2
2015-11-23nfs4: limit callback decoding to received bytesBenjamin Coddington2-0/+9
2015-11-23svcrdma: Do not send XDR roundup bytes for a write chunkChuck Lever1-0/+7
2015-11-11Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-28/+78