aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
5 daysksmbd: reject undersized decompressed SMB2 requestsNamjae Jeon1-1/+2
5 daysksmbd: validate minimum PDU size for transform requestsNamjae Jeon1-5/+11
5 daysksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery1-5/+4
5 daysksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon1-3/+10
5 daysksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan1-1/+6
5 daysksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon1-6/+10
5 daysksmbd: enforce signing required by the sessionNamjae Jeon2-3/+10
5 daysksmbd: preserve VFS inherited POSIX ACL maskNamjae Jeon1-25/+1
10 daysMerge tag 'v7.2-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds5-32/+56
11 daysksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)1-0/+5
11 daysksmbd: lock the binding preauth session in smb3_preauth_hash_rspGil Portnoy1-10/+9
11 daysksmbd: remove stale channels from all sessions on teardownGil Portnoy1-14/+11
11 daysksmbd: fix stack buffer overflow in multichannel session-key copyGil Portnoy2-3/+3
11 daysksmbd: fix memory leak of xattr_stream_name in smb2_rename()Gil Portnoy1-2/+1
11 daysksmbd: zero the smb2_read alignment tail to avoid an infoleakGil Portnoy1-0/+9
11 daysksmbd: pin conn during async oplock break notificationQihang1-2/+4
11 daysksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov1-1/+14
2026-07-13smb/client: refresh allocation after EOF-extending fallocateHuiwen He1-4/+0
2026-07-06ksmbd: use the session dialect for rejected binding signaturesNamjae Jeon2-5/+21
2026-07-06ksmbd: mark rejected cross-dialect bindings as signedNamjae Jeon1-1/+3
2026-07-06ksmbd: sign rejected SMB2.1 session binding responsesNamjae Jeon1-2/+16
2026-07-06ksmbd: handle channel binding with a different userNamjae Jeon2-3/+16
2026-07-06ksmbd: find bound sessions during reauthenticationNamjae Jeon1-0/+7
2026-07-06ksmbd: mark invalid session responses as signedNamjae Jeon1-0/+6
2026-07-06smb/server: map SET_INFO ENOSPC to disk fullHuiwen He1-0/+2
2026-07-06ksmbd: coalesce sub-15ms write time updates on closeNamjae Jeon2-0/+8
2026-07-06ksmbd: fix multichannel binding and enforce channel limitNamjae Jeon5-75/+126
2026-07-06ksmbd: validate SID namespace before mapping IDsNamjae Jeon1-4/+17
2026-06-30ksmbd: fix app-instance durable supersede session UAFNamjae Jeon1-6/+13
2026-06-30ksmbd: snapshot previous oplock state before durable checksNamjae Jeon1-11/+32
2026-06-30ksmbd: close superseded durable handles through refcount handoffGil Portnoy1-5/+20
2026-06-30ksmbd: fix use-after-free of fp->owner.name in durable handle owner checkGil Portnoy1-8/+21
2026-06-30smb/server: do not require delete access for non-replacing linksChenXiaoSong1-6/+8
2026-06-30ksmbd: don't hold ci->m_lock while waiting for a lease break ackNamjae Jeon1-6/+60
2026-06-30ksmbd: annotate oplock list traversals under m_lockRunyu Xiao1-2/+4
2026-06-30ksmbd: fix outstanding credit leak on abort and error pathsNamjae Jeon4-3/+28
2026-06-30ksmbd: fix credit charge calculation for SMB2 QUERY_INFONamjae Jeon1-2/+7
2026-06-30ksmbd: avoid zeroing the read buffer in smb2_read()Namjae Jeon1-1/+1
2026-06-30ksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li1-1/+7
2026-06-30ksmbd: reject undersized DACLs before parsing ACEsHaofeng Li1-1/+6
2026-06-30ksmbd: fix n.data memory leak in ksmbd_vfs_set_dos_attrib_xattrQiang Liu1-2/+3
2026-06-30ksmbd: Fix acl.sd_buf memory leak and invalid sd_size error handlingQiang Liu1-4/+3
2026-06-30ksmbd: fix sd_ndr.data memory leak in ksmbd_vfs_set_sd_xattrQiang Liu1-1/+1
2026-06-23ksmbd: fix kernel-doc warnings in smb2_lease_break_noti()Namjae Jeon1-0/+2
2026-06-23ksmbd: fix inconsistent indenting warningsNamjae Jeon1-6/+6
2026-06-23ksmbd: validate NTLMv2 response before updating session keyHaofeng Li1-4/+16
2026-06-22ksmbd: increase SMB3_DEFAULT_TRANS_SIZE from 1MB to 4MBNamjae Jeon1-1/+1
2026-06-22ksmbd: fix UBSAN array-index-out-of-bounds in decode_compress_ctxt()Namjae Jeon1-1/+9
2026-06-22ksmbd: sleep interruptibly in the durable handle scavengerNamjae Jeon1-2/+2
2026-06-22ksmbd: start file id allocation at 1Namjae Jeon2-2/+8