summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smbacl.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-20fs: rename current get acl methodChristian Brauner1-1/+1
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-2/+2
2022-10-05ksmbd: port to vfs{g,u}id_t and associated helpersChristian Brauner1-2/+4
2022-10-05ksmbd: constify struct pathAl Viro1-3/+3
2022-08-04ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon1-42/+88
2022-05-09ksmbd: fix reference count leak in smb_check_perm_dacl()Xin Xiong1-0/+1
2021-12-03fs: use low-level mapping helpersChristian Brauner1-16/+2
2021-12-03fs: move mapping helpersChristian Brauner1-0/+1
2021-09-30ksmbd: add buffer validation for SMB2_CREATE_CONTEXTHyunchul Lee1-2/+19
2021-09-08ksmbd: fix control flow issues in sid_to_id()Namjae Jeon1-26/+22
2021-09-03ksmbd: defer notify_change() callChristian Brauner1-7/+16
2021-09-03ksmbd: fix translation in sid_to_id()Christian Brauner1-4/+18
2021-09-03ksmbd: fix subauth 0 handling in sid_to_id()Christian Brauner1-2/+2
2021-09-03ksmbd: fix translation in acl entriesChristian Brauner1-8/+6
2021-09-03ksmbd: fix translation in ksmbd_acls_fattr()Christian Brauner1-4/+4
2021-08-21ksmbd: fix permission check issue on chown and chmodNamjae Jeon1-6/+18
2021-08-20ksmbd: don't set FILE DELETE and FILE_DELETE_CHILD in access mask by defaultNamjae Jeon1-2/+0
2021-08-13ksmbd: remove select FS_POSIX_ACL in KconfigNamjae Jeon1-34/+46
2021-07-08ksmbd: fix memory leak in smb_inherit_dacl()Namjae Jeon1-9/+14
2021-07-05ksmbd: call mnt_user_ns once in a functionHyunchul Lee1-11/+14
2021-07-02ksmbd: add user namespace supportHyunchul Lee1-42/+57
2021-07-02ksmbd: replace struct dentry with struct path in some function's argumentsHyunchul Lee1-12/+13
2021-06-30ksmbd: reorder and document on-disk and netlink structures in headersNamjae Jeon1-1/+0
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon1-0/+1321