summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
4 dayssmb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
4 dayssmb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
4 dayssmb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
10 dayssmb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun1-1/+1
2025-12-07smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara1-0/+1
2025-12-07cifs: fix typo in enable_gcm_256 module parameterSteve French1-1/+1
2025-12-07smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu1-0/+2
2025-12-07smb: client: validate change notify buffer before copyJoshua Rogers1-2/+5
2025-12-07smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-10-29cifs: parse_dfs_referrals: prevent oob on malformed inputEugene Korenevsky1-0/+17
2025-10-29smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu2-6/+8
2025-09-25smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher1-1/+3
2025-09-09cifs: prevent NULL pointer dereference in UTF16 conversionMakar Semyonov1-0/+3
2025-09-04smb3 client: fix return code mapping of remap_file_rangeSteve French1-0/+14
2025-09-04fs/smb: Fix inconsistent refcnt updateShuhao Fu1-2/+5
2025-09-04smb: client: fix race with concurrent opens in rename(2)Paulo Alcantara1-0/+18
2025-09-04smb: client: fix race with concurrent opens in unlink(2)Paulo Alcantara1-2/+14
2025-08-28cifs: reset iface weights when we cannot find a candidateShyam Prasad N1-0/+9
2025-08-28cifs: Fix calling CIFSFindFirst() for root path without msearchPali Rohár1-0/+10
2025-08-28smb: client: remove redundant lstrp update in negotiate protocolWang Zhaolong1-1/+0
2025-08-28smb3: fix for slab out of bounds on mount to ksmbdSteve French1-1/+10
2025-08-15smb: client: let recv_done() cleanup before notifying the callers.Stefan Metzmacher1-6/+8
2025-07-24smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong1-1/+9
2025-07-24smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong1-1/+6
2025-07-10smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong2-3/+5
2025-07-06cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár1-0/+8
2025-07-06cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár4-3/+6
2025-06-27smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-27smb: improve directory cache reuse for readdir operationsBharath SM2-17/+19
2025-06-27cifs: reset connections for all channels when reconnect requestedShyam Prasad N1-0/+7
2025-06-04smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong1-0/+3
2025-06-04smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong1-2/+2
2025-06-04cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár3-6/+19
2025-06-04cifs: Fix negotiate retry functionalityPali Rohár3-10/+10
2025-06-04cifs: Fix querying and creating MF symlinks over SMB1Pali Rohár1-4/+4
2025-06-04cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTESPali Rohár1-1/+10
2025-05-22smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson1-1/+1
2025-04-25cifs: use origin fullpath for automountsPaulo Alcantara3-8/+68
2025-04-25smb3 client: fix open hardlink on deferred close file errorChunjie Zhu2-0/+30
2025-04-25cifs: fix integer overflow in match_server()Roman Smirnov1-0/+5
2025-04-25cifs: avoid NULL pointer dereference in dbg callAlexandra Diupina1-4/+5
2025-04-25smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French1-0/+2
2025-03-28smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara1-1/+5
2025-03-28smb: client: Fix match_session bug preventing session reuseHenrique Carvalho1-4/+12
2025-03-28smb3: add support for IAKerbSteve French5-3/+12
2025-03-28cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov1-2/+2
2025-03-28cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov1-1/+1
2025-03-28cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov1-2/+2
2025-03-28cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov1-2/+2
2025-03-28smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara1-1/+1