summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
34 hoursksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
34 hoursksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
34 hoursksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
34 hoursksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani1-4/+12
34 hoursksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani1-0/+2
34 hourssmb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
34 hourssmb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
34 hoursksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman1-1/+2
34 hoursksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman1-0/+5
2026-04-11ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon1-1/+14
2026-04-11ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman1-9/+18
2026-04-11ksmbd: do not expire session on binding failureHyunwoo Kim1-2/+8
2026-04-11ksmbd: 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-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: server: fix use-after-free in smb2_open()Marios Makassikis1-3/+2
2026-02-19ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
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-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-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-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-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-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-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-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-08-28smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher3-3/+9
2025-08-28ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon2-4/+29