summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
2026-08-09ksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon3-15/+37
2026-08-09ksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon1-0/+2
2026-08-09ksmbd: return success for deferred final closeNamjae Jeon1-1/+3
2026-08-03ksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon1-3/+10
2026-08-03ksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon1-6/+10
2026-08-03ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan1-1/+6
2026-08-03ksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li1-1/+7
2026-08-03ksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery1-5/+4
2026-08-03ksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)1-0/+5
2026-08-03ksmbd: pin conn during async oplock break notificationQihang1-2/+4
2026-07-24ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fdGil Portnoy1-3/+9
2026-07-24ksmbd: validate NTLMv2 response before updating session keyHaofeng Li1-4/+16
2026-07-24ksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers5-165/+27
2026-07-24ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers8-176/+52
2026-07-24ksmbd: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers5-48/+8
2026-07-24ksmbd: track the connection owning a byte-range lockNamjae Jeon3-8/+26
2026-07-24ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang5-30/+156
2026-07-24ksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi3-40/+32
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 fp->owner.name in durable handle owner checkGil Portnoy1-8/+21
2026-07-24ksmbd: reject undersized DACLs before parsing ACEsHaofeng Li1-1/+6
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-18ksmbd: use opener credentials for ADS I/ONamjae Jeon1-2/+9
2026-07-18ksmbd: use opener credentials for delete-on-closeNamjae Jeon2-2/+9
2026-07-18ksmbd: add per-handle permission check to FILE_LINK_INFORMATIONGil Portnoy1-0/+5
2026-07-18ksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATIONGil Portnoy1-0/+6
2026-07-18ksmbd: run set info with opener credentialsNamjae Jeon1-5/+3
2026-07-18ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITYGil Portnoy1-0/+3
2026-07-18ksmbd: require source read access for duplicate extentsNamjae Jeon1-0/+4
2026-07-18ksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellationDavide Ornaghi1-18/+16
2026-07-18ksmbd: serialize QUERY_DIRECTORY requests per fileNamjae Jeon3-0/+7
2026-07-18ksmbd: add a permission check for FSCTL_SET_ZERO_DATAGil Portnoy1-0/+6
2026-07-18ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILEGil Portnoy1-0/+11
2026-07-18ksmbd: 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