index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ksmbd
/
smbacl.c
Age
Commit message (
Expand
)
Author
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French
2023-01-19
fs: port vfs{g,u}id helpers to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2023-01-18
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
2022-10-20
fs: rename current get acl method
Christian Brauner
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
2022-10-05
ksmbd: port to vfs{g,u}id_t and associated helpers
Christian Brauner
2022-10-05
ksmbd: constify struct path
Al Viro
2022-08-04
ksmbd: fix heap-based overflow in set_ntacl_dacl()
Namjae Jeon
2022-05-09
ksmbd: fix reference count leak in smb_check_perm_dacl()
Xin Xiong
2021-12-03
fs: use low-level mapping helpers
Christian Brauner
2021-12-03
fs: move mapping helpers
Christian Brauner
2021-09-30
ksmbd: add buffer validation for SMB2_CREATE_CONTEXT
Hyunchul Lee
2021-09-08
ksmbd: fix control flow issues in sid_to_id()
Namjae Jeon
2021-09-03
ksmbd: defer notify_change() call
Christian Brauner
2021-09-03
ksmbd: fix translation in sid_to_id()
Christian Brauner
2021-09-03
ksmbd: fix subauth 0 handling in sid_to_id()
Christian Brauner
2021-09-03
ksmbd: fix translation in acl entries
Christian Brauner
2021-09-03
ksmbd: fix translation in ksmbd_acls_fattr()
Christian Brauner
2021-08-21
ksmbd: fix permission check issue on chown and chmod
Namjae Jeon
2021-08-20
ksmbd: don't set FILE DELETE and FILE_DELETE_CHILD in access mask by default
Namjae Jeon
2021-08-13
ksmbd: remove select FS_POSIX_ACL in Kconfig
Namjae Jeon
2021-07-08
ksmbd: fix memory leak in smb_inherit_dacl()
Namjae Jeon
2021-07-05
ksmbd: call mnt_user_ns once in a function
Hyunchul Lee
2021-07-02
ksmbd: add user namespace support
Hyunchul Lee
2021-07-02
ksmbd: replace struct dentry with struct path in some function's arguments
Hyunchul Lee
2021-06-30
ksmbd: reorder and document on-disk and netlink structures in headers
Namjae Jeon
2021-06-28
ksmbd: move fs/cifsd to fs/ksmbd
Namjae Jeon