summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2025-08-28smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher
2025-08-28ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon
2025-08-28ksmbd: fix refcount leak causing resource not releasedZiyan Xu
2025-08-20smb/server: avoid deadlock when linking with ReplaceIfExistsNeilBrown
2025-08-15smb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum
2025-08-15ksmbd: limit repeated connections from clients with the same IPNamjae Jeon
2025-08-15ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon
2025-08-15ksmbd: fix Preauh_HashValue race conditionNamjae Jeon
2025-08-15ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon
2025-08-15smb: server: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher
2025-08-15smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...Stefan Metzmacher
2025-08-15smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher
2025-08-15smb: server: remove separate empty_recvmsg_queueStefan Metzmacher
2025-07-17ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon
2025-07-17ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro
2025-07-17smb: server: make use of rdma_destroy_qp()Stefan Metzmacher
2025-07-06ksmbd: provide zero as a unique ID to the Mac clientNamjae Jeon
2025-07-06ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten...Namjae Jeon
2025-06-27ksmbd: add free_transport ops in ksmbd connectionNamjae Jeon
2025-06-27ksmbd: fix null pointer dereference in destroy_previous_sessionNamjae Jeon
2025-06-04ksmbd: use list_first_entry_or_null for opinfo_get_list()Namjae Jeon
2025-05-29ksmbd: fix stream write failureNamjae Jeon
2025-05-29smb: server: smb2pdu: check return value of xa_store()Salah Triki
2025-05-18ksmbd: fix memory leak in parse_lease_state()Wang Zhaolong
2025-05-18ksmbd: Fix UAF in __close_file_table_idsSean Heelan
2025-05-18ksmbd: prevent out-of-bounds stream writes by validating *posNorbert Szetei
2025-05-18ksmbd: prevent rename with empty stringNamjae Jeon
2025-05-09ksmbd: fix use-after-free in session logoffSean Heelan
2025-05-09ksmbd: fix use-after-free in kerberos authenticationSean Heelan
2025-05-09ksmbd: fix use-after-free in ksmbd_session_rpc_openNamjae Jeon
2025-05-02ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"Namjae Jeon
2025-05-02ksmbd: fix use-after-free in __smb2_lease_break_noti()Namjae Jeon
2025-05-02ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon
2025-05-02ksmbd: add netdev-up/down event debug printNamjae Jeon
2025-05-02ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon
2025-04-25ksmbd: fix the warning from __kernel_write_iterNamjae Jeon
2025-04-25ksmbd: Prevent integer overflow in calculation of deadtimeDenis Arefev
2025-04-25ksmbd: fix use-after-free in smb_break_all_levII_oplock()Namjae Jeon
2025-04-25ksmbd: Fix dangling pointer in krb_authenticateSean Heelan
2025-04-10ksmbd: fix null pointer dereference in alloc_preauth_hash()Namjae Jeon
2025-04-10ksmbd: validate zero num_subauth before sub_auth is accessedNorbert Szetei
2025-04-10ksmbd: fix overflow in dacloffset bounds checkNorbert Szetei
2025-04-10ksmbd: fix session use-after-free in multichannel connectionNamjae Jeon
2025-04-10ksmbd: fix use-after-free in ksmbd_sessions_deregister()Namjae Jeon
2025-04-10ksmbd: add bounds check for create lease contextNorbert Szetei
2025-04-10ksmbd: add bounds check for durable handle contextNamjae Jeon
2025-04-10smb: common: change the data type of num_aces to le16Namjae Jeon
2025-04-10ksmbd: fix r_count dec/increment mismatchNamjae Jeon
2025-04-10ksmbd: fix multichannel connection failureNamjae Jeon
2025-04-10ksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin