summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-28svcrdma: Port to new memory registration APISagi Grimberg
2015-10-28xprtrdma: Port to new memory registration APISagi Grimberg
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford
2015-10-28Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-c...Doug Ledford
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro
2015-10-21Merge branch 'k.o/for-4.3-v1' into k.o/for-4.4Doug Ledford
2015-10-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-13Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-10-12svcrdma: Fix NFS server crash triggered by 1MB NFS WRITEChuck Lever
2015-10-09Merge tag 'nfsd-4.3-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-10-06xprtrdma: Don't require LOCAL_DMA_LKEY support for fastregSagi Grimberg
2015-10-02Merge tag 'nfs-rdma-for-4.3-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-09-29svcrdma: handle rdma read with a non-zero initial page offsetSteve Wise
2015-09-28xprtrdma: disconnect and flush cqs before freeing buffersSteve Wise
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-09-25xprtrdma: Replace global lkey with lkey local to PDChuck Lever
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli
2015-09-19SUNRPC: xs_sock_mark_closed() does not need to trigger socket autocloseTrond Myklebust
2015-09-19SUNRPC: Lock the transport layer on shutdownTrond Myklebust
2015-09-17SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust
2015-09-17SUNRPC: drop null test before destroy functionsJulia Lawall
2015-09-17SUNRPC: Fix races between socket connection and destroy codeTrond Myklebust
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe
2015-08-30svcrdma: limit FRMR page list lengths to device maxSteve Wise
2015-08-30xprtrdma, svcrdma: Convert to ib_alloc_mrSagi Grimberg
2015-08-29SUNRPC: Prevent SYN+SYNACK+RST stormsTrond Myklebust
2015-08-29SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust
2015-08-28svcrdma: Use max_sge_rd for destination read depthsSteve Wise
2015-08-19SUNRPC: Allow sockets to do GFP_NOIO allocationsTrond Myklebust
2015-08-17Merge branch 'bugfixes'Trond Myklebust
2015-08-17Merge tag 'nfs-rdma-for-4.3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2015-08-17SUNRPC: Fix a thinko in xs_connect()Trond Myklebust
2015-08-13sunrpc: Switch to using hash list instead single listKinglong Mee
2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee
2015-08-13sunrpc: Store cache_detail in seq_file's private directlyKinglong Mee
2015-08-12sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton
2015-08-10nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton
2015-08-10nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton
2015-08-10nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton
2015-08-10nfsd/sunrpc: move sv_function into sv_opsJeff Layton
2015-08-10nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton
2015-08-10svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever