summaryrefslogtreecommitdiff
path: root/fs/ksmbd
AgeCommit message (Expand)AuthorFilesLines
2023-03-24ksmbd: return unsupported error on smb1 mountNamjae Jeon3-30/+30
2023-03-23ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialectNamjae Jeon1-2/+2
2023-03-23ksmbd: don't terminate inactive sessions after a few secondsNamjae Jeon4-16/+28
2023-03-23ksmbd: fix possible refcount leak in smb2_open()ChenXiaoSong1-1/+4
2023-03-23ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGESNamjae Jeon1-3/+6
2023-03-23ksmbd: add low bound validation to FSCTL_SET_ZERO_DATANamjae Jeon1-1/+1
2023-03-23ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATIONNamjae Jeon1-0/+4
2023-03-23ksmbd: fix wrong signingkey creation when encryption is AES256Namjae Jeon1-2/+3
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-8/+6
2023-02-23Merge tag '6.3-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds10-152/+99
2023-02-21smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook2-8/+6
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-218/+218
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds3-0/+3
2023-02-20ksmbd: fix possible memory leak in smb2_lock()Hangyu Hua2-18/+15
2023-02-15ksmbd: do not allow the actual frame length to be smaller than the rfc1002 le...Namjae Jeon1-11/+10
2023-02-15ksmbd: fix wrong data area length for smb2 lock requestNamjae Jeon1-7/+3
2023-02-15ksmbd: Fix parameter name and comment mismatchJiapeng Chong1-3/+3
2023-01-31ksmbd: Fix spelling mistake "excceed" -> "exceeded"Colin Ian King1-1/+1
2023-01-31ksmbd: update Kconfig to note Kerberos support and fix indentationSteve French1-2/+6
2023-01-31ksmbd: Remove duplicated codesDawei Li1-12/+11
2023-01-31ksmbd: fix typo, syncronous->synchronousDawei Li3-5/+5
2023-01-30ksmbd: Implements sess->rpc_handle_list as xarrayDawei Li2-24/+15
2023-01-30ksmbd: Implements sess->ksmbd_chann_list as xarrayDawei Li3-69/+30
2023-01-26ksmbd: downgrade ndr version error message to debugNamjae Jeon1-4/+4
2023-01-26ksmbd: limit pdu length size according to connection statusNamjae Jeon2-4/+18
2023-01-21ksmbd: do not sign response to session request for guest loginMarios Makassikis1-0/+2
2023-01-21ksmbd: add max connections parameterNamjae Jeon4-2/+22
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner4-48/+39
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner5-17/+17
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner5-109/+104
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner4-18/+21
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner4-15/+16
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner5-27/+37
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton3-0/+3
2023-01-02ksmbd: fix infinite loop in ksmbd_conn_handler_loop()Namjae Jeon2-3/+9
2023-01-02ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_a...William Liu1-1/+2
2023-01-02ksmbd: send proper error response in smb2_tree_connect()Marios Makassikis1-2/+5
2022-12-15Merge tag '6.2-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds5-24/+31
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-10/+10
2022-12-13Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-19/+20
2022-12-12Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds1-1/+1
2022-12-11ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen1-14/+6
2022-12-11ksmbd: Fix resource leak in smb2_lock()Marios Makassikis1-0/+4
2022-12-11ksmbd: Fix resource leak in ksmbd_session_rpc_open()Xiu Jianfeng1-3/+5
2022-12-11ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva3-9/+9
2022-12-11ksmbd: use F_SETLK when unlocking a fileJeff Layton1-2/+2
2022-12-11ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for ...Namjae Jeon3-5/+14
2022-12-03ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva3-9/+9
2022-11-30ksmbd: use locks_inode_context helperJeff Layton1-1/+1
2022-11-25vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein1-3/+3