summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2025-09-25smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher
2025-09-25smb: client: fix file open check in __cifs_unlink()Paulo Alcantara
2025-09-25smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credi...Stefan Metzmacher
2025-09-25smb: client: use disable[_delayed]_work_sync in smbdirect.cStefan Metzmacher
2025-09-25smb: client: fix filename matching of deferred filesPaulo Alcantara
2025-09-25smb: client: let recv_done verify data_offset, data_length and remaining_data...Stefan Metzmacher
2025-09-25smb: client: make use of struct smbdirect_recv_ioStefan Metzmacher
2025-09-25smb: smbdirect: introduce struct smbdirect_recv_ioStefan Metzmacher
2025-09-25smb: client: make use of smbdirect_socket->recv_io.expectedStefan Metzmacher
2025-09-25smb: smbdirect: introduce smbdirect_socket.recv_io.expectedStefan Metzmacher
2025-09-25ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_sizeStefan Metzmacher
2025-09-25ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_da...Namjae Jeon
2025-09-25smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGESStefan Metzmacher
2025-09-19smb: client: fix data loss due to broken rename(2)Paulo Alcantara
2025-09-19smb: client: fix compound alignment with encryptionPaulo Alcantara
2025-09-09cifs: prevent NULL pointer dereference in UTF16 conversionMakar Semyonov
2025-09-04smb3 client: fix return code mapping of remap_file_rangeSteve French
2025-09-04fs/smb: Fix inconsistent refcnt updateShuhao Fu
2025-09-04smb: client: fix race with concurrent opens in rename(2)Paulo Alcantara
2025-09-04smb: client: fix race with concurrent opens in unlink(2)Paulo Alcantara
2025-08-28cifs: Fix oops due to uninitialised variableDavid Howells
2025-08-28smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher
2025-08-28ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon
2025-08-28ksmbd: fix refcount leak causing resource not releasedZiyan Xu
2025-08-20cifs: reset iface weights when we cannot find a candidateShyam Prasad N
2025-08-20cifs: Fix collect_sample() to handle any iterator typeDavid Howells
2025-08-20smb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_...Stefan Metzmacher
2025-08-20smb: client: fix session setup against servers that require SPNPaulo Alcantara
2025-08-20cifs: Fix calling CIFSFindFirst() for root path without msearchPali Rohár
2025-08-20smb/server: avoid deadlock when linking with ReplaceIfExistsNeilBrown
2025-08-20smb: client: don't wait for info->send_pending == 0 on errorStefan Metzmacher
2025-08-20smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_conn...Stefan Metzmacher
2025-08-20smb: client: remove redundant lstrp update in negotiate protocolWang Zhaolong
2025-08-20smb3: fix for slab out of bounds on mount to ksmbdSteve French
2025-08-15smb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum
2025-08-15ksmbd: limit repeated connections from clients with the same IPNamjae Jeon
2025-08-15smb: client: default to nonativesocket under POSIX mountsPaulo Alcantara
2025-08-15smb: client: set symlink type as native for POSIX mountsPaulo Alcantara
2025-08-15smb: client: fix netns refcount leak after net_passive changesWang Zhaolong
2025-08-15ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon
2025-08-15ksmbd: fix Preauh_HashValue race conditionNamjae Jeon
2025-08-15ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon
2025-08-15smb: client: return an error if rdma_connect does not return within 5 secondsStefan Metzmacher
2025-08-15smb: client: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher
2025-08-15smb: client: let recv_done() cleanup before notifying the callers.Stefan Metzmacher
2025-08-15smb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher
2025-08-15smb: client: remove separate empty_packet_queueStefan Metzmacher
2025-08-15smb: server: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher
2025-08-15smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...Stefan Metzmacher
2025-08-15smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher