summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2025-12-05smb: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAPChenXiaoSong
2025-12-03Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds
2025-11-30ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao
2025-11-30smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher
2025-11-30ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao
2025-11-30ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathnameThorsten Blum
2025-11-30smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong
2025-11-30ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb serverAaditya Kansal
2025-11-30ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon
2025-11-30ksmbd: server: avoid busy polling in accept loopQingfang Deng
2025-11-30smb: move create_durable_reconn to common/smb2pdu.hChenXiaoSong
2025-11-30smb: do some cleanupsChenXiaoSong
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong
2025-11-30smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move create_durable_rsp_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.hChenXiaoSong
2025-11-30ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao
2025-11-30smb: move resume_key_ioctl_rsp to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong
2025-11-30smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong
2025-11-30smb/server: update some misguided comment of smb2_0_server_cmds procChenXiaoSong
2025-11-30smb/server: fix return value of smb2_oplock_break()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_ioctl()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_query_dir()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_notify()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_read()ChenXiaoSong
2025-11-30ksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers
2025-11-30ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers
2025-11-30ksmbd: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown
2025-11-14VFS: introduce start_removing_dentry()NeilBrown
2025-11-14smb/server: use end_removing_noperm for for target of smb2_create_link()NeilBrown
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton
2025-11-11smb: server: let smb_direct_disconnect_rdma_connection() turn CREATED into DI...Stefan Metzmacher