aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-11-10svcrpc: document lack of some memory barriersJ. Bruce Fields1-6/+31
2015-11-10SUNRPC: drop stale comment in svc_setup_socket()Stefan Hajnoczi1-1/+0
2015-11-09Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-394/+1083
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds6-145/+159
2015-11-03Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debugKinglong Mee1-11/+12
2015-11-03SUNRPC: fix variable typeAndrzej Hajda1-1/+1
2015-11-02Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust13-313/+914
2015-11-02NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever4-0/+35
2015-11-02SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever1-5/+0
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2-0/+64
2015-11-02xprtrdma: Handle incoming backward direction RPC callsChuck Lever3-0/+161
2015-11-02xprtrdma: Add support for sending backward direction RPC repliesChuck Lever3-0/+51
2015-11-02xprtrdma: Pre-allocate Work Requests for backchannelChuck Lever3-2/+26
2015-11-02xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever5-12/+309
2015-11-02SUNRPC: Abstract backchannel operationsChuck Lever2-2/+27
2015-11-02xprtrdma: Saving IRQs no longer needed for rb_lockChuck Lever1-14/+10
2015-11-02xprtrdma: Remove reply taskletChuck Lever1-43/+0
2015-11-02xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever4-18/+65
2015-11-02xprtrdma: Replace send and receive arraysChuck Lever2-91/+73