summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
4 daysksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
4 daysksmbd: Compare MACs in constant timeEric Biggers2-3/+6
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 daysksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum1-20/+2
4 daysksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
4 daysksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
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: server: fix use-after-free in smb2_open()Marios Makassikis1-3/+2
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-19ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
2026-02-19smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2026-02-19smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-19ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
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-02-11smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
2026-02-06ksmbd: fix recursive locking in RPC handle list accessMarios Makassikis3-6/+22
2026-02-06ksmbd: Fix race condition in RPC handle list accessYunseong Kim1-9/+17
2026-02-06ksmbd: fix use-after-free in ksmbd_session_rpc_openNamjae Jeon2-6/+15
2026-02-06ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier1-8/+7
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-11ksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon1-0/+16
2026-01-11ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon1-2/+2
2026-01-11ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon1-1/+3
2026-01-11ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
2026-01-11ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon3-18/+4
2026-01-11smb/server: fix return value of smb2_ioctl()ChenXiaoSong1-3/+6
2026-01-11smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun1-1/+1
2026-01-11ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao1-2/+5
2025-12-07ksmbd: fix use-after-free in session logoffSean Heelan1-4/+0
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-07ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers1-1/+4
2025-12-07smb/server: fix possible refcount leak in smb2_sess_setup()ZhangGuoDong1-0/+1
2025-12-07smb/server: fix possible memory leak in smb2_read()ZhangGuoDong1-0/+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-12-07ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon1-3/+4
2025-10-29ksmbd: transport_ipc: validate payload size before reading handleQianchang Zhao1-1/+7
2025-10-29ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon6-38/+41