summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smbacl.c
Commit message (Expand)AuthorAgeFilesLines
* fs: use low-level mapping helpersChristian Brauner2021-12-031-16/+2
* fs: move mapping helpersChristian Brauner2021-12-031-0/+1
* ksmbd: add buffer validation for SMB2_CREATE_CONTEXTHyunchul Lee2021-09-301-2/+19
* ksmbd: fix control flow issues in sid_to_id()Namjae Jeon2021-09-081-26/+22
* ksmbd: defer notify_change() callChristian Brauner2021-09-031-7/+16
* ksmbd: fix translation in sid_to_id()Christian Brauner2021-09-031-4/+18
* ksmbd: fix subauth 0 handling in sid_to_id()Christian Brauner2021-09-031-2/+2
* ksmbd: fix translation in acl entriesChristian Brauner2021-09-031-8/+6
* ksmbd: fix translation in ksmbd_acls_fattr()Christian Brauner2021-09-031-4/+4
* ksmbd: fix permission check issue on chown and chmodNamjae Jeon2021-08-211-6/+18
* ksmbd: don't set FILE DELETE and FILE_DELETE_CHILD in access mask by defaultNamjae Jeon2021-08-201-2/+0
* ksmbd: remove select FS_POSIX_ACL in KconfigNamjae Jeon2021-08-131-34/+46
* ksmbd: fix memory leak in smb_inherit_dacl()Namjae Jeon2021-07-081-9/+14
* ksmbd: call mnt_user_ns once in a functionHyunchul Lee2021-07-051-11/+14
* ksmbd: add user namespace supportHyunchul Lee2021-07-021-42/+57
* ksmbd: replace struct dentry with struct path in some function's argumentsHyunchul Lee2021-07-021-12/+13
* ksmbd: reorder and document on-disk and netlink structures in headersNamjae Jeon2021-06-301-1/+0
* ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2021-06-281-0/+1321