aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2020-04-04SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust1-6/+13
2020-03-28Merge tag 'nfs-rdma-for-5.7-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust6-625/+413
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever6-130/+141
2020-03-27xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever1-21/+14
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever6-255/+240
2020-03-27xprtrdma: Disconnect on flushed completionChuck Lever3-17/+45
2020-03-27xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever3-67/+13
2020-03-27xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever3-142/+20
2020-03-27xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()Chuck Lever1-16/+10
2020-03-27xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever3-20/+20
2020-03-27xprtrdma: Clean up the post_send pathChuck Lever5-18/+18
2020-03-27xprtrdma: Refactor frwr_init_mr()Chuck Lever3-8/+8
2020-03-27xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever3-103/+56
2020-03-27xprtrdma: Enhance MR-related trace pointsChuck Lever1-1/+1
2020-03-26SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia1-1/+2
2020-03-16SUNRPC: Trim stack utilization in the wrap and unwrap pathsChuck Lever1-6/+8
2020-03-16SUNRPC: Remove xdr_buf_read_mic()Chuck Lever1-55/+0
2020-03-16sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever1-19/+58
2020-03-16SUNRPC: remove redundant assignments to variable statusColin Ian King1-1/+1
2020-03-16SUNRPC: Don't take a reference to the cred on synchronous tasksTrond Myklebust1-0/+3
2020-03-16SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust2-3/+5
2020-02-13xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever1-6/+7
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-22/+30
2020-02-07Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds13-261/+199
2020-02-07sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan3-39/+37
2020-02-03SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()Trond Myklebust1-1/+1
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds8-35/+41
2020-01-22sunrpc: clean up cache entry add/remove from hashtableTrond Myklebust1-24/+26
2020-01-22sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust1-0/+2
2020-01-15SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust3-79/+0
2020-01-15xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is createdChuck Lever1-20/+11
2020-01-15xprtrdma: Destroy reps from previous connection instanceChuck Lever1-1/+3
2020-01-15xprtrdma: Destroy rpcrdma_rep when Receive is flushedChuck Lever1-1/+8
2020-01-15xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever4-37/+84
2020-01-15xprtrdma: Refactor frwr_is_supportedChuck Lever3-47/+25
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever5-40/+23
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever4-11/+11
2020-01-15xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever1-7/+15
2020-01-15xprtrdma: Eliminate ri_max_send_sgesChuck Lever4-16/+14
2020-01-15SUNRPC: constify copied structureJulia Lawall1-1/+1
2020-01-15SUNRPC: call_connect_status should handle -EPROTOChuck Lever1-0/+1
2020-01-15SUNRPC: Capture signalled RPC tasksChuck Lever1-1/+3
2020-01-15sunrpc: convert to time64_t for expiryArnd Bergmann6-21/+27
2020-01-14xprtrdma: Fix oops in Receive handler after device removalChuck Lever2-6/+21
2020-01-14xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2020-01-14xprtrdma: Fix create_qp crash on device unloadChuck Lever1-0/+2
2019-12-18nfs: use time64_t internallyArnd Bergmann3-14/+14
2019-12-18sunrpc: convert to time64_t for expiryArnd Bergmann6-21/+27
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-34/+84