summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2025-12-12smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun1-1/+1
2025-12-12ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao1-2/+5
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-01smb: client: handle lack of IPC in dfs_cache_refresh()Paulo Alcantara3-29/+66
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-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-13smb: client: fix potential UAF in smb2_close_cached_fid()Henrique Carvalho1-7/+9
2025-11-13smb: client: validate change notify buffer before copyJoshua Rogers1-2/+5
2025-11-13smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-11-13smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()Henrique Carvalho1-0/+1
2025-11-13ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon1-3/+4
2025-11-13smb: 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: client: get rid of d_drop() in cifs_do_rename()Paulo Alcantara1-4/+1
2025-10-29smb: server: let smb_direct_flush_send_list() invalidate a remote key firstStefan Metzmacher1-4/+7
2025-10-29smb: client: make use of ib_wc_status_msg() and skip IB_WC_WR_FLUSH_ERR loggingStefan Metzmacher1-8/+12
2025-10-29smb: client: limit the range of info->receive_credit_targetStefan Metzmacher2-2/+7
2025-10-29smb: client: queue post_recv_credits_work also if the peer raises the credit ...Stefan Metzmacher1-0/+5
2025-10-23ksmbd: fix recursive locking in RPC handle list accessMarios Makassikis3-6/+22
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-19smb client: fix bug with newly created file in cached dirBharath SM1-0/+1
2025-10-19cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse pointsPali Rohár1-2/+60
2025-10-19smb: client: fix missing timestamp updates after utime(2)Paulo Alcantara1-10/+12
2025-10-19cifs: Fix copy_to_iter return value checkFushuai Wang1-5/+5
2025-10-15ksmbd: add max ip connections parameterNamjae Jeon4-13/+23
2025-10-15ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev1-1/+2
2025-10-15ksmbd: Fix race condition in RPC handle list accessYunseong Kim1-9/+17
2025-10-15smb: client: fix crypto buffers in non-linear memoryEnzo Matsumiya1-11/+6
2025-10-15smb: server: fix IRD/ORD negotiation with the clientStefan Metzmacher1-14/+85
2025-10-15smb: client: fix sending the iwrap custom IRD/ORD negotiation messagesStefan Metzmacher2-11/+103
2025-09-26Merge tag 'v6.17rc7-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-12/+89
2025-09-26smb: client: fix wrong index reference in smb2_compound_op()Sang-Heon Jeon1-1/+1
2025-09-21smb: client: handle unlink(2) of files open by different clientsPaulo Alcantara1-11/+88
2025-09-21smb: server: use disable_work_sync in transport_rdma.cStefan Metzmacher1-3/+3
2025-09-21smb: server: don't use delayed_work for post_recv_credits_workStefan Metzmacher1-10/+8
2025-09-19Merge tag '6.17-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-34/+64
2025-09-18smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher1-1/+3
2025-09-18smb: client: fix file open check in __cifs_unlink()Paulo Alcantara1-2/+15
2025-09-17smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credi...Stefan Metzmacher1-0/+3
2025-09-17smb: client: use disable[_delayed]_work_sync in smbdirect.cStefan Metzmacher1-3/+3