]> www.infradead.org Git - users/jedix/linux-maple.git/commit
smb: client: disable path remapping with POSIX extensions
authorPhilipp Kerling <pkerling@casix.org>
Sun, 8 Jun 2025 18:59:00 +0000 (20:59 +0200)
committerSteve French <stfrench@microsoft.com>
Mon, 9 Jun 2025 20:59:03 +0000 (15:59 -0500)
commit93310053663ba647e402ef67e4bb18ec06ff8dc4
tree55f5afd213912186f8b9dac940fc94a86cc11309
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
smb: client: disable path remapping with POSIX extensions

If SMB 3.1.1 POSIX Extensions are available and negotiated, the client
should be able to use all characters and not remap anything. Currently, the
user has to explicitly request this behavior by specifying the "nomapposix"
mount option.

Link: https://lore.kernel.org/4195bb677b33d680e77549890a4f4dd3b474ceaf.camel@rx2.rx-server.de
Signed-off-by: Philipp Kerling <pkerling@casix.org>
Reviewed-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Documentation/admin-guide/cifs/usage.rst
fs/smb/client/connect.c