summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2026-03-13smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong
2026-03-13smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong
2026-03-13smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum
2026-03-13smb: client: fix broken multichannel with krb5+signingPaulo Alcantara
2026-03-13smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho
2026-03-13ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon
2026-03-13ksmbd: check return value of xa_store() in krb5_authenticateNamjae Jeon
2026-03-04cifs: some missing initializations on replayShyam Prasad N
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N
2026-03-04smb: client: prevent races in ->query_interfaces()Henrique Carvalho
2026-03-04smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho
2026-03-04smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher
2026-03-04smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara
2026-02-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho
2026-02-16ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon
2026-02-16smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho
2026-02-11smb/client: fix memory leak in smb2_open_file()ChenXiaoSong
2026-02-11smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong
2026-02-11smb/server: fix refcount leak in smb2_open()ZhangGuoDong
2026-02-11smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong
2026-02-06ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier
2026-01-17smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong
2026-01-17smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong
2026-01-17smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong
2026-01-08ksmbd: Fix memory leak in get_file_all_info()Zilin Guan
2026-01-08cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan
2026-01-08ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon
2026-01-08ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon
2026-01-08ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao
2026-01-08ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao
2026-01-08ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon
2026-01-08smb/server: fix return value of smb2_ioctl()ChenXiaoSong
2025-12-18cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2David Howells
2025-12-12smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun
2025-12-12ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao
2025-12-07smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara
2025-12-01smb: client: fix incomplete backport in cfids_invalidation_worker()Henrique Carvalho
2025-12-01cifs: fix typo in enable_gcm_256 module parameterSteve French
2025-12-01cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane
2025-12-01smb: client: introduce close_cached_dir_locked()Henrique Carvalho
2025-11-24smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho
2025-11-24cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis
2025-11-24ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers
2025-11-24smb/server: fix possible refcount leak in smb2_sess_setup()ZhangGuoDong
2025-11-24smb/server: fix possible memory leak in smb2_read()ZhangGuoDong
2025-11-24smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu
2025-11-13smb: client: fix potential UAF in smb2_close_cached_fid()Henrique Carvalho
2025-11-13smb: client: validate change notify buffer before copyJoshua Rogers
2025-11-13smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner
2025-11-13ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon