summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2026-07-04ksmbd: fix out-of-bounds read in smb_check_perm_dacl()Hem Parekh
2026-07-04ksmbd: reject non-VALID session in compound request branchGil Portnoy
2026-06-19ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada
2026-06-19ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy
2026-06-19ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiersGil Portnoy
2026-06-19ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev
2026-06-19ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...Sean Shen
2026-06-01smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when closeChenXiaoSong
2026-06-01ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng
2026-06-01ksmbd: fix null pointer dereference in compare_guid_key()Jeremy Laratro
2026-06-01ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang
2026-06-01ksmbd: validate owner of durable handle on reconnectNamjae Jeon
2026-06-01ksmbd: add durable scavenger timerNamjae Jeon
2026-06-01ksmbd: avoid reclaiming expired durable opens by the clientNamjae Jeon
2026-05-23ksmbd: validate inherited ACE SID lengthShota Zaizen
2026-05-23ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito
2026-05-23ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim
2026-05-23ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang
2026-05-23ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang
2026-05-23ksmbd: add support for supplementary groupsNamjae Jeon
2026-05-23ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()Thorsten Blum
2026-05-23ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang
2026-05-23ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith
2026-05-17ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon
2026-05-17ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang
2026-05-17ksmbd: replace connection list with hash tableNamjae Jeon
2026-05-17ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon
2026-05-17ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito
2026-05-17smb: common: change the data type of num_aces to le16Namjae Jeon
2026-05-17smb: move some duplicate definitions to common/smbacl.hChenXiaoSong
2026-04-27ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani
2026-04-27ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani
2026-04-27smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang
2026-04-27smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito
2026-04-27ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman
2026-04-27ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman
2026-04-27ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman
2026-04-02ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman
2026-04-02ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman
2026-04-02ksmbd: do not expire session on binding failureHyunwoo Kim
2026-04-02ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon
2026-04-02ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon
2026-03-25ksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim
2026-03-25ksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim
2026-03-25ksmbd: unset conn->binding on failed binding requestNamjae Jeon
2026-03-25ksmbd: Compare MACs in constant timeEric Biggers
2026-03-25ksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum
2026-03-25ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin
2026-03-25ksmbd: fix use-after-free by using call_rcu() for oplock_infoNamjae Jeon
2026-03-25smb: server: fix use-after-free in smb2_open()Marios Makassikis