summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
11 daysksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon3-15/+37
11 daysksmbd: conn lock to serialize smb2 negotiateNamjae Jeon1-0/+2
11 daysksmbd: validate minimum PDU size for transform requestsNamjae Jeon1-5/+11
11 dayssmb/server: fix minimum SMB2 PDU sizeChenXiaoSong1-2/+2
11 dayssmb/server: fix minimum SMB1 PDU sizeChenXiaoSong1-2/+3
11 daysksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon7-54/+54
11 dayssmb/server: rename include guard in smb_common.hChenXiaoSong1-3/+3
11 daysksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan1-1/+6
11 daysksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li1-1/+7
11 daysksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng1-3/+9
2026-08-19smb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai1-1/+1
2026-08-19ksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon1-0/+2
2026-08-19ksmbd: return success for deferred final closeNamjae Jeon1-1/+3
2026-08-19smb: client: fix buffer leaks in SMB1 read and writeDawei Feng1-3/+9
2026-08-19ksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery1-5/+4
2026-08-19smb: client: validate DFS referral PathConsumedYichong Chen1-9/+25
2026-08-19ksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)1-0/+5
2026-08-19smb/client: handle overlapping allocated ranges in fallocateHuiwen He1-7/+18
2026-07-24cifs: fix lock ordering while disabling multichannelShyam Prasad N1-9/+13
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.hZhangGuoDong6-70/+51
2026-07-24smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong3-31/+32
2026-07-24ksmbd: use opener credentials for FSCTL mutationsNamjae Jeon2-7/+16
2026-07-24smb: client: resolve SWN tcon from live registrationsMichael Bommarito2-54/+262
2026-07-24cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells13-35/+151
2026-07-24cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells3-0/+18
2026-07-24cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N1-8/+12
2026-07-24cifs: handle when server stops supporting multichannelShyam Prasad N6-11/+145
2026-07-24ksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov1-1/+14
2026-07-24smb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover1-2/+2
2026-07-24smb: client: fix overflow in passthrough ioctl bounds checkGuangshuo Li1-2/+2
2026-07-24cifs: validate DFS referral string offsetsGuangshuo Li1-0/+8
2026-07-24smb/client: preserve errors from smb2_set_sparse()Huiwen He1-15/+15
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/client: always return a value for FS_IOC_GETFLAGSHuiwen He1-7/+5
2026-07-24cifs: remove all cifs files before kill superJian Zhang1-0/+3
2026-07-24smb/server: do not require delete access for non-replacing linksChenXiaoSong1-6/+8
2026-07-24smb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto1-9/+25
2026-07-24smb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey1-1/+1
2026-07-24smb: client: harden POSIX SID length parsingZihan Xi1-1/+1
2026-07-24smb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3
2026-07-24smb: client: Fix next buffer leak in receive_encrypted_standard()Haoxiang Li1-4/+6
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