summaryrefslogtreecommitdiff
path: root/fs/ksmbd/smb2pdu.c
AgeCommit message (Expand)Author
2022-10-05ksmbd: Fix wrong return value and message length check in smb2_ioctl()Zhang Xiaoxu
2022-10-05ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blobNamjae Jeon
2022-10-05ksmbd: fix encryption failure issue for session logoff responseNamjae Jeon
2022-10-05ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO responseNamjae Jeon
2022-10-05ksmbd: set file permission mode to match Samba server posix extension behaviorNamjae Jeon
2022-10-05ksmbd: change security id to the one samba used for posix extensionNamjae Jeon
2022-10-05ksmbd: casefold utf-8 share names and fix ascii lowercase conversionAtte Heikkilä
2022-10-05ksmbd: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-10-05ksmbd: fix incorrect handling of iterate_dirNamjae Jeon
2022-10-05ksmbd: remove generic_fillattr use in smb2_open()Namjae Jeon
2022-10-05ksmbd: constify struct pathAl Viro
2022-10-05ksmbd: don't open-code %pDAl Viro
2022-10-05ksmbd: don't open-code file_path()Al Viro
2022-08-15ksmbd: don't remove dos attribute xattr on O_TRUNC openNamjae Jeon
2022-08-15ksmbd: remove unnecessary generic_fillattr in smb2_openHyunchul Lee
2022-08-11ksmbd: request update to stale share configAtte Heikkilä
2022-08-11ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configuredNamjae Jeon
2022-08-04ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon
2022-07-31ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee
2022-07-31ksmbd: fix use-after-free bug in smb2_tree_disconectNamjae Jeon
2022-07-31ksmbd: fix memory leak in smb2_handle_negotiateNamjae Jeon
2022-07-31ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon
2022-07-26ksmbd: fix kernel oops from idr_remove()Namjae Jeon
2022-07-26ksmbd: add channel rwlockNamjae Jeon
2022-07-26ksmbd: replace sessions list in connection with xarrayNamjae Jeon
2022-06-30vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein
2022-06-23ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATANamjae Jeon
2022-06-23ksmbd: remove duplicate flag set in smb2_writeHyunchul Lee
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