Chuck Lever
c6f2a8146d
NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
...
commit 8a388c1fabeb6606e16467b23242416c0dbeffad upstream.
NFSD sends CB_RECALL_ANY to clients when the server is low on
memory or that client has a large number of delegations outstanding.
We've seen cases where NFSD attempts to send CB_RECALL_ANY requests
to disconnected clients, and gets confused. These calls never go
anywhere if a backchannel transport to the target client isn't
available. Before the server can send any backchannel operation, the
client has to connect first and then do a BIND_CONN_TO_SESSION.
This patch doesn't address the root cause of the confusion, but
there's no need to queue up these optional operations if they can't
go anywhere.
Fixes: 44df6f439a17 ("NFSD: add delegation reaper to react to low memory condition")
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Cc: stable@vger.kernel.org
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-04-10 14:39:40 +02:00
..
2025-04-10 14:39:32 +02:00
2024-10-02 17:23:23 -04:00
2025-04-10 14:39:29 +02:00
2025-03-07 18:25:29 +01:00
2024-10-28 13:16:56 +01:00
2025-04-07 10:08:37 +02:00
2024-05-31 12:31:39 +02:00
2024-08-07 11:33:21 +02:00
2025-03-22 12:54:16 -07:00
2025-01-23 17:22:55 +01:00
2025-02-17 10:05:37 +01:00
2024-08-19 13:45:03 +02:00
2024-06-17 20:42:57 +02:00
2024-07-15 11:14:59 -07:00
2024-10-02 17:23:23 -04:00
2024-09-27 08:18:43 -07:00
2023-12-28 04:57:57 -08:00
2025-02-08 09:56:50 +01:00
2024-10-02 17:23:23 -04:00
2024-12-27 14:02:07 +01:00
2024-12-05 14:01:10 +01:00
2025-02-08 09:57:57 +01:00
2025-04-10 14:39:39 +02:00
2024-05-28 15:57:23 +02:00
2024-09-16 09:14:02 +02:00
2025-04-10 14:39:39 +02:00
2025-02-08 09:58:11 +01:00
2024-10-17 00:28:06 -07:00
2024-03-26 09:04:53 +01:00
2025-04-10 14:39:25 +02:00
2025-02-01 18:39:37 +01:00
2025-01-23 17:22:54 +01:00
2024-12-05 14:01:15 +01:00
2025-04-10 14:39:25 +02:00
2024-10-02 17:23:23 -04:00
2024-12-27 14:02:20 +01:00
2025-01-23 17:22:56 +01:00
2025-04-10 14:39:22 +02:00
2025-01-17 13:40:33 +01:00
2024-12-14 20:04:14 +01:00
2025-04-10 14:39:40 +02:00
2024-05-04 19:02:39 +02:00
2024-10-02 17:23:23 -04:00
2024-08-07 11:33:36 +02:00
2025-04-10 14:39:31 +02:00
2025-04-10 14:39:28 +02:00
2025-02-08 09:57:59 +01:00
2025-04-10 14:39:40 +02:00
2025-02-17 10:05:39 +01:00
2024-10-02 17:23:23 -04:00
2025-01-17 13:40:46 +01:00
2025-04-10 14:39:23 +02:00
2025-04-10 14:39:24 +02:00
2024-08-07 11:33:21 +02:00
2024-06-20 09:46:01 +02:00
2025-02-21 14:01:27 +01:00
2025-03-07 18:25:26 +01:00
2025-04-10 14:39:26 +02:00
2025-02-08 09:56:51 +01:00
2024-05-28 11:52:53 +02:00
2025-01-23 17:22:55 +01:00
2024-12-09 10:40:55 +01:00
2024-04-25 20:56:25 -07:00
2024-10-02 17:23:23 -04:00
2024-08-21 22:32:58 +02:00
2025-04-10 14:39:39 +02:00
2024-10-30 20:14:12 -07:00
2024-04-23 13:27:43 +02:00
2024-08-07 11:33:36 +02:00
2024-07-22 18:25:47 -07:00
2024-11-01 08:38:14 -04:00
2025-02-08 09:58:01 +01:00
2025-01-02 10:34:17 +01:00
2024-10-02 00:05:09 -04:00
2024-12-14 20:04:13 +01:00
2025-03-22 12:54:15 -07:00
2024-08-20 14:03:18 -04:00
2025-02-27 04:30:22 -08:00
2024-10-02 12:02:15 -07:00
2024-08-19 13:45:03 +02:00
2024-04-26 10:33:05 +02:00
2024-08-29 06:20:44 +12:00
2024-10-16 13:17:45 +02:00
2023-10-18 13:26:15 +02:00
2024-12-05 14:02:50 +01:00
2024-12-05 14:02:50 +01:00
2025-02-17 10:05:04 +01:00
2024-12-05 14:02:50 +01:00
2024-05-28 12:06:51 +02:00
2024-08-07 11:26:54 -07:00
2025-01-17 13:40:33 +01:00
2023-11-02 20:53:31 -10:00
2022-03-03 20:38:56 -08:00
2025-03-13 13:02:01 +01:00
2023-05-17 09:16:59 +02:00
2024-10-07 13:51:47 +02:00
2024-09-16 08:35:09 +02:00
2024-08-19 13:45:02 +02:00
2024-07-24 20:59:29 +02:00
2024-08-12 22:00:43 -04:00
2024-12-27 14:02:20 +01:00
2025-04-10 14:39:40 +02:00
2024-12-05 14:02:47 +01:00
2024-09-23 09:35:36 -07:00
2025-02-08 09:56:50 +01:00
2025-01-23 17:22:55 +01:00
2021-08-23 01:25:40 -04:00
2023-10-12 18:53:36 +03:00
2024-07-02 06:20:49 +02:00
2019-07-16 22:52:37 -04:00
2023-08-21 13:46:25 -07:00
2019-01-21 17:48:13 +01:00
2025-01-17 13:40:33 +01:00
2024-09-27 08:18:43 -07:00
2023-10-19 11:02:47 +02:00
2024-10-09 12:47:18 -07:00
2024-08-28 13:05:39 +02:00
2024-08-12 22:00:43 -04:00
2024-10-03 16:19:51 -04:00
2024-06-19 13:13:55 -07:00
2024-08-12 22:00:43 -04:00
2025-03-28 22:03:28 +01:00
2024-09-23 09:35:36 -07:00
2024-08-06 09:01:41 -07:00
2024-02-27 11:21:31 +01:00
2024-09-24 15:29:42 -07:00
2025-01-17 13:40:50 +01:00
2025-01-17 13:40:33 +01:00
2025-03-22 12:54:20 -07:00
2025-02-17 10:05:48 +01:00
2024-09-27 08:18:43 -07:00
2024-10-10 12:09:03 +02:00
2024-09-27 18:29:19 +02:00
2024-09-27 08:18:43 -07:00
2023-11-18 14:56:16 +01:00
2023-05-19 04:30:22 +02:00
2024-08-30 08:22:37 +02:00
2024-06-28 14:36:43 +02:00
2024-12-05 14:01:11 +01:00
2024-08-12 22:00:43 -04:00
2024-08-12 22:00:43 -04:00
2025-02-08 09:56:53 +01:00
2024-05-02 16:28:20 +02:00
2024-09-23 09:35:36 -07:00
2024-08-12 22:00:43 -04:00
2023-10-18 13:26:15 +02:00
2024-08-12 22:00:43 -04:00
2024-08-12 22:00:43 -04:00
2024-10-21 14:30:26 +02:00
2024-08-12 22:00:43 -04:00
2023-12-28 04:57:57 -08:00
2024-08-12 22:00:43 -04:00
2024-10-28 21:40:38 -07:00
2024-08-12 22:00:43 -04:00
2024-08-12 22:00:43 -04:00