]> Gentwo Git Trees - linux/.git/commit
ksmbd: increase session and share hash table bits
authorNamjae Jeon <linkinjeon@kernel.org>
Sun, 24 Aug 2025 23:27:12 +0000 (08:27 +0900)
committerSteve French <stfrench@microsoft.com>
Wed, 1 Oct 2025 02:37:55 +0000 (21:37 -0500)
commite28c5bc45640bc851e8f7f0b8d5431fdaa420c8e
tree5f0a909d9805071b13881a937316124b97792b9d
parent0bcc831be535269556f59cb70396f7e34f03a276
ksmbd: increase session and share hash table bits

Increases the number of bits for the hash table from 3 to 12.
The thousands of sessions and shares can be connected.
So the current 3-bit size can lead to frequent hash collisions.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/mgmt/share_config.c
fs/smb/server/mgmt/user_session.c