summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
6 daysksmbd: harden file lifetime during session teardownDaeMyung Kang
2026-08-23ksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon
2026-08-23ksmbd: conn lock to serialize smb2 negotiateNamjae Jeon
2026-08-23ksmbd: validate minimum PDU size for transform requestsNamjae Jeon
2026-08-23smb/server: fix minimum SMB2 PDU sizeChenXiaoSong
2026-08-23smb/server: fix minimum SMB1 PDU sizeChenXiaoSong
2026-08-23ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon
2026-08-23smb/server: rename include guard in smb_common.hChenXiaoSong
2026-08-23smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong
2026-08-23smb: move smb_version_values to common/smbglob.hZhangGuoDong
2026-08-19smb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai
2026-08-09ksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon
2026-08-09ksmbd: return success for deferred final closeNamjae Jeon
2026-08-09smb: client: fix buffer leaks in SMB1 read and writeDawei Feng
2026-08-03ksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon
2026-08-03ksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon
2026-08-03ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan
2026-08-03ksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li
2026-08-03ksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery
2026-08-03smb: client: validate DFS referral PathConsumedYichong Chen
2026-08-03ksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)
2026-08-03ksmbd: pin conn during async oplock break notificationQihang
2026-08-03smb/client: handle overlapping allocated ranges in fallocateHuiwen He
2026-07-24ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fdGil Portnoy
2026-07-24ksmbd: track the connection owning a byte-range lockNamjae Jeon
2026-07-24ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang
2026-07-24ksmbd: use opener credentials for FSCTL mutationsNamjae Jeon
2026-07-24smb: client: resolve SWN tcon from live registrationsMichael Bommarito
2026-07-24smb: client: Improve unlocking of a mutex in cifs_get_swn_reg()Markus Elfring
2026-07-24ksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov
2026-07-24smb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover
2026-07-24cifs: invalidate cfid on unlink/rename/rmdirShyam Prasad N
2026-07-24smb: client: fix overflow in passthrough ioctl bounds checkGuangshuo Li
2026-07-24cifs: validate DFS referral string offsetsGuangshuo Li
2026-07-24ksmbd: fix use-after-free of fp->owner.name in durable handle owner checkGil Portnoy
2026-07-24smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong
2026-07-24ksmbd: reject undersized DACLs before parsing ACEsHaofeng Li
2026-07-24smb/client: preserve errors from smb2_set_sparse()Huiwen He
2026-07-24ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATEGil Portnoy
2026-07-24ksmbd: fix use-after-free in same_client_has_lease()Guangshuo Li
2026-07-24smb/client: always return a value for FS_IOC_GETFLAGSHuiwen He
2026-07-24cifs: remove all cifs files before kill superJian Zhang
2026-07-24smb/server: do not require delete access for non-replacing linksChenXiaoSong
2026-07-24smb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto
2026-07-24smb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey
2026-07-24smb: client: harden POSIX SID length parsingZihan Xi
2026-07-24smb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi
2026-07-24smb: client: Fix next buffer leak in receive_encrypted_standard()Haoxiang Li
2026-07-24smb: client: fix double-free in SMB2_close() replayHenrique Carvalho
2026-07-24smb: client: fix double-free in SMB2_open() replayHenrique Carvalho