summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
3 dayssmb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
3 dayssmb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
3 dayssmb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
9 daysksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon1-0/+16
9 daysksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon1-2/+2
9 daysksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon1-1/+3
9 daysksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
9 daysksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon3-18/+4
9 dayssmb/server: fix return value of smb2_ioctl()ChenXiaoSong1-3/+6
9 dayssmb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun1-1/+1
9 daysksmbd: 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
2025-10-29smb: server: let smb_direct_flush_send_list() invalidate a remote key firstStefan Metzmacher1-4/+7
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-10-19ksmbd: add max ip connections parameterNamjae Jeon4-13/+23
2025-10-15ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev1-1/+2
2025-10-15smb: server: fix IRD/ORD negotiation with the clientStefan Metzmacher1-14/+85
2025-10-02smb: server: don't use delayed_work for post_recv_credits_workStefan Metzmacher1-10/+8
2025-09-25smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher1-1/+3
2025-09-25ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_sizeStefan Metzmacher1-1/+10
2025-09-25ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_da...Namjae Jeon1-8/+9
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-28smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher3-3/+9
2025-08-28cifs: reset iface weights when we cannot find a candidateShyam Prasad N1-0/+9
2025-08-28ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon2-4/+29
2025-08-28cifs: Fix calling CIFSFindFirst() for root path without msearchPali Rohár1-0/+10
2025-08-28smb/server: avoid deadlock when linking with ReplaceIfExistsNeilBrown1-12/+4
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: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum1-1/+1
2025-08-15ksmbd: limit repeated connections from clients with the same IPNamjae Jeon2-0/+18
2025-08-15ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon1-1/+2
2025-08-15ksmbd: fix Preauh_HashValue race conditionNamjae Jeon1-4/+0
2025-08-15ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon1-2/+16