summaryrefslogtreecommitdiff
path: root/fs/smb/client/fs_context.c
AgeCommit message (Expand)AuthorFilesLines
10 dayscifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
10 dayssmb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun1-1/+1
2025-12-01cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane1-0/+4
2025-11-24cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis1-0/+2
2025-06-04smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong1-0/+2
2025-04-25cifs: fix integer overflow in match_server()Roman Smirnov1-0/+5
2025-03-22cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov1-2/+2
2025-03-22cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov1-1/+1
2025-03-22cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov1-2/+2
2025-03-22cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov1-2/+2
2025-03-22smb: client: fix regression with guest optionPaulo Alcantara1-0/+4
2024-12-09cifs: unlock on error in smb3_reconfigure()Dan Carpenter1-1/+3
2024-12-09cifs: during remount, make sure passwords are in syncShyam Prasad N1-9/+74
2024-11-01smb: client: Handle kstrdup failures for passwordsHenrique Carvalho1-0/+7
2024-05-25smb: client: negotiate compression algorithmsEnzo Matsumiya1-1/+1
2024-05-25smb: client: add support for WSL reparse pointsPaulo Alcantara1-2/+2
2024-05-25smb: client: introduce reparse mount optionPaulo Alcantara1-0/+35
2024-05-25cifs: new mount option called retransShyam Prasad N1-0/+6
2024-05-17smb3: fix broken reconnect when password changing on the server by allowing p...Steve French1-0/+21
2024-05-02cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata1-0/+12
2024-04-10smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara1-3/+3
2024-04-03cifs: allow changing password during remountSteve French1-5/+22
2024-03-01smb3: clarify mount warningSteve French1-1/+1
2024-02-23smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French1-0/+11
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
2023-08-16smb: client: fix null authScott Mayhew1-0/+4
2023-06-28smb: client: fix parsing of source mount optionPaulo Alcantara1-9/+50
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+1773