summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2026-08-17ksmbd: require read control for security informationNamjae Jeon
2026-08-17ksmbd: support normalized name informationNamjae Jeon
2026-08-17ksmbd: return buffer too small for short security queriesNamjae Jeon
2026-08-17ksmbd: fix partial file information responsesNamjae Jeon
2026-08-17ksmbd: Do not skip lock checks for single-byte rangesGuangshuo Li
2026-08-17ksmbd: return buffer overflow for partial filesystem infoNamjae Jeon
2026-08-17ksmbd: allow I/O on directory named streamsNamjae Jeon
2026-08-17ksmbd: protect private extended attributesNamjae Jeon
2026-08-17ksmbd: reject delete-on-close for read-only filesNamjae Jeon
2026-08-17ksmbd: honor owner rights ACEs in maximal accessNamjae Jeon
2026-08-17ksmbd: support access-based directory enumerationNamjae Jeon
2026-08-17ksmbd: fix maximum allowed access checksNamjae Jeon
2026-08-17ksmbd: validate SMB2 write offsetsNamjae Jeon
2026-08-17ksmbd: reject SMB3.1.1 binding with mismatched cipherNamjae Jeon
2026-08-12smb: clear the aes_cmac_key and aes_cmac_ctx when doneThomas Huth
2026-08-06Merge tag 'v7.2-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-08-04smb: client: fix SMB1 TRANS2 multi-response truncation in SendReceive()Frank Sorenson
2026-08-03ksmbd: apply the pre-authentication PDU limit when decompressingSujal Tuladhar
2026-08-03ksmbd: validate compression Flags before kvmallocAnatolii Shumak
2026-08-03smb: compress: reject Pattern_V1 when not negotiatedAnatolii Shumak
2026-08-02smb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai
2026-08-02smb/client: show compress mount optionChenXiaoSong
2026-07-31Merge tag 'v7.2-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-30ksmbd: use memcmp() to compare ClientGUIDsNamjae Jeon
2026-07-30ksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon
2026-07-30ksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon
2026-07-27cifs: add fscache_resize_cookie() to cifs_setsize()Frank Sorenson
2026-07-27cifs: fix time_last_write stamp placement in setattr/truncate pathsFrank Sorenson
2026-07-27cifs: consolidate time_last_write stamp into _cifsFileInfo_put()Frank Sorenson
2026-07-27smb: client: simplify cifs_fscache_get_super_cookie()Dmitry Antipov
2026-07-27smb: client: free partially allocated transform folio queueYichong Chen
2026-07-27mlx5: Deprecate latency-sensitive QPs featureLeon Romanovsky
2026-07-26cifs: validate idmap key payload lengthLi Qiang
2026-07-26smb: client: remove conditional return with no effectSang-Heon Jeon
2026-07-26smb: client: fix buffer leaks in SMB1 read and writeDawei Feng
2026-07-26smb: client: use GFP_KERNEL for registry allocationFredric Cover
2026-07-24Merge tag 'v7.2-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-07-22ksmbd: reject undersized decompressed SMB2 requestsNamjae Jeon
2026-07-22ksmbd: validate minimum PDU size for transform requestsNamjae Jeon
2026-07-22ksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery
2026-07-22ksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon
2026-07-22ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan
2026-07-22ksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon
2026-07-22ksmbd: enforce signing required by the sessionNamjae Jeon
2026-07-22ksmbd: preserve VFS inherited POSIX ACL maskNamjae Jeon
2026-07-21cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain pathsFrank Sorenson
2026-07-21cifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson
2026-07-21smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink targetCarl Johnson
2026-07-19smb: client: bound dirent name against end of SMB response in cifs_filldirJay Vadayath