aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/vfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-11ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg1-4/+4
2021-10-13ksmbd: add validation in smb2_ioctlNamjae Jeon1-1/+1
2021-09-24ksmbd: use LOOKUP_BENEATH to prevent the out of share accessHyunchul Lee1-74/+82
2021-09-22ksmbd: remove follow symlinks supportNamjae Jeon1-23/+9
2021-09-03ksmbd: fix translation in acl entriesChristian Brauner1-2/+2
2021-09-03ksmbd: fix lookup on idmapped mountsChristian Brauner1-19/+24
2021-08-13ksmbd: remove select FS_POSIX_ACL in KconfigNamjae Jeon1-0/+9
2021-07-13ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()Namjae Jeon1-49/+52
2021-07-10ksmbd: uninterruptible wait for a file being unlockedHyunchul Lee1-2/+2
2021-07-10ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()Dan Carpenter1-21/+6
2021-07-05ksmbd: call mnt_user_ns once in a functionHyunchul Lee1-2/+3
2021-07-02ksmbd: add user namespace supportHyunchul Lee1-65/+107
2021-06-29ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryNamjae Jeon1-1/+1
2021-06-29ksmbd: opencode to remove FP_INODE macroNamjae Jeon1-1/+1
2021-06-29ksmbd: fix dentry racy with rename()Namjae Jeon1-6/+8
2021-06-28ksmbd: set MAY_* flags together with open flagsHyunchul Lee1-29/+13
2021-06-28ksmbd: factor out a ksmbd_vfs_lock_parent helperHyunchul Lee1-63/+62
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon1-0/+1870