summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
4 dayssmb: client: Compare MACs in constant timeEric Biggers2-2/+5
4 dayscifs: open files should not hold ref on superblockShyam Prasad N4-14/+48
4 dayssmb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
4 dayssmb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
4 dayssmb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara3-15/+15
4 dayssmb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
4 dayssmb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
2026-03-04smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho1-0/+2
2026-03-04smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher1-2/+17
2026-03-04smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara1-0/+2
2026-02-19smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2026-02-19smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho1-4/+4
2026-02-11smb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
2026-01-17smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
2026-01-17smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
2026-01-17smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
2026-01-11smb: 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