summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2026-06-27ksmbd: reject non-VALID session in compound request branchGil Portnoy
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-09ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev
2026-06-09ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...Sean Shen
2026-06-01ksmbd: fix durable reconnect error path file lifetimeJunyi Liu
2026-06-01smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when closeChenXiaoSong
2026-06-01ksmbd: validate SID in parent security descriptor during ACL inheritanceJunyi Liu
2026-06-01ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng
2026-06-01ksmbd: fix null pointer dereference in proc_show_files()Jeremy Laratro
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-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: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang
2026-05-23ksmbd: fix use-after-free in smb2_open during durable reconnectAkif
2026-05-23ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith
2026-05-14ksmbd: validate inherited ACE SID lengthShota Zaizen
2026-05-14ksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang
2026-04-27ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang
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-27ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito
2026-04-27ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito
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: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito
2026-04-27ksmbd: validate owner of durable handle on reconnectNamjae Jeon
2026-04-27ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon
2026-04-22smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_fl...Stefan Metzmacher
2026-04-22ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman
2026-04-22ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman
2026-04-22ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman
2026-03-29ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada
2026-03-25ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon
2026-03-22ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon
2026-03-22ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman
2026-03-22ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman
2026-03-22ksmbd: do not expire session on binding failureHyunwoo Kim
2026-03-17ksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim
2026-03-17ksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim
2026-03-17ksmbd: use volume UUID in FS_OBJECT_ID_INFORMATIONNamjae Jeon
2026-03-17ksmbd: unset conn->binding on failed binding requestNamjae Jeon
2026-03-17ksmbd: fix share_conf UAF in tree_conn disconnectNicholas Carlini
2026-03-08ksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum
2026-03-08smb: server: fix use-after-free in smb2_open()Marios Makassikis
2026-03-08ksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()Namjae Jeon
2026-03-08ksmbd: fix use-after-free by using call_rcu() for oplock_infoNamjae Jeon
2026-03-08ksmbd: fix use-after-free in proc_show_files due to early rcu_read_unlockAli Khaledi