summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-21ksmbd: fix wrong smbd max read/write size checkNamjae Jeon1-14/+25
2022-05-21ksmbd: handle smb2 query dir request for OutputBufferLength that is too smallNamjae Jeon1-1/+9
2022-05-21ksmbd: smbd: handle multiple Buffer descriptorsHyunchul Lee1-4/+1
2022-05-21ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee1-15/+8
2022-05-09ksmbd: validate length in smb2_write()Marios Makassikis1-30/+19
2022-04-14ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon1-4/+7
2022-04-14ksmbd: increment reference count of parent fpNamjae Jeon1-0/+2
2022-04-14ksmbd: remove filename in ksmbd_fileNamjae Jeon1-14/+7
2022-04-01Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-12/+11
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French1-4/+4
2022-03-30ksmbd: replace usage of found with dedicated list iterator variableJakob Koschel1-11/+10
2022-03-30ksmbd: Remove a redundant zeroing of memoryChristophe JAILLET1-1/+1
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French1-3/+3
2022-03-23ksmbd: store fids as opaque u64 integersPaulo Alcantara1-55/+39
2022-02-04ksmbd: don't align last entry offset in smb2 query directoryNamjae Jeon1-3/+4
2022-02-04ksmbd: smbd: validate buffer descriptor structuresHyunchul Lee1-6/+30
2022-01-23ksmbd: fix SMB 3.11 posix extension mount failureNamjae Jeon1-1/+1
2022-01-18ksmbd: fix guest connection failure with nautilusNamjae Jeon1-33/+29
2022-01-18ksmbd: smbd: fix missing client's memory region invalidationHyunchul Lee1-27/+46
2022-01-10ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon1-0/+1
2022-01-10ksmbd: move credit charge deduction under processing requestNamjae Jeon1-6/+10
2022-01-10ksmbd: add support for smb2 max credit parameterNamjae Jeon1-4/+4
2021-12-28ksmbd: Fix smb2_get_name() kernel-doc commentYang Li1-1/+1
2021-12-28ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li1-1/+0
2021-12-28ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li1-1/+1
2021-12-28ksmbd: Fix buffer_check_err() kernel-doc commentYang Li1-0/+1
2021-12-28ksmbd: fix multi session connection failureNamjae Jeon1-4/+4
2021-12-28ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon1-10/+12
2021-12-28ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon1-5/+10
2021-12-28ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis1-9/+4
2021-12-17ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Marcos Del Sol Vives1-4/+21
2021-12-16ksmbd: fix uninitialized symbol 'pntsd_size'Namjae Jeon1-0/+4
2021-11-25ksmbd: fix memleak in get_file_stream_info()Namjae Jeon1-1/+3
2021-11-25ksmbd: contain default data stream even if xattr is emptyNamjae Jeon1-9/+9
2021-11-25ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()Namjae Jeon1-1/+1
2021-11-25ksmbd: Fix an error handling path in 'smb2_sess_setup()'Christophe JAILLET1-2/+4
2021-11-11ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg1-33/+32
2021-11-11ksmbd: Move more definitions into the shared areaRonnie Sahlberg1-4/+4
2021-11-11ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg1-10/+10
2021-11-11ksmbd: switch to use shared definitions where availableRonnie Sahlberg1-2/+1
2021-11-11ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon1-20/+17
2021-11-11ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon1-220/+220
2021-11-11ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATIONNamjae Jeon1-1/+8
2021-11-06ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()Marios Makassikis1-1/+1
2021-11-06ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()Ralph Boehme1-3/+4
2021-10-20ksmbd: add buffer validation in session setupMarios Makassikis1-20/+31
2021-10-20ksmbd: throttle session setup failures to avoid dictionary attacksNamjae Jeon1-3/+24
2021-10-20ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requestsHyunchul Lee1-16/+52
2021-10-15ksmbd: limit read/write/trans buffer size not to exceed 8MBNamjae Jeon1-1/+1
2021-10-13ksmbd: validate compound response bufferNamjae Jeon1-0/+6