summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2025-09-28smb: server: only turn into SMBDIRECT_SOCKET_CONNECTED when negotiation is doneStefan Metzmacher
2025-09-28smb: server: make use of smbdirect_socket.status_waitStefan Metzmacher
2025-09-28smb: server: queue post_recv_credits_work in put_recvmsg() and avoid count_av...Stefan Metzmacher
2025-09-28smb: server: add a pr_info() when the server starts runningStefan Metzmacher
2025-09-28smb: server: make only use of wake_up[_all]() in transport_rdma.cStefan Metzmacher
2025-09-28smb: server: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher
2025-09-28smb: server: make use of struct smbdirect_send_ioStefan Metzmacher
2025-09-28smb: server: make use of SMBDIRECT_RECV_IO_MAX_SGEStefan Metzmacher
2025-09-28smb: server: make use of smbdirect_socket.recv_io.reassembly.*Stefan Metzmacher
2025-09-28smb: server: make use of smbdirect_socket.recv_io.free.{list,lock}Stefan Metzmacher
2025-09-28smb: server: make use of struct smbdirect_recv_ioStefan Metzmacher
2025-09-28smb: server: make use of smbdirect_socket->recv_io.expectedStefan Metzmacher
2025-09-28smb: server: make use of common smbdirect_socket_parametersStefan Metzmacher
2025-09-28smb: server: make use of common smbdirect_socketStefan Metzmacher
2025-09-28smb: server: make use of common smbdirect.hStefan Metzmacher
2025-09-28smb: server: make use of common smbdirect_pdu.hStefan Metzmacher
2025-09-28smb: server: fix IRD/ORD negotiation with the clientStefan Metzmacher
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown
2025-09-21smb: server: use disable_work_sync in transport_rdma.cStefan Metzmacher
2025-09-21smb: server: don't use delayed_work for post_recv_credits_workStefan Metzmacher
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-15ksmbd_vfs_set_init_posix_acl(): constify path argumentAl Viro
2025-09-15ksmbd_vfs_inherit_posix_acl(): constify path argumentAl Viro
2025-09-15ksmbd_vfs_kern_path_unlock(): constify path argumentAl Viro
2025-09-15ksmbd_vfs_path_lookup_locked(): root_share_path can be const struct path *Al Viro
2025-09-14ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_sizeStefan Metzmacher
2025-09-14ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_da...Namjae Jeon
2025-09-14smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGESStefan Metzmacher
2025-08-31ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensionsPhilipp Kerling
2025-08-17ksmbd: fix refcount leak causing resource not releasedZiyan Xu
2025-08-17ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon
2025-08-17smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher
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-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-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.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-24ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon
2025-07-24ksmbd: fix Preauh_HashValue race conditionNamjae Jeon
2025-07-24ksmbd: check return value of xa_store() in krb5_authenticateNamjae Jeon
2025-07-24ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon
2025-07-24smb/server: add ksmbd_vfs_kern_path()NeilBrown
2025-07-20smb/server: avoid deadlock when linking with ReplaceIfExistsNeilBrown
2025-07-20smb/server: simplify ksmbd_vfs_kern_path_locked()NeilBrown