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
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