summaryrefslogtreecommitdiff
path: root/fs/smb/client/fs_context.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-02cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2025-11-20cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane1-0/+4
2025-11-11smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun1-1/+1
2025-11-10cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis1-0/+2
2025-10-04Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-0/+7
2025-10-02cifs: client: force multichannel=off when max_channels=1Rajasi Mandal1-0/+7
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro1-3/+1
2025-08-05smb: client: default to nonativesocket under POSIX mountsPaulo Alcantara1-0/+1
2025-08-01smb: client: set symlink type as native for POSIX mountsPaulo Alcantara1-18/+0
2025-07-28smb: client: get rid of kstrdup() when parsing iocharset mount optionPaulo Alcantara1-5/+1
2025-07-28smb: client: get rid of kstrdup() when parsing domain mount optionPaulo Alcantara1-5/+1
2025-07-28smb: client: get rid of kstrdup() when parsing pass2 mount optionPaulo Alcantara1-6/+1
2025-07-28smb: client: get rid of kstrdup() when parsing pass mount optionPaulo Alcantara1-6/+1
2025-07-28smb: client: get rid of kstrdup() when parsing user mount optionPaulo Alcantara1-5/+1
2025-07-04smb: client: fix native SMB symlink traversalPaulo Alcantara1-10/+7
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara1-19/+6
2025-04-01cifs: Allow to disable or force initialization of NetBIOS sessionPali Rohár1-1/+13
2025-04-01smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong1-0/+2
2025-04-01cifs: fix integer overflow in match_server()Roman Smirnov1-0/+5
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár1-0/+11
2025-03-26cifs: Set default Netbios RFC1001 server name to hostname in UNCPali Rohár1-0/+11
2025-03-13cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov1-2/+2
2025-03-13cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov1-1/+1
2025-03-13cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov1-2/+2
2025-03-13cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov1-2/+2
2025-03-13smb: client: fix regression with guest optionPaulo Alcantara1-0/+4
2025-01-31cifs: Add support for creating native Windows socketsPali Rohár1-0/+5
2025-01-30cifs: Add mount option -o reparse=nonePali Rohár1-1/+7
2025-01-30cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár1-0/+71
2025-01-30cifs: Fix creating and resolving absolute NT-style symlinksPali Rohár1-0/+22
2025-01-20smb: client: fix DFS mount against old servers with NTLMSSPPaulo Alcantara1-0/+4
2024-11-28cifs: unlock on error in smb3_reconfigure()Dan Carpenter1-1/+3
2024-11-28cifs: during remount, make sure passwords are in syncShyam Prasad N1-9/+74
2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja1-0/+39
2024-10-23smb: client: Handle kstrdup failures for passwordsHenrique Carvalho1-0/+7
2024-09-17cifs: Add support for creating SFU symlinksPali Rohár1-5/+8
2024-09-15smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French1-2/+5
2024-07-02smb: client: Convert to new uid/gid option parsing helpersEric Sandeen1-27/+12
2024-04-22cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata1-0/+12
2024-04-12smb3: fix broken reconnect when password changing on the server by allowing p...Steve French1-0/+21
2024-04-02smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara1-3/+3
2024-03-11smb: client: negotiate compression algorithmsEnzo Matsumiya1-1/+1
2024-03-11smb: client: add support for WSL reparse pointsPaulo Alcantara1-2/+2
2024-03-11smb: client: introduce reparse mount optionPaulo Alcantara1-0/+35
2024-03-11cifs: allow changing password during remountSteve French1-5/+22
2024-02-16smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French1-0/+11
2024-02-09smb3: clarify mount warningSteve French1-1/+1
2024-01-19cifs: new mount option called retransShyam Prasad N1-0/+6
2023-09-28fs/smb/client: Reset password pointer to NULLQuang Le1-0/+1
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French1-1/+10