summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2025-08-10smb: client: fix race with concurrent opens in unlink(2)Paulo Alcantara
2025-08-09Merge tag 'v6.17rc-part2-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-08-09Merge tag 'v6.17rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-08-07smb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum
2025-08-07ksmbd: limit repeated connections from clients with the same IPNamjae Jeon
2025-08-07smb: client: only use a single wait_queue to monitor smbdirect connection statusStefan Metzmacher
2025-08-07smb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_...Stefan Metzmacher
2025-08-07smb: client: improve logging in smbd_conn_upcall()Stefan Metzmacher
2025-08-07smb: client: return an error if rdma_connect does not return within 5 secondsStefan Metzmacher
2025-08-06smb: client: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher
2025-08-06smb: smbdirect: add smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher
2025-08-06smb: client: make use of struct smbdirect_send_ioStefan Metzmacher
2025-08-06smb: smbdirect: introduce struct smbdirect_send_ioStefan Metzmacher
2025-08-06smb: client: make use of SMBDIRECT_RECV_IO_MAX_SGEStefan Metzmacher
2025-08-06smb: smbdirect: add SMBDIRECT_RECV_IO_MAX_SGEStefan Metzmacher
2025-08-06smb: client: remove unused enum smbd_connection_statusStefan Metzmacher
2025-08-06smb: client: make use of smbdirect_socket.recv_io.reassembly.*Stefan Metzmacher
2025-08-06smb: smbdirect: introduce smbdirect_socket.recv_io.reassembly.*Stefan Metzmacher
2025-08-06smb: client: make use of smb: smbdirect_socket.recv_io.free.{list,lock}Stefan Metzmacher
2025-08-06smb: smbdirect: introduce smbdirect_socket.recv_io.free.{list,lock}Stefan Metzmacher
2025-08-06smb: client: make use of struct smbdirect_recv_ioStefan Metzmacher
2025-08-06smb: smbdirect: introduce struct smbdirect_recv_ioStefan Metzmacher
2025-08-06smb: client: make use of smbdirect_socket->recv_io.expectedStefan Metzmacher
2025-08-06smb: smbdirect: introduce smbdirect_socket.recv_io.expectedStefan Metzmacher
2025-08-06smb: client: remove unused smbd_connection->fragment_reassembly_remainingStefan Metzmacher
2025-08-06smb: client: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher
2025-08-06smb: client: let recv_done() cleanup before notifying the callers.Stefan Metzmacher
2025-08-06smb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher
2025-08-06smb: client: remove separate empty_packet_queueStefan Metzmacher
2025-08-06smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_conn...Stefan Metzmacher
2025-08-06cifs: Fix null-ptr-deref by static initializing global lockYunseong Kim
2025-08-06smb: server: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher
2025-08-06smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...Stefan Metzmacher
2025-08-06smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher
2025-08-06smb: server: remove separate empty_recvmsg_queueStefan Metzmacher
2025-08-06cifs: Move the SMB1 transport code out of transport.cSteve French
2025-08-05smb: client: smb: client: eliminate mid_flags fieldWang Zhaolong
2025-08-05smb: client: add mid_counter_lock to protect the mid counter counterWang Zhaolong
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong
2025-08-04smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara
2025-08-04smb: client: default to nonativesocket under POSIX mountsPaulo Alcantara
2025-08-01smb: client: set symlink type as native for POSIX mountsPaulo Alcantara
2025-07-31Merge tag 'v6.17-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds
2025-07-31smb3 client: add way to show directory leases for improved debuggingSteve French
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-28Merge tag 'v6.17-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-28smb: client: get rid of kstrdup() when parsing iocharset mount optionPaulo Alcantara