summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
2025-09-28smb: server: make use of common smbdirect_socket_parametersStefan Metzmacher1-44/+49
2025-09-28smb: server: make use of common smbdirect_socketStefan Metzmacher1-108/+133
2025-09-28smb: server: make use of common smbdirect.hStefan Metzmacher5-20/+18
2025-09-28smb: server: make use of common smbdirect_pdu.hStefan Metzmacher2-64/+24
2025-09-28smb: server: fix IRD/ORD negotiation with the clientStefan Metzmacher1-13/+84
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-4/+4
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown1-2/+1
2025-09-21smb: server: use disable_work_sync in transport_rdma.cStefan Metzmacher1-3/+3
2025-09-21smb: server: don't use delayed_work for post_recv_credits_workStefan Metzmacher1-10/+8
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-2/+3
2025-09-15ksmbd_vfs_set_init_posix_acl(): constify path argumentAl Viro2-2/+2
2025-09-15ksmbd_vfs_inherit_posix_acl(): constify path argumentAl Viro2-2/+2
2025-09-15ksmbd_vfs_kern_path_unlock(): constify path argumentAl Viro2-2/+2
2025-09-15ksmbd_vfs_path_lookup_locked(): root_share_path can be const struct path *Al Viro1-1/+1
2025-09-14ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_sizeStefan Metzmacher1-1/+10
2025-09-14ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_da...Namjae Jeon1-8/+9
2025-09-14smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGESStefan Metzmacher1-50/+107
2025-08-31ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensionsPhilipp Kerling2-11/+16
2025-08-17ksmbd: fix refcount leak causing resource not releasedZiyan Xu1-3/+10
2025-08-17ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon2-4/+29
2025-08-17smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher3-3/+9
2025-08-09Merge tag 'v6.17rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-63/+54
2025-08-07smb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum1-1/+1
2025-08-07ksmbd: limit repeated connections from clients with the same IPNamjae Jeon2-0/+18
2025-08-06smb: server: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher1-5/+7
2025-08-06smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...Stefan Metzmacher1-5/+13
2025-08-06smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher1-2/+9
2025-08-06smb: server: remove separate empty_recvmsg_queueStefan Metzmacher1-52/+8
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-5/+3
2025-07-28Merge tag 'v6.17-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-164/+174
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2025-07-24ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon1-1/+2
2025-07-24ksmbd: fix Preauh_HashValue race conditionNamjae Jeon1-4/+0
2025-07-24ksmbd: check return value of xa_store() in krb5_authenticateNamjae Jeon1-2/+7
2025-07-24ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon1-2/+16
2025-07-24smb/server: add ksmbd_vfs_kern_path()NeilBrown3-71/+111
2025-07-20smb/server: avoid deadlock when linking with ReplaceIfExistsNeilBrown1-12/+4
2025-07-20smb/server: simplify ksmbd_vfs_kern_path_locked()NeilBrown1-64/+42
2025-07-20smb/server: use lookup_one_unlocked()NeilBrown1-20/+4
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-1/+1
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-22/+13
2025-07-08ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon1-20/+9
2025-07-08ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro1-0/+1
2025-07-08smb: server: make use of rdma_destroy_qp()Stefan Metzmacher1-2/+3
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet1-4/+2
2025-06-17ksmbd: handle set/get info file for streamed fileNamjae Jeon3-15/+54
2025-06-17ksmbd: fix null pointer dereference in destroy_previous_sessionNamjae Jeon1-5/+6
2025-06-17ksmbd: add free_transport ops in ksmbd connectionNamjae Jeon4-4/+12
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-2/+2
2025-06-04Merge tag '6.16-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds10-93/+53