aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smb2pdu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag '6.1-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-53/+73
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+7
2022-10-05ksmbd: Fix wrong return value and message length check in smb2_ioctl()Zhang Xiaoxu1-4/+9
2022-10-05ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blobNamjae Jeon1-1/+1
2022-10-05ksmbd: fix encryption failure issue for session logoff responseNamjae Jeon1-4/+3
2022-10-05ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO responseNamjae Jeon1-6/+20
2022-10-05ksmbd: set file permission mode to match Samba server posix extension behaviorNamjae Jeon1-2/+2
2022-10-05ksmbd: change security id to the one samba used for posix extensionNamjae Jeon1-2/+7
2022-10-05ksmbd: casefold utf-8 share names and fix ascii lowercase conversionAtte Heikkilä1-1/+1
2022-10-05ksmbd: port to vfs{g,u}id_t and associated helpersChristian Brauner1-2/+5
2022-10-05ksmbd: fix incorrect handling of iterate_dirNamjae Jeon1-10/+4
2022-10-05ksmbd: remove generic_fillattr use in smb2_open()Namjae Jeon1-4/+5
2022-10-05ksmbd: constify struct pathAl Viro1-9/+9
2022-10-05ksmbd: don't open-code %pDAl Viro1-6/+5
2022-10-05ksmbd: don't open-code file_path()Al Viro1-2/+2
2022-08-17Change calling conventions for filldir_tAl Viro1-9/+7
2022-08-15ksmbd: don't remove dos attribute xattr on O_TRUNC openNamjae Jeon1-9/+9
2022-08-15ksmbd: remove unnecessary generic_fillattr in smb2_openHyunchul Lee1-9/+4
2022-08-11ksmbd: request update to stale share configAtte Heikkilä1-0/+1
2022-08-11ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configuredNamjae Jeon1-1/+2
2022-08-04ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon1-14/+25
2022-07-31ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee1-5/+3
2022-07-31ksmbd: fix use-after-free bug in smb2_tree_disconectNamjae Jeon1-0/+1
2022-07-31ksmbd: fix memory leak in smb2_handle_negotiateNamjae Jeon1-0/+4
2022-07-31ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon1-12/+9
2022-07-26ksmbd: fix kernel oops from idr_remove()Namjae Jeon1-2/+6
2022-07-26ksmbd: add channel rwlockNamjae Jeon1-2/+18
2022-07-26ksmbd: replace sessions list in connection with xarrayNamjae Jeon1-4/+9
2022-06-30vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein1-3/+13
2022-06-23ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATANamjae Jeon1-10/+17
2022-06-23ksmbd: 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-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_commonSteve 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