summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
38 hoursksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon1-1/+14
38 hoursksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman1-9/+18
38 hoursksmbd: do not expire session on binding failureHyunwoo Kim1-2/+8
38 hoursksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon1-8/+12
2026-03-25ksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
2026-03-25ksmbd: Compare MACs in constant timeEric Biggers2-3/+6
2026-03-25smb: client: Compare MACs in constant timeEric Biggers2-2/+5
2026-03-25cifs: open files should not hold ref on superblockShyam Prasad N4-14/+48
2026-03-25ksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum1-20/+2
2026-03-25ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
2026-03-25ksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
2026-03-25smb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
2026-03-25smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
2026-03-25smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara3-15/+15
2026-03-25smb: server: fix use-after-free in smb2_open()Marios Makassikis1-3/+2
2026-03-25smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
2026-03-25smb: 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