summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
30 hoursksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman1-9/+18
30 hoursksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman1-27/+45
30 hoursksmbd: do not expire session on binding failureHyunwoo Kim1-2/+8
30 hoursksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon1-2/+14
30 hoursksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon1-8/+12
9 daysksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim1-1/+5
9 daysksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
9 daysksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
9 dayssmb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
9 daysksmbd: Compare MACs in constant timeEric Biggers3-3/+7
9 dayssmb: client: Compare MACs in constant timeEric Biggers2-2/+5
9 dayscifs: open files should not hold ref on superblockShyam Prasad N5-13/+51
9 daysksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum1-20/+2
9 daysksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
9 dayssmb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
9 dayssmb: client: fix in-place encryption corruption in SMB2_write()Bharath SM1-1/+4
9 dayssmb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara3-15/+15
9 dayscifs: make default value of retrans as zeroShyam Prasad N1-1/+1
9 daysksmbd: fix use-after-free by using call_rcu() for oplock_infoNamjae Jeon2-10/+24
9 dayssmb: server: fix use-after-free in smb2_open()Marios Makassikis1-3/+2
9 daysksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()Namjae Jeon1-2/+4
9 dayssmb/server: Fix another refcount leak in smb2_open()Guenter Roeck1-1/+2
9 dayssmb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong1-1/+1
9 dayssmb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong1-2/+2
9 dayssmb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
9 dayssmb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
9 dayssmb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho1-11/+10
2026-03-04cifs: some missing initializations on replayShyam Prasad N2-0/+3
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N5-10/+11
2026-03-04smb: client: prevent races in ->query_interfaces()Henrique Carvalho1-11/+8
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-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-16ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
2026-02-16smb: 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: fix refcount leak in parse_durable_handle_context()ZhangGuoDong1-0/+1
2026-02-11smb/server: fix refcount leak in smb2_open()ZhangGuoDong1-1/+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: smbd: fix dma_unmap_sg() nentsThomas Fourier1-8/+7
2026-01-30ksmbd: fix use-after-free in ksmbd_session_rpc_openNamjae Jeon2-6/+15
2026-01-17smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
2026-01-17smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
2026-01-17smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
2026-01-11ksmbd: Fix memory leak in get_file_all_info()Zilin Guan1-1/+3
2026-01-11cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2026-01-11ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon1-2/+2