summaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | SUNRPC: Add a trace point in svc_xprt_deferred_closeChuck Lever2024-07-081-0/+1
| * | svcrdma: Handle ADDR_CHANGE CM event properlyChuck Lever2024-07-081-1/+15
| * | svcrdma: Refactor the creation of listener CMA IDChuck Lever2024-07-081-27/+40
| |/
* / net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann2024-07-111-0/+7
|/
* SUNRPC: Fix backchannel reply, againChuck Lever2024-06-211-1/+4
* Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-06-131-1/+3
|\
| * SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao2024-05-301-1/+3
* | Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-081-1/+1
|\ \
| * | SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever2024-06-031-1/+1
* | | Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-05-232-2/+18
|\ \ \ | | |/ | |/|
| * | rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni2024-05-201-1/+5
| * | sunrpc: fix NFSACL RPC retry on soft mountDan Aloni2024-05-201-0/+1
| * | SUNRPC: fix handling expired GSS contextOlga Kornievskaia2024-05-201-1/+12
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+4
|\ \ \
| * | | mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-261-2/+4
* | | | Merge tag 'nfsd-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-05-183-69/+111
|\ \ \ \ | | |_|/ | |/| |
| * | | SUNRPC: Fix gss_free_in_token_pages()Chuck Lever2024-05-091-8/+2
| * | | SUNRPC: Remove comment for sp_lockGuoqing Jiang2024-05-061-1/+0
| * | | SUNRPC: add a new svc_find_listener helperJeff Layton2024-05-061-0/+34
| * | | SUNRPC: introduce svc_xprt_create_from_sa utility routineLorenzo Bianconi2024-05-061-58/+75
| * | | sunrpc: removed redundant procp checkAleksandr Aprelkov2024-05-061-2/+0
| | |/ | |/|
* / | net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-034-4/+0
|/ /
* | Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-04-291-0/+1
|\ \
| * | SUNRPC: add a missing rpc_stat for TCP TLSOlga Kornievskaia2024-04-041-0/+1
* | | Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-222-68/+23
|\ \ \ | |_|/ |/| |
| * | Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever2024-04-202-68/+23
* | | Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-061-9/+1
|\| |
| * | SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever2024-04-041-9/+1
* | | Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-03-281-6/+8
|\| |
| * | SUNRPC: Revert 561141dd494382217bace4d1a51d08168420eaceChuck Lever2024-03-221-6/+8
* | | Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-164-4/+37
|\ \ \ | | |/ | |/|
| * | sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik2024-03-091-1/+4
| * | net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET2024-02-281-2/+2
| * | SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust2024-02-282-0/+19
| * | SUNRPC: Don't try to send when the connection is shutting downTrond Myklebust2024-02-281-0/+3
| * | SUNRPC: Don't retry using the same source port if connection failedTrond Myklebust2024-02-281-1/+9
* | | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-131-1/+1
| |/ |/|
* | svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever2024-03-012-23/+68
* | svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever2024-03-012-38/+48
* | svcrdma: Post the Reply chunk and Send WR togetherChuck Lever2024-03-012-35/+57
* | svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever2024-03-012-40/+53
* | svcrdma: Post Send WR chainChuck Lever2024-03-012-17/+34
* | svcrdma: Fix retry loop in svc_rdma_send()Chuck Lever2024-03-011-11/+17
* | svcrdma: Prevent a UAF in svc_rdma_send()Chuck Lever2024-03-011-3/+8
* | svcrdma: Fix SQ wake-upsChuck Lever2024-03-011-3/+3
* | svcrdma: Increase the per-transport rw_ctx countChuck Lever2024-03-011-2/+7
* | svcrdma: Update max_send_sges after QP is createdChuck Lever2024-03-011-0/+1
* | svcrdma: Report CQ depths in debugging outputChuck Lever2024-03-011-1/+2
* | svcrdma: Reserve an extra WQE for ib_drain_rq()Chuck Lever2024-03-011-1/+1
* | SUNRPC: Remove stale commentsChuck Lever2024-03-011-9/+0