aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-02xprtrdma: Reduce max_frwr_depthChuck Lever1-4/+11
2019-01-02xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever3-6/+14
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever5-17/+23
2019-01-02xprtrdma: No qp_event disconnectChuck Lever2-33/+0
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever4-48/+44
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever4-38/+18
2019-01-02xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever1-2/+2
2019-01-02xprtrdma: Yet another double DMA-unmapChuck Lever2-5/+10
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-1/+1
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-12-27sunrpc: fix debug message in svc_create_xprt()Vasily Averin1-2/+2
2018-12-27sunrpc: make visible processing error in bc_svc_process()Vasily Averin1-2/+2
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin4-22/+11
2018-12-27sunrpc: remove svc_rdma_bc_classVasily Averin2-63/+0
2018-12-27sunrpc: remove svc_tcp_bc_classVasily Averin1-101/+0
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin4-34/+0
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2-3/+0
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin3-7/+9
2018-12-27sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-37/+9
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2-7/+6
2018-12-19SUNRPC: simplify auth_unix.NeilBrown2-70/+32
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown4-15/+1
2018-12-19SUNRPC: remove generic cred code.NeilBrown4-219/+2
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown3-8/+12
2018-12-19SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2-2/+0
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown3-109/+4
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown3-2/+9
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2-13/+8
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown3-24/+40
2018-12-19SUNRPC: remove machine_cred field from struct auth_credNeilBrown2-10/+7
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown4-31/+19
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.NeilBrown3-17/+13
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown4-2/+17
2018-12-19SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks1-8/+0
2018-12-18SUNRPC: Remove xprt_connect_status()Trond Myklebust1-31/+1
2018-12-18SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust1-2/+2
2018-12-18SUNRPC: Fix disconnection racesTrond Myklebust3-5/+7
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-1/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-45/+61
2018-12-05SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust1-7/+1
2018-12-05SUNRPC: Fix up socket pollingTrond Myklebust1-2/+2
2018-12-05SUNRPC: Use the discard iterator rather than MSG_TRUNCTrond Myklebust1-2/+3
2018-12-05SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()Trond Myklebust1-1/+2
2018-12-05SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flagTrond Myklebust1-11/+11
2018-12-05SUNRPC: Fix RPC receive hangsTrond Myklebust1-20/+19
2018-12-04sunrpc: fix cache_head leak due to queued requestVasily Averin1-1/+9
2018-12-02SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust1-2/+9
2018-12-02SUNRPC: Fix a memory leak in call_encode()Trond Myklebust2-0/+3
2018-12-02SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4