summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2026-07-04ksmbd: fix out-of-bounds read in smb_check_perm_dacl()Hem Parekh
2026-07-04ksmbd: reject non-VALID session in compound request branchGil Portnoy
2026-06-19smb: client: require net admin for CIFS SWN netlinkMichael Bommarito
2026-06-19ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada
2026-06-19ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy
2026-06-19ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiersGil Portnoy
2026-06-19ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev
2026-06-19ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...Sean Shen
2026-06-01cifs: Fix busy dentry used after unmountingZhihao Cheng
2026-06-01smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when closeChenXiaoSong
2026-06-01smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()Henrique Carvalho
2026-06-01ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng
2026-06-01ksmbd: fix null pointer dereference in compare_guid_key()Jeremy Laratro
2026-06-01smb: client: reject userspace cifs.spnego descriptionsAsim Viladi Oglu Manizada
2026-06-01ksmbd: close durable scavenger races against m_fp_list lookupsDaeMyung Kang
2026-06-01ksmbd: validate owner of durable handle on reconnectNamjae Jeon
2026-06-01ksmbd: add durable scavenger timerNamjae Jeon
2026-06-01ksmbd: avoid reclaiming expired durable opens by the clientNamjae Jeon
2026-05-23ksmbd: validate inherited ACE SID lengthShota Zaizen
2026-05-23smb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva
2026-05-23smb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin
2026-05-23ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito
2026-05-23smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman
2026-05-23smb: client: correctly handle ErrorContextData as a flexible arrayLiang Jie
2026-05-23ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim
2026-05-23ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang
2026-05-23ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang
2026-05-23ksmbd: add support for supplementary groupsNamjae Jeon
2026-05-23ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()Thorsten Blum
2026-05-23ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang
2026-05-23ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith
2026-05-17smb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel
2026-05-17ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon
2026-05-17ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang
2026-05-17ksmbd: replace connection list with hash tableNamjae Jeon
2026-05-17ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon
2026-05-17smb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito
2026-05-17ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito
2026-05-17smb: common: change the data type of num_aces to le16Namjae Jeon
2026-05-17smb: move some duplicate definitions to common/smbacl.hChenXiaoSong
2026-05-17smb: client: validate dacloffset before building DACL pointersMichael Bommarito
2026-05-17smb/client: fix out-of-bounds read in symlink_data()Zisen Ye
2026-05-17smb/client: fix out-of-bounds read in smb2_compound_op()Zisen Ye
2026-05-17cifs: change_conf needs to be called for session setupShyam Prasad N
2026-05-17cifs: abort open_cached_dir if we don't request leasesShyam Prasad N
2026-04-27ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani
2026-04-27ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani
2026-04-27smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito
2026-04-27smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito
2026-04-27smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang