summaryrefslogtreecommitdiff
path: root/fs/ksmbd/vfs.h
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-04-24ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-10-05ksmbd: make utf-8 file name comparison work in __caseless_lookup()Atte Heikkilä
2022-10-05ksmbd: constify struct pathAl Viro
2022-07-15acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner
2022-02-04ksmbd: don't align last entry offset in smb2 query directoryNamjae Jeon
2021-11-11ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg
2021-10-13ksmbd: add validation in smb2_ioctlNamjae Jeon
2021-09-24ksmbd: use LOOKUP_BENEATH to prevent the out of share accessHyunchul Lee
2021-09-03ksmbd: fix lookup on idmapped mountsChristian Brauner
2021-07-10ksmbd: uninterruptible wait for a file being unlockedHyunchul Lee
2021-07-02ksmbd: add user namespace supportHyunchul Lee
2021-06-30ksmbd: reorder and document on-disk and netlink structures in headersNamjae Jeon
2021-06-29ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryNamjae Jeon
2021-06-28ksmbd: set MAY_* flags together with open flagsHyunchul Lee
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon