summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: don't remove dos attribute xattr on O_TRUNC openNamjae Jeon2022-08-151-9/+9
* ksmbd: remove unnecessary generic_fillattr in smb2_openHyunchul Lee2022-08-151-9/+4
* ksmbd: request update to stale share configAtte Heikkilä2022-08-111-0/+1
* ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configuredNamjae Jeon2022-08-111-1/+2
* 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-07-311-5/+3
* ksmbd: fix use-after-free bug in smb2_tree_disconectNamjae Jeon2022-07-311-0/+1
* ksmbd: fix memory leak in smb2_handle_negotiateNamjae Jeon2022-07-311-0/+4
* ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon2022-07-311-12/+9
* ksmbd: fix kernel oops from idr_remove()Namjae Jeon2022-07-261-2/+6
* ksmbd: add channel rwlockNamjae Jeon2022-07-261-2/+18
* ksmbd: replace sessions list in connection with xarrayNamjae Jeon2022-07-261-4/+9
* vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein2022-06-301-3/+13
* ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATANamjae Jeon2022-06-231-10/+17
* ksmbd: remove duplicate flag set in smb2_writeHyunchul Lee2022-06-231-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-091-30/+19
* ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon2022-04-141-4/+7
* ksmbd: increment reference count of parent fpNamjae Jeon2022-04-141-0/+2
* ksmbd: remove filename in ksmbd_fileNamjae Jeon2022-04-141-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-261-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-231-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-281-1/+1
* ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li2021-12-281-1/+0
* ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li2021-12-281-1/+1
* ksmbd: Fix buffer_check_err() kernel-doc commentYang Li2021-12-281-0/+1
* ksmbd: fix multi session connection failureNamjae Jeon2021-12-281-4/+4
* ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-281-10/+12
* ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-281-5/+10
* ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis2021-12-281-9/+4
* ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Marcos Del Sol Vives2021-12-171-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