summaryrefslogtreecommitdiff
path: root/fs/ksmbd/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-01vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein1-3/+13
2022-06-24ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATANamjae Jeon1-10/+17
2022-06-24ksmbd: remove duplicate flag set in smb2_writeHyunchul Lee1-4/+1
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-10ksmbd: validate length in smb2_write()Marios Makassikis1-30/+19
2022-04-15ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon1-4/+7
2022-04-15ksmbd: increment reference count of parent fpNamjae Jeon1-0/+2
2022-04-15ksmbd: remove filename in ksmbd_fileNamjae Jeon1-14/+7
2022-04-02Merge 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-27smb3: 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-24ksmbd: fix SMB 3.11 posix extension mount failureNamjae Jeon1-1/+1
2022-01-19ksmbd: fix guest connection failure with nautilusNamjae Jeon1-33/+29
2022-01-19ksmbd: 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-29ksmbd: Fix smb2_get_name() kernel-doc commentYang Li1-1/+1
2021-12-29ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li1-1/+0
2021-12-29ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li1-1/+1
2021-12-29ksmbd: Fix buffer_check_err() kernel-doc commentYang Li1-0/+1
2021-12-29ksmbd: fix multi session connection failureNamjae Jeon1-4/+4
2021-12-29ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon1-10/+12
2021-12-29ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon1-5/+10
2021-12-29ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis1-9/+4
2021-12-18ksmbd: 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-12ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg1-33/+32
2021-11-12ksmbd: Move more definitions into the shared areaRonnie Sahlberg1-4/+4
2021-11-12ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg1-10/+10
2021-11-12ksmbd: switch to use shared definitions where availableRonnie Sahlberg1-2/+1
2021-11-12ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon1-20/+17
2021-11-12ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon1-220/+220
2021-11-12ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATIONNamjae Jeon1-1/+8
2021-11-07ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()Marios Makassikis1-1/+1
2021-11-07ksmdb: 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