summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-015-35/+2Star
|\
| * xprtrdma: Replace global lkey with lkey local to PDChuck Lever2015-09-255-35/+2Star
* | Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-253-12/+21
|\ \
| * | SUNRPC: xs_sock_mark_closed() does not need to trigger socket autocloseTrond Myklebust2015-09-191-1/+0Star
| * | SUNRPC: Lock the transport layer on shutdownTrond Myklebust2015-09-191-0/+6
| * | SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust2015-09-181-3/+8
| * | SUNRPC: drop null test before destroy functionsJulia Lawall2015-09-171-8/+4Star
| * | SUNRPC: Fix races between socket connection and destroy codeTrond Myklebust2015-09-171-0/+3
| |/
* / userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli2015-09-231-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-094-17/+13Star
|\
| * IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2015-08-311-1/+1
| * svcrdma: limit FRMR page list lengths to device maxSteve Wise2015-08-311-2/+4
| * xprtrdma, svcrdma: Convert to ib_alloc_mrSagi Grimberg2015-08-312-4/+4
| * svcrdma: Use max_sge_rd for destination read depthsSteve Wise2015-08-292-11/+5Star
* | Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-079-316/+288Star
|\ \
| * | SUNRPC: Prevent SYN+SYNACK+RST stormsTrond Myklebust2015-08-301-0/+2
| * | SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust2015-08-291-0/+1
| * | SUNRPC: Allow sockets to do GFP_NOIO allocationsTrond Myklebust2015-08-201-3/+3
| * | Merge branch 'bugfixes'Trond Myklebust2015-08-171-4/+5
| |\ \
| | * | SUNRPC: Fix a thinko in xs_connect()Trond Myklebust2015-08-171-4/+5
| * | | Merge tag 'nfs-rdma-for-4.3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-08-177-308/+276Star
| |\ \ \ | | |/ / | |/| |
| | * | xprtrdma: take HCA driver refcount at clientDevesh Sharma2015-08-051-8/+29
| | * | xprtrdma: Count RDMA_NOMSG type callsChuck Lever2015-08-053-2/+5
| | * | xprtrdma: Clean up xprt_rdma_print_stats()Chuck Lever2015-08-051-25/+23Star
| | * | xprtrdma: Fix large NFS SYMLINK callsChuck Lever2015-08-051-9/+16
| | * | xprtrdma: Fix XDR tail buffer marshallingChuck Lever2015-08-051-2/+42
| | * | xprtrdma: Don't provide a reply chunk when expecting a short replyChuck Lever2015-08-051-12/+1Star
| | * | xprtrdma: Always provide a write list when sending NFS READChuck Lever2015-08-051-17/+4Star
| | * | xprtrdma: Account for RPC/RDMA header size when deciding to inlineChuck Lever2015-08-051-2/+27
| | * | xprtrdma: Remove logic that constructs RDMA_MSGP type callsChuck Lever2015-08-053-107/+51Star
| | * | xprtrdma: Clean up rpcrdma_ia_open()Chuck Lever2015-08-055-45/+67
| | * | xprtrdma: Remove last ib_reg_phys_mr() call siteChuck Lever2015-08-052-82/+21Star
| | * | xprtrdma: Don't fall back to PHYSICAL memory registrationChuck Lever2015-08-051-1/+1
| | * | xprtrdma: Raise maximum payload size to one megabyteChuck Lever2015-08-051-2/+1Star
| | * | xprtrdma: Make xprt_setup_rdma() agnostic to family of server addressChuck Lever2015-08-051-17/+11Star
| | |/
| * / sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton2015-08-121-1/+1
| |/
* | Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-09-066-150/+197
|\ \
| * | sunrpc: Switch to using hash list instead single listKinglong Mee2015-08-131-29/+31
| * | sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee2015-08-131-6/+9
| * | sunrpc: Store cache_detail in seq_file's private directlyKinglong Mee2015-08-131-15/+13Star
| * | nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton2015-08-101-18/+36
| * | nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton2015-08-101-24/+7Star
| * | nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2015-08-101-5/+5
| * | nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton2015-08-101-5/+3Star
| * | nfsd/sunrpc: move sv_function into sv_opsJeff Layton2015-08-101-5/+3Star
| * | nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton2015-08-101-9/+9
| * | svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever2015-08-102-2/+1Star
| * | svcrdma: Remove svc_rdma_fastreg()Chuck Lever2015-07-201-34/+0Star
| * | svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever2015-07-201-0/+73
| * | svcrdma: Fix send_reply() scatter/gather set-upChuck Lever2015-07-201-1/+9