summaryrefslogtreecommitdiff
path: root/fs/ksmbd
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: return unsupported error on smb1 mountNamjae Jeon2023-03-243-30/+30
* ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialectNamjae Jeon2023-03-221-2/+2
* ksmbd: don't terminate inactive sessions after a few secondsNamjae Jeon2023-03-224-16/+28
* 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
* ksmbd: fix wrong signingkey creation when encryption is AES256Namjae Jeon2023-03-221-2/+3
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-222-8/+6
|\
| * smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook2023-02-202-8/+6
* | Merge tag '6.3-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-02-2210-152/+99
|\ \
| * | ksmbd: fix possible memory leak in smb2_lock()Hangyu Hua2023-02-192-18/+15
| * | ksmbd: do not allow the actual frame length to be smaller than the rfc1002 le...Namjae Jeon2023-02-151-11/+10
| * | ksmbd: fix wrong data area length for smb2 lock requestNamjae Jeon2023-02-151-7/+3
| * | ksmbd: Fix parameter name and comment mismatchJiapeng Chong2023-02-151-3/+3
| * | ksmbd: Fix spelling mistake "excceed" -> "exceeded"Colin Ian King2023-01-301-1/+1
| * | ksmbd: update Kconfig to note Kerberos support and fix indentationSteve French2023-01-301-2/+6
| * | ksmbd: Remove duplicated codesDawei Li2023-01-301-12/+11
| * | ksmbd: fix typo, syncronous->synchronousDawei Li2023-01-303-5/+5
| * | ksmbd: Implements sess->rpc_handle_list as xarrayDawei Li2023-01-292-24/+15
| * | ksmbd: Implements sess->ksmbd_chann_list as xarrayDawei Li2023-01-293-69/+30
| |/
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-2010-218/+218
|\ \
| * | fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-194-48/+39
| * | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-195-17/+17
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-195-109/+104
| * | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-194-18/+21
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-194-15/+16
| * | fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-185-27/+37
* | | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2023-02-203-0/+3
|\ \ \ | |_|/ |/| |
| * | filelock: move file locking definitions to separate header fileJeff Layton2023-01-113-0/+3
| |/
* | ksmbd: downgrade ndr version error message to debugNamjae Jeon2023-01-251-4/+4
* | ksmbd: limit pdu length size according to connection statusNamjae Jeon2023-01-252-4/+18
* | ksmbd: do not sign response to session request for guest loginMarios Makassikis2023-01-201-0/+2
* | ksmbd: add max connections parameterNamjae Jeon2023-01-204-2/+22
* | ksmbd: fix infinite loop in ksmbd_conn_handler_loop()Namjae Jeon2023-01-012-3/+9
* | ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_a...William Liu2023-01-011-1/+2
* | ksmbd: send proper error response in smb2_tree_connect()Marios Makassikis2023-01-011-2/+5
|/
* Merge tag '6.2-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-12-155-24/+31
|\
| * ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen2022-12-111-14/+6
| * ksmbd: Fix resource leak in smb2_lock()Marios Makassikis2022-12-111-0/+4
| * ksmbd: Fix resource leak in ksmbd_session_rpc_open()Xiu Jianfeng2022-12-111-3/+5
| * ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-12-113-9/+9
| * 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-113-5/+14
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-144-10/+10
|\ \
| * | ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-12-023-9/+9
| * | cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-011-1/+1
* | | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-124-19/+20
|\ \ \
| * | | ksmbd: use vfs_remove_acl()Christian Brauner2022-10-201-1/+1
| * | | fs: rename current get acl methodChristian Brauner2022-10-203-5/+5