summaryrefslogtreecommitdiff
path: root/fs/ksmbd/vfs.h
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon2023-04-241-11/+8
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-12/+12
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-2/+2
* fs: pass dentry to set acl methodChristian Brauner2022-10-191-2/+2
* ksmbd: make utf-8 file name comparison work in __caseless_lookup()Atte Heikkilä2022-10-051-0/+2
* ksmbd: constify struct pathAl Viro2022-10-051-1/+1
* acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2022-07-151-1/+1
* ksmbd: don't align last entry offset in smb2 query directoryNamjae Jeon2022-02-041-0/+1
* ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg2021-11-111-39/+0
* 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-2/+7
* ksmbd: fix lookup on idmapped mountsChristian Brauner2021-09-031-1/+2
* ksmbd: uninterruptible wait for a file being unlockedHyunchul Lee2021-07-101-1/+1
* ksmbd: add user namespace supportHyunchul Lee2021-07-021-16/+35
* ksmbd: reorder and document on-disk and netlink structures in headersNamjae Jeon2021-06-301-86/+1
* ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryNamjae Jeon2021-06-291-0/+1
* ksmbd: set MAY_* flags together with open flagsHyunchul Lee2021-06-281-2/+1
* ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2021-06-281-0/+263