summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
12 daysksmbd: use opener credentials for ADS I/ONamjae Jeon1-2/+9
12 daysksmbd: use opener credentials for delete-on-closeNamjae Jeon2-2/+9
12 daysksmbd: add per-handle permission check to FILE_LINK_INFORMATIONGil Portnoy1-0/+5
12 daysksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATIONGil Portnoy1-0/+6
12 daysksmbd: run set info with opener credentialsNamjae Jeon1-5/+3
12 daysksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITYGil Portnoy1-0/+3
12 daysksmbd: require source read access for duplicate extentsNamjae Jeon1-0/+4
12 daysksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellationDavide Ornaghi1-18/+16
12 daysksmbd: serialize QUERY_DIRECTORY requests per fileNamjae Jeon3-0/+7
12 daysksmbd: add a permission check for FSCTL_SET_ZERO_DATAGil Portnoy1-0/+6
12 daysksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILEGil Portnoy1-0/+11
12 daysksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCELGil Portnoy1-7/+7
2026-07-04ksmbd: fix out-of-bounds read in smb_check_perm_dacl()Hem Parekh1-1/+3
2026-06-27ksmbd: reject non-VALID session in compound request branchGil Portnoy1-0/+5
2026-06-19ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy1-0/+11
2026-06-19ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiersGil Portnoy1-3/+12
2026-06-09ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev1-4/+4
2026-06-09ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...Sean Shen1-0/+11
2026-06-01ksmbd: fix durable reconnect error path file lifetimeJunyi Liu1-2/+13
2026-06-01smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when closeChenXiaoSong1-4/+12
2026-06-01ksmbd: validate SID in parent security descriptor during ACL inheritanceJunyi Liu1-16/+50
2026-06-01ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng1-3/+9
2026-06-01ksmbd: fix null pointer dereference in compare_guid_key()Jeremy Laratro1-1/+5
2026-06-01ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang1-27/+77
2026-05-23ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
2026-05-23ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang1-0/+2
2026-05-23ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+9
2026-05-23ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
2026-05-23ksmbd: fix use-after-free in smb2_open during durable reconnectAkif1-8/+5
2026-05-23smb: move smb_version_values to common/smbglob.hZhangGuoDong4-51/+22
2026-05-23ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
2026-05-14ksmbd: validate inherited ACE SID lengthShota Zaizen1-14/+52
2026-05-14ksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang2-8/+39
2026-04-27ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang1-3/+2
2026-04-27ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani1-4/+12
2026-04-27ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani1-0/+2
2026-04-27ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito1-5/+23
2026-04-27ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito2-9/+13
2026-04-27smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
2026-04-27smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
2026-04-27ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito1-4/+13
2026-04-27ksmbd: validate owner of durable handle on reconnectNamjae Jeon6-15/+102
2026-04-27ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon1-11/+30
2026-04-22smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_fl...Stefan Metzmacher1-1/+7
2026-04-22ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman2-1/+2
2026-04-22ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman1-1/+2
2026-04-22ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman1-0/+5
2026-04-11ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada3-32/+134
2026-04-02ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman1-27/+45
2026-04-02ksmbd: do not expire session on binding failureHyunwoo Kim1-2/+8