summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2026-07-24ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fdGil Portnoy1-3/+9
2026-07-24ksmbd: track the connection owning a byte-range lockNamjae Jeon3-8/+26
2026-07-24ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang5-30/+156
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-24smb: client: Improve unlocking of a mutex in cifs_get_swn_reg()Markus Elfring1-7/+6
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-24cifs: validate DFS referral string offsetsGuangshuo Li1-0/+8
2026-07-24ksmbd: fix use-after-free of fp->owner.name in durable handle owner checkGil Portnoy1-8/+21
2026-07-24smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong3-31/+32
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/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-24smb: client: fix double-free in SMB2_close() replayHenrique Carvalho1-0/+2
2026-07-24smb: client: fix double-free in SMB2_open() replayHenrique Carvalho1-0/+2
2026-07-24smb: client: fix double-free in SMB2_flush() replayZhao Zhang1-0/+2
2026-07-24smb: client: fix change notify replay double-freeHenrique Carvalho1-0/+2
2026-07-24smb: client: fix double-free in SMB2_ioctl() replayHenrique Carvalho1-0/+2
2026-07-24smb: client: fix query_info() replay double-freeHenrique Carvalho1-0/+2
2026-07-24smb: client: fix query directory replay double-freeHenrique Carvalho1-0/+2
2026-07-24ksmbd: use opener credentials for delete-on-closeNamjae Jeon2-2/+9
2026-07-24ksmbd: add per-handle permission check to FILE_LINK_INFORMATIONGil Portnoy1-0/+5
2026-07-24ksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATIONGil Portnoy1-0/+6
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
2026-07-24ksmbd: require source read access for duplicate extentsNamjae Jeon1-0/+4
2026-07-24ksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellationDavide Ornaghi1-18/+16
2026-07-24ksmbd: serialize QUERY_DIRECTORY requests per fileNamjae Jeon3-0/+7
2026-07-24ksmbd: add a permission check for FSCTL_SET_ZERO_DATAGil Portnoy1-0/+6
2026-07-24ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILEGil Portnoy1-0/+11
2026-07-24smb/client: Fix error code in smb2_aead_req_alloc()Dan Carpenter1-3/+5
2026-07-24ksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCELGil Portnoy1-7/+7
2026-07-24smb: client: restrict implied bcc[0] exemption to responses without data areaShoichiro Miyamoto1-6/+26
2026-07-04ksmbd: fix out-of-bounds read in smb_check_perm_dacl()Hem Parekh1-1/+3
2026-07-04ksmbd: reject non-VALID session in compound request branchGil Portnoy1-0/+5
2026-06-19smb: client: require net admin for CIFS SWN netlinkMichael Bommarito1-1/+5
2026-06-19ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada3-32/+134
2026-06-19ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy1-0/+11