summaryrefslogtreecommitdiff
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
* | svcrdma: Refactor chunk list encodersChuck Lever2020-03-163-121/+207
* | SUNRPC: Add encoders for list item discriminatorsChuck Lever2020-03-161-31/+5
* | svcrdma: Rename svcrdma_encode trace points in send routinesChuck Lever2020-03-161-6/+7
* | svcrdma: Update synopsis of svc_rdma_send_reply_msg()Chuck Lever2020-03-161-6/+4
* | svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever2020-03-162-34/+50
* | svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever2020-03-162-7/+7
* | svcrdma: De-duplicate code that locates Write and Reply chunksChuck Lever2020-03-162-35/+12
* | svcrdma: Use struct xdr_stream to decode ingress transport headersChuck Lever2020-03-161-83/+123
* | svcrdma: Remove svcrdma_cm_event() trace pointChuck Lever2020-03-161-7/+0
* | svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever2020-03-163-2/+5
* | SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.cChuck Lever2020-03-161-28/+15
* | SUNRPC: Add xdr_pad_size() helperChuck Lever2020-03-163-10/+6
* | svcrdma: Fix double svc_rdma_send_ctxt_put() in an error pathChuck Lever2020-03-161-8/+1
* | nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-166-13/+83
* | svcrdma: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
* | sunrpc: Pass lockdep expression to RCU listsAmol Grover2020-03-161-1/+2
|/
* xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever2020-02-131-6/+7
* Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-02-072-22/+30
|\
| * sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas2020-02-071-0/+4
| * sunrpc: clean up cache entry add/remove from hashtableTrond Myklebust2020-01-221-24/+26
| * sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust2020-01-221-0/+2
* | Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-0713-261/+199
|\ \
| * | SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()Trond Myklebust2020-02-031-1/+1
| * | SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust2020-01-153-79/+0
| * | xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is createdChuck Lever2020-01-151-20/+11
| * | xprtrdma: Destroy reps from previous connection instanceChuck Lever2020-01-151-1/+3
| * | xprtrdma: Destroy rpcrdma_rep when Receive is flushedChuck Lever2020-01-151-1/+8
| * | xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever2020-01-154-37/+84
| * | xprtrdma: Refactor frwr_is_supportedChuck Lever2020-01-153-47/+25
| * | xprtrdma: Eliminate per-transport "max pages"Chuck Lever2020-01-155-40/+23
| * | xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever2020-01-154-11/+11
| * | xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever2020-01-151-7/+15
| * | xprtrdma: Eliminate ri_max_send_sgesChuck Lever2020-01-154-16/+14
| * | SUNRPC: constify copied structureJulia Lawall2020-01-151-1/+1
| * | SUNRPC: call_connect_status should handle -EPROTOChuck Lever2020-01-151-0/+1
| * | SUNRPC: Capture signalled RPC tasksChuck Lever2020-01-151-1/+3
| * | sunrpc: convert to time64_t for expiryArnd Bergmann2020-01-156-21/+27
* | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-043-39/+37
* | | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-298-35/+41
|\ \ \ | |/ / |/| |
| * | nfs: use time64_t internallyArnd Bergmann2019-12-183-14/+14
| * | sunrpc: convert to time64_t for expiryArnd Bergmann2019-12-186-21/+27
| |/
* | xprtrdma: Fix oops in Receive handler after device removalChuck Lever2020-01-142-6/+21
* | xprtrdma: Fix completion wait during device removalChuck Lever2020-01-141-1/+1
* | xprtrdma: Fix create_qp crash on device unloadChuck Lever2020-01-141-0/+2
|/
* Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-078-34/+84
|\
| * SUNRPC: Fix backchannel latency metricsChuck Lever2019-11-212-1/+3
| * SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever2019-10-301-21/+63
| * SUNRPC: Trace gssproxy upcall resultsChuck Lever2019-10-304-4/+12
| * sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov2019-10-111-6/+0
| * svcrdma: Improve DMA mapping trace pointsChuck Lever2019-10-081-2/+6