aboutsummaryrefslogtreecommitdiff
path: root/fs/ksmbd/smb2pdu.c
AgeCommit message (Expand)Author
2022-07-31ksmbd: fix memory leak in smb2_handle_negotiateNamjae Jeon
2022-07-31ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon
2022-07-26ksmbd: fix kernel oops from idr_remove()Namjae Jeon
2022-07-26ksmbd: add channel rwlockNamjae Jeon
2022-07-26ksmbd: replace sessions list in connection with xarrayNamjae Jeon
2022-06-30vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein
2022-06-23ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATANamjae Jeon
2022-06-23ksmbd: remove duplicate flag set in smb2_writeHyunchul Lee
2022-05-21ksmbd: fix wrong smbd max read/write size checkNamjae Jeon
2022-05-21ksmbd: handle smb2 query dir request for OutputBufferLength that is too smallNamjae Jeon
2022-05-21ksmbd: smbd: handle multiple Buffer descriptorsHyunchul Lee
2022-05-21ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee
2022-05-09ksmbd: validate length in smb2_write()Marios Makassikis
2022-04-14ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon
2022-04-14ksmbd: increment reference count of parent fpNamjae Jeon
2022-04-14ksmbd: remove filename in ksmbd_fileNamjae Jeon
2022-04-01Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French
2022-03-30ksmbd: replace usage of found with dedicated list iterator variableJakob Koschel
2022-03-30ksmbd: Remove a redundant zeroing of memoryChristophe JAILLET
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French
2022-03-23ksmbd: store fids as opaque u64 integersPaulo Alcantara
2022-02-04ksmbd: don't align last entry offset in smb2 query directoryNamjae Jeon
2022-02-04ksmbd: smbd: validate buffer descriptor structuresHyunchul Lee
2022-01-23ksmbd: fix SMB 3.11 posix extension mount failureNamjae Jeon
2022-01-18ksmbd: fix guest connection failure with nautilusNamjae Jeon
2022-01-18ksmbd: smbd: fix missing client's memory region invalidationHyunchul Lee
2022-01-10ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon
2022-01-10ksmbd: move credit charge deduction under processing requestNamjae Jeon
2022-01-10ksmbd: add support for smb2 max credit parameterNamjae Jeon
2021-12-28ksmbd: Fix smb2_get_name() kernel-doc commentYang Li
2021-12-28ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li
2021-12-28ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li
2021-12-28ksmbd: Fix buffer_check_err() kernel-doc commentYang Li
2021-12-28ksmbd: fix multi session connection failureNamjae Jeon
2021-12-28ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon
2021-12-28ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon
2021-12-28ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis
2021-12-17ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Marcos Del Sol Vives
2021-12-16ksmbd: fix uninitialized symbol 'pntsd_size'Namjae Jeon
2021-11-25ksmbd: fix memleak in get_file_stream_info()Namjae Jeon
2021-11-25ksmbd: contain default data stream even if xattr is emptyNamjae Jeon
2021-11-25ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()Namjae Jeon
2021-11-25ksmbd: Fix an error handling path in 'smb2_sess_setup()'Christophe JAILLET
2021-11-11ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg
2021-11-11ksmbd: Move more definitions into the shared areaRonnie Sahlberg
2021-11-11ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg
2021-11-11ksmbd: switch to use shared definitions where availableRonnie Sahlberg
2021-11-11ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon
2021-11-11ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon