aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-35/+2
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-12/+21
2015-09-25xprtrdma: Replace global lkey with lkey local to PDChuck Lever5-35/+2
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key"Andrea Arcangeli1-1/+1
2015-09-19SUNRPC: xs_sock_mark_closed() does not need to trigger socket autocloseTrond Myklebust1-1/+0
2015-09-19SUNRPC: Lock the transport layer on shutdownTrond Myklebust1-0/+6
2015-09-17SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust1-3/+8
2015-09-17SUNRPC: drop null test before destroy functionsJulia Lawall1-8/+4
2015-09-17SUNRPC: Fix races between socket connection and destroy codeTrond Myklebust1-0/+3
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds4-17/+13
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-316/+288
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-150/+197
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli1-1/+1
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-1/+1
2015-08-30svcrdma: limit FRMR page list lengths to device maxSteve Wise1-2/+4
2015-08-30xprtrdma, svcrdma: Convert to ib_alloc_mrSagi Grimberg2-4/+4
2015-08-29SUNRPC: Prevent SYN+SYNACK+RST stormsTrond Myklebust1-0/+2
2015-08-29SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust1-0/+1
2015-08-28svcrdma: Use max_sge_rd for destination read depthsSteve Wise2-11/+5
2015-08-19SUNRPC: Allow sockets to do GFP_NOIO allocationsTrond Myklebust1-3/+3
2015-08-17Merge branch 'bugfixes'Trond Myklebust1-4/+5
2015-08-17Merge tag 'nfs-rdma-for-4.3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust7-308/+276
2015-08-17SUNRPC: Fix a thinko in xs_connect()Trond Myklebust1-4/+5
2015-08-13sunrpc: Switch to using hash list instead single listKinglong Mee1-29/+31
2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee1-6/+9
2015-08-13sunrpc: Store cache_detail in seq_file's private directlyKinglong Mee1-15/+13
2015-08-12sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton1-1/+1
2015-08-10nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcountingJeff Layton1-18/+36
2015-08-10nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton1-24/+7
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton1-5/+5
2015-08-10nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton1-5/+3
2015-08-10nfsd/sunrpc: move sv_function into sv_opsJeff Layton1-5/+3
2015-08-10nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton1-9/+9
2015-08-10svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever2-2/+1
2015-08-05xprtrdma: take HCA driver refcount at clientDevesh Sharma1-8/+29
2015-08-05xprtrdma: Count RDMA_NOMSG type callsChuck Lever3-2/+5
2015-08-05xprtrdma: Clean up xprt_rdma_print_stats()Chuck Lever1-25/+23
2015-08-05xprtrdma: Fix large NFS SYMLINK callsChuck Lever1-9/+16
2015-08-05xprtrdma: Fix XDR tail buffer marshallingChuck Lever1-2/+42
2015-08-05xprtrdma: Don't provide a reply chunk when expecting a short replyChuck Lever1-12/+1
2015-08-05xprtrdma: Always provide a write list when sending NFS READChuck Lever1-17/+4
2015-08-05xprtrdma: Account for RPC/RDMA header size when deciding to inlineChuck Lever1-2/+27
2015-08-05xprtrdma: Remove logic that constructs RDMA_MSGP type callsChuck Lever3-107/+51
2015-08-05xprtrdma: Clean up rpcrdma_ia_open()Chuck Lever5-45/+67
2015-08-05xprtrdma: Remove last ib_reg_phys_mr() call siteChuck Lever2-82/+21
2015-08-05xprtrdma: Don't fall back to PHYSICAL memory registrationChuck Lever1-1/+1
2015-08-05xprtrdma: Raise maximum payload size to one megabyteChuck Lever1-2/+1
2015-08-05xprtrdma: Make xprt_setup_rdma() agnostic to family of server addressChuck Lever1-17/+11
2015-07-28Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-13/+23
2015-07-27SUNRPC: Report TCP errors to the callerTrond Myklebust1-7/+6