summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
2026-07-24ksmbd: track the connection owning a byte-range lockNamjae Jeon3-6/+17
2026-07-24ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang4-5/+69
2026-07-24ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+1
2026-07-24ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman2-1/+2
2026-07-24ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon1-3/+5
2026-07-24smb: move smb_version_values to common/smbglob.hZhangGuoDong4-49/+20
2026-07-24smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong1-13/+1
2026-07-24ksmbd: use opener credentials for FSCTL mutationsNamjae Jeon2-7/+16
2026-07-24ksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov1-1/+14
2026-07-24ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATEGil Portnoy1-4/+7
2026-07-24ksmbd: fix use-after-free in same_client_has_lease()Guangshuo Li1-0/+6
2026-07-24smb/server: do not require delete access for non-replacing linksChenXiaoSong1-6/+8
2026-07-24ksmbd: add per-handle permission check to FILE_LINK_INFORMATIONGil Portnoy1-0/+5
2026-07-24ksmbd: run set info with opener credentialsNamjae Jeon1-5/+3
2026-07-24ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITYGil Portnoy1-0/+3
2026-07-24ksmbd: require source read access for duplicate extentsNamjae Jeon1-0/+4
2026-07-24ksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellationDavide Ornaghi1-18/+16
2026-07-24ksmbd: serialize QUERY_DIRECTORY requests per fileNamjae Jeon3-0/+7
2026-07-24ksmbd: add a permission check for FSCTL_SET_ZERO_DATAGil Portnoy1-0/+6
2026-07-24ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILEGil Portnoy1-0/+11
2026-07-24ksmbd: 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-07-04ksmbd: reject non-VALID session in compound request branchGil Portnoy1-0/+5
2026-06-19ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev1-4/+4
2026-06-19ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito1-4/+13
2026-06-19ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy1-0/+11
2026-06-01ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
2026-06-01ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
2026-06-01ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
2026-06-01ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani1-4/+12
2026-06-01ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani1-0/+2
2026-06-01smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
2026-06-01smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
2026-06-01ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman1-1/+2
2026-06-01ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman1-0/+5
2026-04-11ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon1-1/+14
2026-04-11ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman1-9/+18
2026-04-11ksmbd: do not expire session on binding failureHyunwoo Kim1-2/+8
2026-04-11ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon1-8/+12
2026-03-25ksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
2026-03-25ksmbd: Compare MACs in constant timeEric Biggers2-3/+6
2026-03-25ksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum1-20/+2
2026-03-25ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
2026-03-25ksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
2026-03-25smb: server: fix use-after-free in smb2_open()Marios Makassikis1-3/+2
2026-02-19ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
2026-02-19smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-19ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
2026-02-11smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
2026-02-06ksmbd: fix recursive locking in RPC handle list accessMarios Makassikis3-6/+22