summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds38 hours1-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 Torvalds9 days2-68/+23
|\ \
| * | Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever11 days2-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
|\
| * SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()Lucas Stach2024-01-171-2/+2
* | net: fill in MODULE_DESCRIPTION()s for Sun RPCBreno Leitao2024-01-113-0/+3
* | Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-01-104-40/+72
|\ \
| * | NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington2024-01-043-6/+23
| * | SUNRPC: Fixup v4.1 backchannel request timeoutsBenjamin Coddington2024-01-041-9/+14
| * | SUNRPC: fix _xprt_switch_find_current_entry logicOlga Kornievskaia2024-01-041-1/+1
| * | SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker2024-01-041-2/+15
| * | SUNRPC: Create a helper function for accessing the rpc_clnt's xprt_switchAnna Schumaker2024-01-041-13/+21
| * | SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()Anna Schumaker2024-01-041-8/+0
| * | SUNRPC: Clean up unused variable in rpc_xprt_probe_trunked()Anna Schumaker2024-01-041-3/+0
* | | Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-101-2/+8
|\ \ \ | |_|/ |/| |
| * | SUNRPC: Replace strlcpy() with strscpy()Kees Cook2023-11-301-2/+8
* | | SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-071-9/+4