aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.1-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-10-071-53/+73
|\
| * ksmbd: Fix wrong return value and message length check in smb2_ioctl()Zhang Xiaoxu2022-10-051-4/+9
| * ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blobNamjae Jeon2022-10-051-1/+1
| * ksmbd: fix encryption failure issue for session logoff responseNamjae Jeon2022-10-051-4/+3
| * ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO responseNamjae Jeon2022-10-051-6/+20
| * ksmbd: set file permission mode to match Samba server posix extension behaviorNamjae Jeon2022-10-051-2/+2
| * ksmbd: change security id to the one samba used for posix extensionNamjae Jeon2022-10-051-2/+7
| * ksmbd: casefold utf-8 share names and fix ascii lowercase conversionAtte Heikkilä2022-10-051-1/+1
| * ksmbd: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-10-051-2/+5
| * ksmbd: fix incorrect handling of iterate_dirNamjae Jeon2022-10-051-10/+4
| * ksmbd: remove generic_fillattr use in smb2_open()Namjae Jeon2022-10-051-4/+5
| * ksmbd: constify struct pathAl Viro2022-10-051-9/+9
| * ksmbd: don't open-code %pDAl Viro2022-10-051-6/+5
| * ksmbd: don't open-code file_path()Al Viro2022-10-051-2/+2
* | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-9/+7
|\ \ | |/ |/|
| * Change calling conventions for filldir_tAl Viro2022-08-171-9/+7
* | 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