summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | fs: pass dentry to set acl methodChristian Brauner2022-10-194-13/+14
| |/ /
* | | Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2022-12-121-1/+1
|\ \ \ | |_|/ |/| |
| * | ksmbd: use locks_inode_context helperJeff Layton2022-11-301-1/+1
| |/
* / vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-11-251-3/+3
|/
* Merge tag '6.1-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-10-0724-139/+253
|\
| * ksmbd: validate share name from share config responseAtte Heikkilä2022-10-056-9/+29
| * ksmbd: call ib_drain_qp when disconnectedNamjae Jeon2022-10-051-0/+2
| * ksmbd: make utf-8 file name comparison work in __caseless_lookup()Atte Heikkilä2022-10-053-3/+20
| * ksmbd: Fix user namespace mappingMickaël Salaün2022-10-051-2/+4
| * ksmbd: hide socket error message when ipv6 config is disableNamjae Jeon2022-10-051-1/+2
| * ksmbd: reduce server smbdirect max send/receive segment sizesTom Talpey2022-10-051-2/+2
| * ksmbd: decrease the number of SMB3 smbdirect server SGEsTom Talpey2022-10-051-1/+1
| * 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-053-1/+5
| * ksmbd: fix encryption failure issue for session logoff responseNamjae Jeon2022-10-053-9/+13
| * ksmbd: fix endless loop when encryption for response failsNamjae Jeon2022-10-051-3/+1
| * 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-052-3/+3
| * ksmbd: change security id to the one samba used for posix extensionNamjae Jeon2022-10-053-7/+25
| * ksmbd: casefold utf-8 share names and fix ascii lowercase conversionAtte Heikkilä2022-10-0510-28/+56
| * ksmbd: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-10-055-16/+25
| * 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-057-20/+20
| * ksmbd: don't open-code %pDAl Viro2022-10-052-14/+11
| * 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-062-17/+13
|\ \
| * | Change calling conventions for filldir_tAl Viro2022-08-172-17/+13
* | | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
| |/ |/|
* | 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-115-1/+23
* | ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configuredNamjae Jeon2022-08-112-2/+3
|/
* Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-08-0819-220/+321
|\