summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
4 dayssmb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
4 dayscifs: open files should not hold ref on superblockShyam Prasad N5-13/+50
4 dayssmb: client: Compare MACs in constant timeEric Biggers2-2/+5
4 dayssmb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
4 dayssmb: client: fix in-place encryption corruption in SMB2_write()Bharath SM1-1/+4
4 dayssmb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara3-15/+15
4 dayscifs: make default value of retrans as zeroShyam Prasad N1-1/+1
2026-03-13smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong1-1/+1
2026-03-13smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong1-2/+2
2026-03-13smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
2026-03-13smb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
2026-03-13smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho1-11/+10
2026-03-04cifs: some missing initializations on replayShyam Prasad N2-0/+3
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N5-10/+11
2026-03-04smb: client: prevent races in ->query_interfaces()Henrique Carvalho1-11/+8
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-16smb: 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-08cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2025-12-18cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2David Howells1-1/+1
2025-12-12smb: 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-01smb: client: fix incomplete backport in cfids_invalidation_worker()Henrique Carvalho1-1/+1
2025-12-01cifs: fix typo in enable_gcm_256 module parameterSteve French1-1/+1
2025-12-01cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane1-0/+4
2025-12-01smb: client: introduce close_cached_dir_locked()Henrique Carvalho1-3/+38
2025-11-24smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho1-1/+1
2025-11-24cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis1-0/+2
2025-11-24smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu1-0/+2
2025-11-13smb: client: fix potential UAF in smb2_close_cached_fid()Henrique Carvalho1-7/+9
2025-11-13smb: client: validate change notify buffer before copyJoshua Rogers1-2/+5
2025-11-13smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-11-13smb: client: fix potential cfid UAF in smb2_query_info_compoundHenrique Carvalho1-1/+2
2025-10-29cifs: Fix TCP_Server_Info::credits to be signedDavid Howells1-1/+1
2025-10-23cifs: parse_dfs_referrals: prevent oob on malformed inputEugene Korenevsky1-0/+17
2025-10-23smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu2-6/+8
2025-10-19cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse pointsPali Rohár1-2/+60
2025-10-19smb: client: fix missing timestamp updates after utime(2)Paulo Alcantara1-10/+12
2025-10-19cifs: Fix copy_to_iter return value checkFushuai Wang1-5/+5
2025-10-15smb: client: fix crypto buffers in non-linear memoryEnzo Matsumiya1-11/+6
2025-10-02smb: client: fix wrong index reference in smb2_compound_op()Sang-Heon Jeon1-1/+1
2025-09-25smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher1-1/+3
2025-09-25smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credi...Stefan Metzmacher1-0/+3
2025-09-25smb: client: fix filename matching of deferred filesPaulo Alcantara3-27/+21
2025-09-09cifs: prevent NULL pointer dereference in UTF16 conversionMakar Semyonov1-0/+3