aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/server/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-29smb/server: fix refcount leak in smb2_open()ZhangGuoDong1-1/+1
2025-12-29smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong1-0/+1
2025-12-29smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
2025-12-29ksmbd: Fix memory leak in get_file_all_info()Zilin Guan1-1/+3
2025-12-21ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon1-35/+35
2025-12-14ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon1-2/+2
2025-12-09smb/server: add comment to FileSystemName of FileFsAttributeInformationChenXiaoSong1-0/+7
2025-12-05smb: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAPChenXiaoSong1-1/+1
2025-12-03Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-113/+104
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-3/+3
2025-11-30smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong1-3/+3
2025-11-30ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb serverAaditya Kansal1-10/+11
2025-11-30ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon1-3/+0
2025-11-30smb: move create_durable_reconn to common/smb2pdu.hChenXiaoSong1-3/+3
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong1-3/+3
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong1-36/+36
2025-11-30smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong1-4/+4
2025-11-30smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.hChenXiaoSong1-5/+5
2025-11-30smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong1-4/+4
2025-11-30smb: move resume_key_ioctl_rsp to common/smb2pdu.hZhangGuoDong1-2/+2
2025-11-30smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong1-2/+2
2025-11-30smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.hZhangGuoDong1-2/+2
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong1-5/+5
2025-11-30smb/server: update some misguided comment of smb2_0_server_cmds procChenXiaoSong1-4/+4
2025-11-30smb/server: fix return value of smb2_oplock_break()ChenXiaoSong1-1/+2
2025-11-30smb/server: fix return value of smb2_ioctl()ChenXiaoSong1-3/+6
2025-11-30smb/server: fix return value of smb2_query_dir()ChenXiaoSong1-1/+1
2025-11-30smb/server: fix return value of smb2_notify()ChenXiaoSong1-3/+3
2025-11-30smb/server: fix return value of smb2_read()ChenXiaoSong1-1/+1
2025-11-30ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers1-18/+7
2025-11-14smb/server: use end_removing_noperm for for target of smb2_create_link()NeilBrown1-3/+3
2025-10-15ksmbd: fix recursive locking in RPC handle list accessMarios Makassikis1-1/+8
2025-10-15smb/server: fix possible refcount leak in smb2_sess_setup()ZhangGuoDong1-0/+1
2025-10-15smb/server: fix possible memory leak in smb2_read()ZhangGuoDong1-0/+1
2025-09-30ksmbd: replace connection list with hash tableNamjae Jeon1-2/+2
2025-09-30ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev1-1/+2
2025-09-28smb: server: pass ksmbd_transport to get_smbd_max_read_write_size()Stefan Metzmacher1-2/+10
2025-09-28smb: server: make use of common smbdirect.hStefan Metzmacher1-5/+6
2025-08-31ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensionsPhilipp Kerling1-11/+14
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
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()NeilBrown1-11/+11
2025-07-20smb/server: avoid deadlock when linking with ReplaceIfExistsNeilBrown1-12/+4
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-08ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon1-20/+9
2025-06-17ksmbd: handle set/get info file for streamed fileNamjae Jeon1-13/+50
2025-06-17ksmbd: fix null pointer dereference in destroy_previous_sessionNamjae Jeon1-5/+6