summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smb2pdu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: fix possible refcount leak in smb2_open()ChenXiaoSong2023-03-221-1/+4
* ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGESNamjae Jeon2023-03-221-3/+6
* ksmbd: add low bound validation to FSCTL_SET_ZERO_DATANamjae Jeon2023-03-221-1/+1
* ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATIONNamjae Jeon2023-03-221-0/+4
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-231-4/+2
|\
| * smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook2023-02-211-4/+2
* | Merge tag '6.3-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-02-221-46/+20
|\ \
| * | ksmbd: fix possible memory leak in smb2_lock()Hangyu Hua2023-02-201-15/+13
| * | ksmbd: fix typo, syncronous->synchronousDawei Li2023-01-311-2/+2
| * | ksmbd: Implements sess->ksmbd_chann_list as xarrayDawei Li2023-01-301-29/+5
| |/
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-61/+61
|\ \
| * | fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-7/+2
| * | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-8/+8
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-36/+35
| * | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-4/+7
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-9/+10
| * | fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-2/+4
* | | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2023-02-201-0/+1
|\ \ \ | |_|/ |/| |
| * | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
| |/
* | ksmbd: do not sign response to session request for guest loginMarios Makassikis2023-01-201-0/+2
* | ksmbd: send proper error response in smb2_tree_connect()Marios Makassikis2023-01-021-2/+5
|/
* 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-071-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-161-9/+9
* | ksmbd: remove unnecessary generic_fillattr in smb2_openHyunchul Lee2022-08-161-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
|/