summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
3 dayssmb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
3 daysksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
3 dayssmb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho1-4/+4
8 dayssmb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
8 dayssmb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong1-0/+1
8 dayssmb/server: fix refcount leak in smb2_open()ZhangGuoDong1-1/+1
8 dayssmb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
13 daysksmbd: fix recursive locking in RPC handle list accessMarios Makassikis3-6/+22
13 daysksmbd: Fix race condition in RPC handle list accessYunseong Kim1-9/+17
13 daysksmbd: 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
2026-01-11ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon1-1/+3
2026-01-11ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
2026-01-11ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao1-26/+62
2026-01-11ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon3-18/+4
2026-01-11smb/server: fix return value of smb2_ioctl()ChenXiaoSong1-3/+6
2026-01-11smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun1-1/+1
2026-01-11ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao1-2/+5
2025-12-07ksmbd: fix use-after-free in session logoffSean Heelan1-4/+0
2025-12-07smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara1-0/+1
2025-12-01smb: client: fix incomplete backport in cfids_invalidation_worker()Henrique Carvalho1-1/+1
2025-12-01cifs: fix typo in enable_gcm_256 module parameterSteve French1-1/+1
2025-12-01cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane1-0/+4
2025-12-01smb: client: introduce close_cached_dir_locked()Henrique Carvalho1-3/+38
2025-11-24smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho1-1/+1
2025-11-24cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis1-0/+2
2025-11-24ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers1-1/+4
2025-11-24cifs: Fix uncached read into ITER_KVEC iteratorDavid Howells1-3/+94
2025-11-24cifs: stop writeback extension when change of size is detectedShyam Prasad N1-3/+15
2025-11-24smb/server: fix possible refcount leak in smb2_sess_setup()ZhangGuoDong1-0/+1
2025-11-24smb/server: fix possible memory leak in smb2_read()ZhangGuoDong1-0/+1
2025-11-24smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu1-0/+2
2025-11-24smb: client: fix potential UAF in smb2_close_cached_fid()Henrique Carvalho1-7/+9
2025-11-24smb: client: validate change notify buffer before copyJoshua Rogers1-2/+5
2025-11-24smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-11-24ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon1-3/+4
2025-11-24smb: client: fix potential cfid UAF in smb2_query_info_compoundHenrique Carvalho1-1/+2
2025-10-29ksmbd: transport_ipc: validate payload size before reading handleQianchang Zhao1-1/+7
2025-10-29cifs: Fix TCP_Server_Info::credits to be signedDavid Howells1-1/+1
2025-10-29smb: server: let smb_direct_flush_send_list() invalidate a remote key firstStefan Metzmacher1-4/+7
2025-10-23ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon6-38/+41
2025-10-23cifs: parse_dfs_referrals: prevent oob on malformed inputEugene Korenevsky1-0/+17
2025-10-23smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu2-6/+8
2025-10-19ksmbd: add max ip connections parameterNamjae Jeon4-13/+24