summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2025-10-02smb: client: fix wrong index reference in smb2_compound_op()Sang-Heon Jeon
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: client: make use of smbdirect_socket->recv_io.expectedStefan 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-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: 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: 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-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: client: allow parsing zero-length AV pairsPaulo Alcantara
2025-07-18Fix SMB311 posix special file creation to servers which do not advertise repa...Steve French
2025-07-13smb: invalidate and close cached directory when creating child entriesBharath SM
2025-07-13smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong
2025-07-13smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong
2025-07-05Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-03smb: client: fix native SMB symlink traversalPaulo Alcantara
2025-07-03smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells
2025-07-01smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara
2025-07-01smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara
2025-07-01smb: client: set missing retry flag in smb2_writev_callback()Paulo Alcantara
2025-06-30cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N
2025-06-30smb: client: fix warning when reconnecting channelPaulo Alcantara
2025-06-29smb: client: fix readdir returning wrong type with POSIX extensionsPhilipp Kerling