summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
2025-12-06smb: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAPChenXiaoSong1-1/+1
2025-12-04Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds20-972/+342
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+2
2025-12-02Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-95/+33
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-5/+4
2025-12-01ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao1-2/+5
2025-12-01smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher1-8/+32
2025-12-01ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao1-26/+62
2025-12-01ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathnameThorsten Blum1-5/+10
2025-12-01smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong2-10/+3
2025-12-01ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb serverAaditya Kansal1-10/+11
2025-12-01ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon3-18/+4
2025-12-01ksmbd: server: avoid busy polling in accept loopQingfang Deng1-35/+6
2025-12-01smb: move create_durable_reconn to common/smb2pdu.hChenXiaoSong2-15/+3
2025-12-01smb: do some cleanupsChenXiaoSong1-13/+6
2025-12-01smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong2-10/+3
2025-12-01smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong4-140/+37
2025-12-01smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong1-27/+1
2025-12-01smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong1-6/+1
2025-12-01smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong3-97/+5
2025-12-01smb: move create_durable_rsp_v2 to common/smb2pdu.hChenXiaoSong3-13/+7
2025-12-01smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.hChenXiaoSong2-16/+5
2025-12-01smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong2-13/+4
2025-12-01smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.hChenXiaoSong1-2/+0
2025-12-01ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
2025-12-01smb: move resume_key_ioctl_rsp to common/smb2pdu.hZhangGuoDong2-8/+2
2025-12-01smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong2-22/+2
2025-12-01smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.hZhangGuoDong2-15/+2
2025-12-01smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong1-1/+0
2025-12-01smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong1-5/+0
2025-12-01smb: move smb_version_values to common/smbglob.hZhangGuoDong4-51/+22
2025-12-01smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong1-1/+1
2025-12-01smb/server: update some misguided comment of smb2_0_server_cmds procChenXiaoSong1-4/+4
2025-12-01smb/server: fix return value of smb2_oplock_break()ChenXiaoSong1-1/+2
2025-12-01smb/server: fix return value of smb2_ioctl()ChenXiaoSong1-3/+6
2025-12-01smb/server: fix return value of smb2_query_dir()ChenXiaoSong1-1/+1
2025-12-01smb/server: fix return value of smb2_notify()ChenXiaoSong1-3/+3
2025-12-01smb/server: fix return value of smb2_read()ChenXiaoSong1-1/+1
2025-12-01ksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers5-165/+27
2025-12-01ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers8-176/+52
2025-12-01ksmbd: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers5-48/+8
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown1-50/+10
2025-11-14VFS: introduce start_removing_dentry()NeilBrown1-23/+4
2025-11-14smb/server: use end_removing_noperm for for target of smb2_create_link()NeilBrown3-22/+19
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+40
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton1-2/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-2/+2
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-11smb: server: let smb_direct_disconnect_rdma_connection() turn CREATED into DI...Stefan Metzmacher1-0/+3