summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg2021-11-111-4/+4
* ksmbd: add validation in smb2_ioctlNamjae Jeon2021-10-131-1/+1
* ksmbd: use LOOKUP_BENEATH to prevent the out of share accessHyunchul Lee2021-09-241-74/+82
* ksmbd: remove follow symlinks supportNamjae Jeon2021-09-221-23/+9
* ksmbd: fix translation in acl entriesChristian Brauner2021-09-031-2/+2
* ksmbd: fix lookup on idmapped mountsChristian Brauner2021-09-031-19/+24
* ksmbd: remove select FS_POSIX_ACL in KconfigNamjae Jeon2021-08-131-0/+9
* ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()Namjae Jeon2021-07-131-49/+52
* ksmbd: uninterruptible wait for a file being unlockedHyunchul Lee2021-07-101-2/+2
* ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()Dan Carpenter2021-07-101-21/+6
* ksmbd: call mnt_user_ns once in a functionHyunchul Lee2021-07-051-2/+3
* ksmbd: add user namespace supportHyunchul Lee2021-07-021-65/+107
* ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryNamjae Jeon2021-06-291-1/+1
* ksmbd: opencode to remove FP_INODE macroNamjae Jeon2021-06-291-1/+1
* ksmbd: fix dentry racy with rename()Namjae Jeon2021-06-291-6/+8
* ksmbd: set MAY_* flags together with open flagsHyunchul Lee2021-06-281-29/+13
* ksmbd: factor out a ksmbd_vfs_lock_parent helperHyunchul Lee2021-06-281-63/+62
* ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2021-06-281-0/+1870