summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
8 dayscifs: add fscache_resize_cookie() to cifs_setsize()Frank Sorenson1-0/+1
8 daysksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon3-15/+37
8 daysksmbd: use memcmp() to compare ClientGUIDsNamjae Jeon1-2/+2
8 daysksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon1-0/+2
8 daysksmbd: return success for deferred final closeNamjae Jeon1-1/+3
8 dayssmb: client: fix buffer leaks in SMB1 read and writeDawei Feng1-3/+9
14 dayscifs: consolidate time_last_write stamp into _cifsFileInfo_put()Frank Sorenson2-66/+22
14 dayscifs: fix time_last_write stamp placement in setattr/truncate pathsFrank Sorenson1-4/+22
14 daysksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon1-3/+10
14 daysksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon1-6/+10
14 daysksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan1-1/+6
14 daysksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li1-1/+7
14 daysksmbd: validate minimum PDU size for transform requestsNamjae Jeon1-5/+11
14 daysksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery1-5/+4
14 dayssmb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink targetCarl Johnson2-3/+41
14 dayscifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain pathsFrank Sorenson1-6/+39
14 dayscifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson5-8/+96
14 dayssmb: client: validate DFS referral PathConsumedYichong Chen1-9/+25
14 daysksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)1-0/+5
14 daysksmbd: pin conn during async oplock break notificationQihang1-2/+4
14 dayssmb/client: handle overlapping allocated ranges in fallocateHuiwen He1-7/+18
2026-07-24ksmbd: use opener credentials for FSCTL mutationsNamjae Jeon2-7/+16
2026-07-24smb: move compression definitions into common/fscc.hChenXiaoSong4-12/+18
2026-07-24ksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi3-40/+27
2026-07-24ksmbd: fix stack buffer overflow in multichannel session-key copyGil Portnoy2-3/+3
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-24cifs: invalidate cfid on unlink/rename/rmdirShyam Prasad N1-1/+29
2026-07-24smb: client: fix overflow in passthrough ioctl bounds checkGuangshuo Li1-2/+2
2026-07-24smb: client: fix busy dentry warning on unmount after DIOZizhi Wo4-0/+19
2026-07-24cifs: validate DFS referral string offsetsGuangshuo Li1-0/+8
2026-07-24smb: client: preserve leading slash for POSIX absolute symlink targetsSteve French1-1/+16
2026-07-24ksmbd: fix multichannel binding and enforce channel limitNamjae Jeon5-75/+126
2026-07-24cifs: Fix missing credit release on failure in cifs_issue_read()David Howells1-0/+1
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-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: client: fix conflicting option validation for new mount APIHenrique Carvalho1-49/+53
2026-07-18smb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto1-9/+25
2026-07-18smb/server: do not require delete access for non-replacing linksChenXiaoSong1-6/+8
2026-07-18smb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey1-1/+1
2026-07-18smb: client: fix atime clamp check in read completionXu Rao1-1/+1
2026-07-18smb: client: harden POSIX SID length parsingZihan Xi1-1/+1
2026-07-18smb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3
2026-07-18smb: client: Fix next buffer leak in receive_encrypted_standard()Haoxiang Li1-4/+6
2026-07-18smb: client: fix double-free in SMB2_close() replayHenrique Carvalho1-0/+2