summaryrefslogtreecommitdiff
path: root/fs/smb/server/smb2pdu.c
AgeCommit message (Expand)Author
2026-03-19smb: server: fix use-after-free in smb2_open()Marios Makassikis
2026-03-19smb/server: Fix another refcount leak in smb2_open()Guenter Roeck
2026-03-12ksmbd: Compare MACs in constant timeEric Biggers
2026-02-26ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin
2026-02-16ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon
2025-12-29smb/server: fix refcount leak in smb2_open()ZhangGuoDong
2025-12-29smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong
2025-12-29smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong
2025-12-29ksmbd: Fix memory leak in get_file_all_info()Zilin Guan
2025-12-21ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon
2025-12-14ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon
2025-12-09smb/server: add comment to FileSystemName of FileFsAttributeInformationChenXiaoSong
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-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds
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-30smb: move create_durable_reconn to common/smb2pdu.hChenXiaoSong
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 some duplicate definitions to common/smb2pdu.hZhangGuoDong
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 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 smb_version_values 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-SHA256 library for message signing and key generationEric Biggers
2025-11-14smb/server: use end_removing_noperm for for target of smb2_create_link()NeilBrown
2025-10-15ksmbd: fix recursive locking in RPC handle list accessMarios Makassikis
2025-10-15smb/server: fix possible refcount leak in smb2_sess_setup()ZhangGuoDong
2025-10-15smb/server: fix possible memory leak in smb2_read()ZhangGuoDong
2025-09-30ksmbd: replace connection list with hash tableNamjae Jeon
2025-09-30ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev
2025-09-28smb: server: pass ksmbd_transport to get_smbd_max_read_write_size()Stefan Metzmacher
2025-09-28smb: server: make use of common smbdirect.hStefan Metzmacher
2025-08-31ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensionsPhilipp Kerling
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
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