summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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-251-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-121-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
* | SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()Chuck Lever2024-03-011-1/+0
* | sunrpc: use the struct net as the svc proc privateJosef Bacik2024-03-011-1/+1
* | sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik2024-03-011-5/+7
* | sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik2024-03-011-9/+18
* | SUNRPC: Use a static buffer for the checksum initialization vectorChuck Lever2024-03-011-8/+6
* | SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu2024-03-011-8/+19
* | SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu2024-03-011-1/+10
|/
* NFSv4.1: Assign the right value for initval and retries for rpc timeoutSamasth Norway Ananda2024-01-291-2/+2
* Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-01-251-2/+2
|\