summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
5 dayscifs: reset iface weights when we cannot find a candidateShyam Prasad N1-0/+9
5 dayscifs: Fix collect_sample() to handle any iterator typeDavid Howells1-50/+21
5 dayssmb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_...Stefan Metzmacher1-1/+0
5 dayssmb: client: fix session setup against servers that require SPNPaulo Alcantara1-18/+61
5 dayscifs: Fix calling CIFSFindFirst() for root path without msearchPali Rohár1-0/+10
5 dayssmb/server: avoid deadlock when linking with ReplaceIfExistsNeilBrown1-12/+4
5 dayssmb: client: don't wait for info->send_pending == 0 on errorStefan Metzmacher1-5/+5
5 dayssmb: client: let send_done() cleanup before calling smbd_disconnect_rdma_conn...Stefan Metzmacher1-6/+8
5 dayssmb: client: remove redundant lstrp update in negotiate protocolWang Zhaolong1-1/+0
5 dayssmb3: fix for slab out of bounds on mount to ksmbdSteve French1-1/+10
10 dayssmb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum1-1/+1
10 daysksmbd: limit repeated connections from clients with the same IPNamjae Jeon2-0/+18
10 dayssmb: client: default to nonativesocket under POSIX mountsPaulo Alcantara1-0/+1
10 dayssmb: client: set symlink type as native for POSIX mountsPaulo Alcantara5-29/+22
10 dayssmb: client: fix netns refcount leak after net_passive changesWang Zhaolong1-6/+3
10 daysksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon1-1/+2
10 daysksmbd: fix Preauh_HashValue race conditionNamjae Jeon1-4/+0
10 daysksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon1-2/+16
10 dayssmb: client: return an error if rdma_connect does not return within 5 secondsStefan Metzmacher1-2/+4
10 dayssmb: client: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher1-14/+11
10 dayssmb: client: let recv_done() cleanup before notifying the callers.Stefan Metzmacher1-6/+8
10 dayssmb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher1-2/+9
10 dayssmb: client: remove separate empty_packet_queueStefan Metzmacher3-65/+7
10 dayssmb: server: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher1-5/+7
10 dayssmb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...Stefan Metzmacher1-5/+13
10 dayssmb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher1-2/+9
10 dayssmb: server: remove separate empty_recvmsg_queueStefan Metzmacher1-52/+8
10 dayssmb: client: allow parsing zero-length AV pairsPaulo Alcantara1-2/+2
2025-07-24smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...Stefan Metzmacher1-4/+27
2025-07-24cifs: Fix reading into an ITER_FOLIOQ from the smbdirect codeDavid Howells1-95/+17
2025-07-24cifs: Fix the smbd_response slab to allow usercopyDavid Howells1-5/+13
2025-07-24smb: client: make use of common smbdirect_socket_parametersStefan Metzmacher4-59/+77
2025-07-24smb: smbdirect: introduce smbdirect_socket_parametersStefan Metzmacher3-0/+23
2025-07-24smb: client: make use of common smbdirect_socketStefan Metzmacher3-126/+146
2025-07-24smb: smbdirect: add smbdirect_socket.hStefan Metzmacher1-0/+41
2025-07-24smb: smbdirect: add smbdirect.h with public structuresStefan Metzmacher1-0/+17
2025-07-24smb: client: make use of common smbdirect_pdu.hStefan Metzmacher2-62/+19
2025-07-24smb: smbdirect: add smbdirect_pdu.h with protocol definitionsStefan Metzmacher1-0/+55
2025-07-24smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong1-1/+9
2025-07-24smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong1-1/+6
2025-07-24Fix SMB311 posix special file creation to servers which do not advertise repa...Steve French2-2/+4
2025-07-17ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon1-20/+9
2025-07-17ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro1-0/+1
2025-07-17smb: server: make use of rdma_destroy_qp()Stefan Metzmacher1-2/+3
2025-07-10cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N3-7/+8
2025-07-10smb: client: fix readdir returning wrong type with POSIX extensionsPhilipp Kerling1-1/+1
2025-07-10smb: client: fix native SMB symlink traversalPaulo Alcantara2-19/+20
2025-07-10smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong2-3/+5
2025-07-10smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara1-0/+1
2025-07-10smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara1-0/+1