summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2019-02-20SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receiveTrond Myklebust1-1/+4
2019-02-20SUNRPC: Don't suppress socket errors when a message read completesTrond Myklebust1-5/+2
2019-02-20SUNRPC: Handle zero length fragments correctlyTrond Myklebust1-14/+29
2019-02-20SUNRPC: Don't reset the stream record info when the receive worker is runningTrond Myklebust1-3/+9
2019-02-20SUNRPC: remove pointless test in unx_match()NeilBrown1-1/+1
2019-02-20SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust5-7/+0
2019-02-20SUNRPC: Use poll() to fix up the socket requeue racesTrond Myklebust1-2/+24
2019-02-20SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsTrond Myklebust3-3/+17
2019-02-16Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+38
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-2/+3
2019-02-15sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew1-11/+38
2019-02-14SUNRPC: Use au_rslack when computing reply buffer sizeChuck Lever1-3/+4
2019-02-14SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever4-6/+16
2019-02-14SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever3-1/+6
2019-02-14NFS: Account for XDR pad of buf->pagesChuck Lever2-1/+7
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2-0/+28
2019-02-14SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever8-136/+9
2019-02-14SUNRPC: Remove xdr_buf_trim()Chuck Lever3-45/+6
2019-02-14SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever4-89/+99
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever5-196/+232
2019-02-13SUNRPC: Clean up rpc_verify_header()Chuck Lever1-127/+96
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever5-176/+221
2019-02-13SUNRPC: Add build option to disable support for insecure enctypesChuck Lever2-0/+18
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever6-51/+65
2019-02-13SUNRPC: Remove some dprintk() call sites from auth functionsChuck Lever2-37/+1
2019-02-13SUNRPC: Add trace event that reports reply page vector alignmentChuck Lever1-6/+27
2019-02-13SUNRPC: Add XDR overflow trace eventChuck Lever1-7/+17
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever5-10/+16
2019-02-13xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever2-0/+12
2019-02-13xprtrdma: Check inline size before providing a Write chunkChuck Lever1-1/+17
2019-02-13xprtrdma: Fix sparse warningsChuck Lever2-3/+3
2019-02-12rpc: properly check debugfs dentry before using itGreg Kroah-Hartman1-1/+1
2019-02-12xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin1-1/+2
2019-02-06svcrdma: Remove syslog warnings in work completion handlersChuck Lever4-27/+2
2019-02-06svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabledChuck Lever1-1/+3
2019-02-06svcrdma: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-02-06svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields3-3/+15
2019-02-06svcrpc: svc_xprt_has_something_to_do seems a little longJ. Bruce Fields1-2/+2
2019-02-06SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()Trond Myklebust1-2/+6
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever2-12/+102
2019-01-15SUNRPC: Address Kerberos performance/behavior regressionChuck Lever1-1/+1
2019-01-15SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limitTrond Myklebust2-10/+21
2019-01-15SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2-1/+1
2019-01-09sunrpc: kernel BUG at kernel/cred.c:825!Santosh kumar pradhan1-0/+3
2019-01-08SUNRPC: Fix TCP receive code on archs with flush_dcache_page()Trond Myklebust1-0/+22
2019-01-08xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter1-5/+1
2019-01-08xprtrdma: Fix error code in rpcrdma_buffer_create()Dan Carpenter1-1/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds23-1268/+487