summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-12-169-169/+101
|\
| * sunrpc: use DEFINE_SPINLOCK()Fabian Frederick2016-12-061-2/+1
| * svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever2016-11-301-14/+5
| * svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever2016-11-301-37/+18
| * svcrdma: Remove unused variable in rdma_copy_tail()Chuck Lever2016-11-301-2/+0
| * svcrdma: Remove unused variables in xprt_rdma_bc_allocate()Chuck Lever2016-11-301-4/+0
| * svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever2016-11-302-3/+2
| * svcrdma: Remove DMA map accountingChuck Lever2016-11-302-11/+3
| * svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever2016-11-302-16/+16
| * svcrdma: Renovate sendto chunk list parsingChuck Lever2016-11-302-67/+39
| * svcauth_gss: Close connection when dropping an incoming messageChuck Lever2016-11-302-6/+10
| * svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit armChuck Lever2016-11-301-0/+1
| * sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields2016-11-012-8/+7
* | Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-12-1510-120/+138
|\ \
| * \ Merge tag 'nfs-rdma-4.10-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2016-12-107-118/+128
| |\ \
| | * | xprtrdma: Relocate connection helper functionsChuck Lever2016-11-293-41/+31
| | * | xprtrdma: Update dprintk in rpcrdma_count_chunksChuck Lever2016-11-291-1/+1
| | * | xprtrdma: Shorten QP access error messageChuck Lever2016-11-291-3/+3
| | * | xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever2016-11-291-2/+2
| | * | xprtrdma: Update documenting commentChuck Lever2016-11-291-4/+0
| | * | xprtrdma: Refactor FRMR invalidationChuck Lever2016-11-291-36/+21
| | * | xprtrdma: Avoid calls to ro_unmap_safe()Chuck Lever2016-11-291-2/+4
| | * | xprtrdma: Address coverity complaint about wait_for_completion()Chuck Lever2016-11-291-4/+13
| | * | SUNRPC: Proper metric accounting when RPC is not transmittedChuck Lever2016-11-291-4/+6
| | * | xprtrdma: Support for SG_GAP devicesChuck Lever2016-11-292-7/+14
| | * | xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever2016-11-293-13/+30
| | * | xprtrdma: Cap size of callback buffer resourcesChuck Lever2016-11-291-1/+3
| * | | SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown2016-12-101-1/+6
| * | | sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown2016-12-012-1/+4
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-223-10/+28
|\ \ \ | |/ /
| * | Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-11-183-10/+28
| |\ \
| | * | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-143-10/+28
| | |/
* | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-158-65/+111
|\ \ \ | |/ /
| * | Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-11-113-18/+29
| |\ \ | | |/ | |/|
| | * xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever2016-11-102-16/+24
| | * SUNRPC: Fix suspicious RCU usageAnna Schumaker2016-11-071-2/+5
| * | svcrdma: backchannel cannot share a page for send and rcv buffersChuck Lever2016-11-011-3/+10
| * | sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton2016-10-282-0/+2
| * | sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields2016-10-263-45/+71
* | | udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-072-2/+2
* | | udp: use it's own memory accounting schemaPaolo Abeni2016-10-222-5/+17
|/ /
* | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-1321-478/+794
|\ \ | |/
| * sunrpc: replace generic auth_cred hash with auth-specific functionFrank Sorenson2016-09-301-1/+1
| * sunrpc: add RPCSEC_GSS hash_cred() functionFrank Sorenson2016-09-301-0/+7
| * sunrpc: add auth_unix hash_cred() functionFrank Sorenson2016-09-301-0/+9
| * sunrpc: add generic_auth hash_cred() functionFrank Sorenson2016-09-301-0/+9
| * sunrpc: queue work on system_power_efficient_wqKe Wang2016-09-271-2/+3
OpenPOWER on IntegriCloud