summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
* | NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust2019-03-011-0/+7
* | SUNRPC: Fix an Oops in udp_poll()Trond Myklebust2019-02-261-2/+19
* | Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-2527-847/+858
|\ \
| * | SUNRPC: Use au_rslack when computing reply buffer sizeChuck Lever2019-02-141-3/+4
| * | SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-144-6/+16
| * | SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever2019-02-143-1/+6
| * | NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-142-1/+7
| * | SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-142-0/+28
| * | SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever2019-02-148-136/+9Star
| * | SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-143-45/+6Star
| * | SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever2019-02-144-89/+99
| * | SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-145-196/+232
| * | SUNRPC: Clean up rpc_verify_header()Chuck Lever2019-02-131-127/+96Star
| * | SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-135-176/+221
| * | SUNRPC: Add build option to disable support for insecure enctypesChuck Lever2019-02-132-0/+18
| * | SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-136-51/+65
| * | SUNRPC: Remove some dprintk() call sites from auth functionsChuck Lever2019-02-132-37/+1Star
| * | SUNRPC: Add trace event that reports reply page vector alignmentChuck Lever2019-02-131-6/+27
| * | SUNRPC: Add XDR overflow trace eventChuck Lever2019-02-131-7/+17
| * | SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-135-10/+16
| * | xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever2019-02-132-0/+12
| * | xprtrdma: Check inline size before providing a Write chunkChuck Lever2019-02-131-1/+17
| * | xprtrdma: Fix sparse warningsChuck Lever2019-02-132-3/+3
| |/
* | SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()Trond Myklebust2019-02-201-12/+4Star
* | SUNRPC: Further cleanups of xs_sendpages()Trond Myklebust2019-02-201-10/+1Star
* | SUNRPC: Convert socket page send code to use iov_iter()Trond Myklebust2019-02-202-36/+14Star
* | SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()Trond Myklebust2019-02-201-15/+23
* | SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receiveTrond Myklebust2019-02-201-1/+4
* | SUNRPC: Don't suppress socket errors when a message read completesTrond Myklebust2019-02-201-5/+2Star
* | SUNRPC: Handle zero length fragments correctlyTrond Myklebust2019-02-201-14/+29
* | SUNRPC: Don't reset the stream record info when the receive worker is runningTrond Myklebust2019-02-201-3/+9
* | SUNRPC: remove pointless test in unx_match()NeilBrown2019-02-201-1/+1
* | SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2019-02-205-7/+0Star
* | SUNRPC: Use poll() to fix up the socket requeue racesTrond Myklebust2019-02-201-2/+24
* | SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsTrond Myklebust2019-02-203-3/+17
* | Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-02-171-11/+38
|\ \
| * | sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew2019-02-151-11/+38
| |/
* | Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-02-172-2/+3
|\ \ | |/ |/|
| * rpc: properly check debugfs dentry before using itGreg Kroah-Hartman2019-02-121-1/+1
| * xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin2019-02-121-1/+2
* | svcrdma: Remove max_sge check at connect timeChuck Lever2019-02-062-12/+102
|/
* SUNRPC: Address Kerberos performance/behavior regressionChuck Lever2019-01-151-1/+1
* SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limitTrond Myklebust2019-01-152-10/+21
* SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2019-01-152-1/+1
* sunrpc: kernel BUG at kernel/cred.c:825!Santosh kumar pradhan2019-01-091-0/+3
* SUNRPC: Fix TCP receive code on archs with flush_dcache_page()Trond Myklebust2019-01-081-0/+22
* xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter2019-01-081-5/+1Star
* xprtrdma: Fix error code in rpcrdma_buffer_create()Dan Carpenter2019-01-081-1/+3
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-031-1/+1
|\