aboutsummaryrefslogtreecommitdiff
path: root/fs/ksmbd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-11ksmbd: Use the SMB3_Create definitions from the sharedGravatar Ronnie Sahlberg 1-4/+4
2021-10-13ksmbd: add validation in smb2_ioctlGravatar Namjae Jeon 1-1/+1
2021-09-24ksmbd: use LOOKUP_BENEATH to prevent the out of share accessGravatar Hyunchul Lee 1-74/+82
2021-09-22ksmbd: remove follow symlinks supportGravatar Namjae Jeon 1-23/+9
2021-09-03ksmbd: fix translation in acl entriesGravatar Christian Brauner 1-2/+2
2021-09-03ksmbd: fix lookup on idmapped mountsGravatar Christian Brauner 1-19/+24
2021-08-13ksmbd: remove select FS_POSIX_ACL in KconfigGravatar Namjae Jeon 1-0/+9
2021-07-13ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()Gravatar Namjae Jeon 1-49/+52
2021-07-10ksmbd: uninterruptible wait for a file being unlockedGravatar Hyunchul Lee 1-2/+2
2021-07-10ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()Gravatar Dan Carpenter 1-21/+6
2021-07-05ksmbd: call mnt_user_ns once in a functionGravatar Hyunchul Lee 1-2/+3
2021-07-02ksmbd: add user namespace supportGravatar Hyunchul Lee 1-65/+107
2021-06-29ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryGravatar Namjae Jeon 1-1/+1
2021-06-29ksmbd: opencode to remove FP_INODE macroGravatar Namjae Jeon 1-1/+1
2021-06-29ksmbd: fix dentry racy with rename()Gravatar Namjae Jeon 1-6/+8
2021-06-28ksmbd: set MAY_* flags together with open flagsGravatar Hyunchul Lee 1-29/+13
2021-06-28ksmbd: factor out a ksmbd_vfs_lock_parent helperGravatar Hyunchul Lee 1-63/+62
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdGravatar Namjae Jeon 1-0/+1870