summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.2-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-12-151-5/+11
|\
| * ksmbd: Fix resource leak in smb2_lock()Marios Makassikis2022-12-111-0/+4
| * ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-12-111-2/+2
| * ksmbd: use F_SETLK when unlocking a fileJeff Layton2022-12-111-2/+2
| * ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for ...Namjae Jeon2022-12-111-3/+5
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-2/+2
|\ \
| * | ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-12-021-2/+2
| |/
* | fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-2/+2
|/
* 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