summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
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: fix recursive locking in RPC handle list accessMarios Makassikis
2026-02-06ksmbd: Fix race condition in RPC handle list accessYunseong Kim
2026-02-06ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier
2026-01-30ksmbd: fix use-after-free in ksmbd_session_rpc_openNamjae Jeon
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-11ksmbd: Fix memory leak in get_file_all_info()Zilin Guan
2026-01-11cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan
2026-01-11ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon
2026-01-11ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon
2026-01-11ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao
2026-01-11ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao
2026-01-11ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon
2026-01-11smb/server: fix return value of smb2_ioctl()ChenXiaoSong
2026-01-11smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun
2026-01-11ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao
2025-12-07ksmbd: fix use-after-free in session logoffSean Heelan
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-24cifs: Fix uncached read into ITER_KVEC iteratorDavid Howells
2025-11-24cifs: stop writeback extension when change of size is detectedShyam Prasad N
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-24smb: client: fix potential UAF in smb2_close_cached_fid()Henrique Carvalho
2025-11-24smb: client: validate change notify buffer before copyJoshua Rogers
2025-11-24smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner
2025-11-24ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon
2025-11-24smb: client: fix potential cfid UAF in smb2_query_info_compoundHenrique Carvalho
2025-10-29ksmbd: transport_ipc: validate payload size before reading handleQianchang Zhao