summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
38 hourscifs: Fix busy dentry used after unmountingZhihao Cheng1-0/+2
38 hourssmb: client: reject userspace cifs.spnego descriptionsAsim Viladi Oglu Manizada1-0/+16
38 hourssmb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin1-0/+3
38 hourssmb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman1-8/+12
38 hourssmb: client: correctly handle ErrorContextData as a flexible arrayLiang Jie2-3/+3
38 hoursksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
38 hoursksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
38 hoursksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
38 hourssmb/client: fix out-of-bounds read in symlink_data()Zisen Ye1-1/+2
38 hourscifs: change_conf needs to be called for session setupShyam Prasad N1-0/+11
38 hourscifs: abort open_cached_dir if we don't request leasesShyam Prasad N1-0/+8
38 hoursksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani1-4/+12
38 hoursksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani1-0/+2
38 hourssmb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
38 hourssmb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
38 hourssmb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
38 hourssmb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
38 hoursksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman1-1/+2
38 hoursksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman1-0/+5
38 hoursfs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover1-0/+4
2026-04-11ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon1-1/+14
2026-04-11ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman1-9/+18
2026-04-11ksmbd: do not expire session on binding failureHyunwoo Kim1-2/+8
2026-04-11ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon1-8/+12
2026-03-25ksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
2026-03-25ksmbd: Compare MACs in constant timeEric Biggers2-3/+6
2026-03-25smb: client: Compare MACs in constant timeEric Biggers2-2/+5
2026-03-25cifs: open files should not hold ref on superblockShyam Prasad N4-14/+48
2026-03-25ksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum1-20/+2
2026-03-25ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
2026-03-25ksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
2026-03-25smb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
2026-03-25smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
2026-03-25smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara3-15/+15
2026-03-25smb: server: fix use-after-free in smb2_open()Marios Makassikis1-3/+2
2026-03-25smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
2026-03-25smb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
2026-03-04smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho1-0/+2
2026-03-04smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher1-2/+17
2026-03-04smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara1-0/+2
2026-02-19ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
2026-02-19smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2026-02-19smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-19ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
2026-02-19smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho1-4/+4
2026-02-11smb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
2026-02-11smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
2026-02-06ksmbd: fix recursive locking in RPC handle list accessMarios Makassikis3-6/+22
2026-02-06ksmbd: Fix race condition in RPC handle list accessYunseong Kim1-9/+17
2026-02-06ksmbd: fix use-after-free in ksmbd_session_rpc_openNamjae Jeon2-6/+15