summaryrefslogtreecommitdiff
path: root/fs/ksmbd/smb2pdu.c
AgeCommit message (Expand)Author
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
2021-11-11ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATIONNamjae Jeon
2021-11-06ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()Marios Makassikis
2021-11-06ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()Ralph Boehme
2021-10-20ksmbd: add buffer validation in session setupMarios Makassikis
2021-10-20ksmbd: throttle session setup failures to avoid dictionary attacksNamjae Jeon
2021-10-20ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requestsHyunchul Lee
2021-10-15ksmbd: limit read/write/trans buffer size not to exceed 8MBNamjae Jeon
2021-10-13ksmbd: validate compound response bufferNamjae Jeon