summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
3 daysksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim1-1/+5
3 daysksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
3 daysksmbd: use volume UUID in FS_OBJECT_ID_INFORMATIONNamjae Jeon1-4/+4
3 daysksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
3 daysksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum1-20/+2
3 daysksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
3 daysksmbd: Compare MACs in constant timeEric Biggers3-3/+7
3 daysksmbd: fix use-after-free by using call_rcu() for oplock_infoNamjae Jeon2-10/+24
3 dayssmb: server: fix use-after-free in smb2_open()Marios Makassikis1-3/+2
3 daysksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()Namjae Jeon1-2/+4
3 dayssmb/server: Fix another refcount leak in smb2_open()Guenter Roeck1-1/+2
2026-03-13ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon3-1/+17
2026-03-13ksmbd: check return value of xa_store() in krb5_authenticateNamjae Jeon1-2/+7
2026-02-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-16ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
2026-02-11smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong1-0/+1
2026-02-11smb/server: fix refcount leak in smb2_open()ZhangGuoDong1-1/+1
2026-02-11smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
2026-02-06ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier1-8/+7
2026-01-08ksmbd: Fix memory leak in get_file_all_info()Zilin Guan1-1/+3
2026-01-08ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon1-2/+2
2026-01-08ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon1-1/+3
2026-01-08ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
2026-01-08ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao1-26/+62
2026-01-08ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon3-18/+4
2026-01-08smb/server: fix return value of smb2_ioctl()ChenXiaoSong1-3/+6
2025-12-12ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao1-2/+5
2025-11-24ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers1-1/+4
2025-11-24smb/server: fix possible refcount leak in smb2_sess_setup()ZhangGuoDong1-0/+1
2025-11-24smb/server: fix possible memory leak in smb2_read()ZhangGuoDong1-0/+1
2025-11-13ksmbd: 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-29smb: server: let smb_direct_flush_send_list() invalidate a remote key firstStefan Metzmacher1-4/+7
2025-10-23ksmbd: fix recursive locking in RPC handle list accessMarios Makassikis3-6/+22
2025-10-15ksmbd: 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-15ksmbd: Fix race condition in RPC handle list accessYunseong Kim1-9/+17
2025-10-15smb: server: fix IRD/ORD negotiation with the clientStefan Metzmacher1-14/+85
2025-10-02smb: server: use disable_work_sync in transport_rdma.cStefan Metzmacher1-3/+3
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
2025-08-28ksmbd: fix refcount leak causing resource not releasedZiyan Xu1-3/+10
2025-08-20smb/server: avoid deadlock when linking with ReplaceIfExistsNeilBrown1-12/+4
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