summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smb2pdu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon2022-08-041-14/+25
* ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee2022-08-011-5/+3
* ksmbd: fix use-after-free bug in smb2_tree_disconectNamjae Jeon2022-08-011-0/+1
* ksmbd: fix memory leak in smb2_handle_negotiateNamjae Jeon2022-08-011-0/+4
* ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon2022-08-011-12/+9
* ksmbd: fix kernel oops from idr_remove()Namjae Jeon2022-07-271-2/+6
* ksmbd: add channel rwlockNamjae Jeon2022-07-271-2/+18
* ksmbd: replace sessions list in connection with xarrayNamjae Jeon2022-07-271-4/+9
* vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein2022-07-011-3/+13
* ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATANamjae Jeon2022-06-241-10/+17
* ksmbd: remove duplicate flag set in smb2_writeHyunchul Lee2022-06-241-4/+1
* ksmbd: fix wrong smbd max read/write size checkNamjae Jeon2022-05-211-14/+25
* ksmbd: handle smb2 query dir request for OutputBufferLength that is too smallNamjae Jeon2022-05-211-1/+9
* ksmbd: smbd: handle multiple Buffer descriptorsHyunchul Lee2022-05-211-4/+1
* ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee2022-05-211-15/+8
* ksmbd: validate length in smb2_write()Marios Makassikis2022-05-101-30/+19
* ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon2022-04-151-4/+7
* ksmbd: increment reference count of parent fpNamjae Jeon2022-04-151-0/+2
* ksmbd: remove filename in ksmbd_fileNamjae Jeon2022-04-151-14/+7
* Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-04-011-12/+11
|\
| * ksmbd: replace usage of found with dedicated list iterator variableJakob Koschel2022-03-301-11/+10
| * ksmbd: Remove a redundant zeroing of memoryChristophe JAILLET2022-03-301-1/+1
* | smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French2022-03-311-4/+4
* | smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-271-3/+3
* | ksmbd: store fids as opaque u64 integersPaulo Alcantara2022-03-231-55/+39
|/
* ksmbd: don't align last entry offset in smb2 query directoryNamjae Jeon2022-02-041-3/+4
* ksmbd: smbd: validate buffer descriptor structuresHyunchul Lee2022-02-041-6/+30
* ksmbd: fix SMB 3.11 posix extension mount failureNamjae Jeon2022-01-241-1/+1
* ksmbd: fix guest connection failure with nautilusNamjae Jeon2022-01-181-33/+29
* ksmbd: smbd: fix missing client's memory region invalidationHyunchul Lee2022-01-181-27/+46
* ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon2022-01-101-0/+1
* ksmbd: move credit charge deduction under processing requestNamjae Jeon2022-01-101-6/+10
* ksmbd: add support for smb2 max credit parameterNamjae Jeon2022-01-101-4/+4
* ksmbd: Fix smb2_get_name() kernel-doc commentYang Li2021-12-291-1/+1
* ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li2021-12-291-1/+0
* ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li2021-12-291-1/+1
* ksmbd: Fix buffer_check_err() kernel-doc commentYang Li2021-12-291-0/+1
* ksmbd: fix multi session connection failureNamjae Jeon2021-12-291-4/+4
* ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-291-10/+12
* ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-291-5/+10
* ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis2021-12-291-9/+4
* ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Marcos Del Sol Vives2021-12-181-4/+21
* ksmbd: fix uninitialized symbol 'pntsd_size'Namjae Jeon2021-12-161-0/+4
* ksmbd: fix memleak in get_file_stream_info()Namjae Jeon2021-11-251-1/+3
* ksmbd: contain default data stream even if xattr is emptyNamjae Jeon2021-11-251-9/+9
* ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()Namjae Jeon2021-11-251-1/+1
* ksmbd: Fix an error handling path in 'smb2_sess_setup()'Christophe JAILLET2021-11-251-2/+4
* ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg2021-11-121-33/+32
* ksmbd: Move more definitions into the shared areaRonnie Sahlberg2021-11-121-4/+4
* ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg2021-11-121-10/+10