summaryrefslogtreecommitdiff
path: root/fs/ksmbd
AgeCommit message (Expand)AuthorFilesLines
2026-07-24ksmbd: track the connection owning a byte-range lockNamjae Jeon3-6/+17
2026-07-24ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang4-5/+69
2026-07-24ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+1
2026-07-24ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman2-1/+2
2026-07-24ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon1-3/+5
2026-07-24ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATEGil Portnoy1-4/+7
2026-07-24ksmbd: fix use-after-free in same_client_has_lease()Guangshuo Li1-0/+6
2026-07-24ksmbd: fix out-of-bounds read in smb_check_perm_dacl()Hem Parekh1-1/+3
2026-07-04ksmbd: reject non-VALID session in compound request branchGil Portnoy1-0/+5
2026-06-19ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev1-4/+4
2026-06-19ksmbd: Compare MACs in constant timeEric Biggers2-3/+6
2026-06-19ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito1-4/+13
2026-06-19smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
2026-06-19smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
2026-06-01ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
2026-06-01ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
2026-06-01ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
2026-06-01ksmbd: do not expire session on binding failureHyunwoo Kim1-2/+8
2026-06-01ksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
2026-04-18ksmbd: Fix dangling pointer in krb_authenticateSean Heelan1-1/+3
2026-04-18ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon1-1/+3
2026-04-18ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon1-8/+12
2026-04-18ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon1-1/+14
2026-04-18ksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
2026-04-18ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon1-2/+16
2026-04-18ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
2026-04-18ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
2026-02-19smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-11smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
2026-02-06ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon3-18/+4
2026-02-06ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier1-8/+7
2025-10-19ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev1-1/+2
2025-10-02ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_da...Namjae Jeon1-8/+9
2025-08-28smb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum1-1/+1
2025-08-28smb/server: avoid deadlock when linking with ReplaceIfExistsNeilBrown1-12/+4
2025-08-28smb: server: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher1-5/+7
2025-08-28smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...Stefan Metzmacher1-5/+13
2025-08-28smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher1-2/+9
2025-08-28smb: server: remove separate empty_recvmsg_queueStefan Metzmacher1-52/+8
2025-07-17ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro1-0/+1
2025-07-17smb: server: make use of rdma_destroy_qp()Stefan Metzmacher1-2/+3
2025-07-10ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten...Namjae Jeon1-26/+27
2025-05-02ksmbd: Prevent integer overflow in calculation of deadtimeDenis Arefev1-1/+6
2025-05-02smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong2-2/+2
2025-05-02ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-28/+41
2025-04-10ksmbd: fix incorrect validation for num_aces field of smb_aclNamjae Jeon1-1/+4
2025-04-10ksmbd: fix multichannel connection failureNamjae Jeon3-8/+22
2025-04-10ksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin1-1/+1
2025-03-13ksmbd: fix integer overflows on 32 bit systemsDan Carpenter1-0/+9
2025-01-23ksmbd: fix a missing return value check bugWentao Liang1-0/+3