summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
5 dayssmb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva2-8/+26
5 dayssmb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin1-0/+3
5 dayssmb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman1-8/+12
5 dayssmb: client: correctly handle ErrorContextData as a flexible arrayLiang Jie2-3/+3
2026-05-14smb: client: validate dacloffset before building DACL pointersMichael Bommarito1-3/+32
2026-05-14smb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel1-1/+1
2026-05-14smb/client: fix out-of-bounds read in symlink_data()Zisen Ye1-1/+2
2026-05-14smb/client: fix out-of-bounds read in smb2_compound_op()Zisen Ye1-4/+8
2026-05-14cifs: change_conf needs to be called for session setupShyam Prasad N1-0/+11
2026-05-14cifs: abort open_cached_dir if we don't request leasesShyam Prasad N1-0/+8
2026-05-07smb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-31/+85
2026-04-27smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
2026-04-27smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
2026-04-22smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman1-1/+1
2026-04-22fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover1-0/+4
2026-03-25smb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
2026-03-25cifs: open files should not hold ref on superblockShyam Prasad N5-13/+50
2026-03-25smb: client: Compare MACs in constant timeEric Biggers2-2/+5
2026-03-25smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
2026-03-25smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM1-1/+4
2026-03-25smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara3-15/+15
2026-03-25cifs: 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