linux-stable/fs/ksmbd/mgmt
Dawei Li b685757c7b ksmbd: Implements sess->rpc_handle_list as xarray
For some ops on rpc handle:
1. ksmbd_session_rpc_method(), possibly on high frequency.
2. ksmbd_session_rpc_close().

id is used as indexing key to lookup channel, in that case,
linear search based on list may suffer a bit for performance.

Implements sess->rpc_handle_list as xarray.

Signed-off-by: Dawei Li <set_pte_at@outlook.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
2023-01-29 18:10:42 -06:00
..
ksmbd_ida.c
ksmbd_ida.h
share_config.c ksmbd: validate share name from share config response 2022-10-05 01:15:44 -05:00
share_config.h ksmbd: validate share name from share config response 2022-10-05 01:15:44 -05:00
tree_connect.c ksmbd: validate share name from share config response 2022-10-05 01:15:44 -05:00
tree_connect.h ksmbd: casefold utf-8 share names and fix ascii lowercase conversion 2022-10-05 01:15:37 -05:00
user_config.c
user_config.h
user_session.c ksmbd: Implements sess->rpc_handle_list as xarray 2023-01-29 18:10:42 -06:00
user_session.h ksmbd: Implements sess->rpc_handle_list as xarray 2023-01-29 18:10:42 -06:00