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
/
vfs.h
Age
Commit message (
Expand
)
Author
2023-04-24
ksmbd: fix racy issue from using ->d_parent and ->d_name
Namjae Jeon
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-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-18
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
2022-10-05
ksmbd: make utf-8 file name comparison work in __caseless_lookup()
Atte Heikkilä
2022-10-05
ksmbd: constify struct path
Al Viro
2022-07-15
acl: move idmapped mount fixup into vfs_{g,s}etxattr()
Christian Brauner
2022-02-04
ksmbd: don't align last entry offset in smb2 query directory
Namjae Jeon
2021-11-11
ksmbd: Use the SMB3_Create definitions from the shared
Ronnie Sahlberg
2021-10-13
ksmbd: add validation in smb2_ioctl
Namjae Jeon
2021-09-24
ksmbd: use LOOKUP_BENEATH to prevent the out of share access
Hyunchul Lee
2021-09-03
ksmbd: fix lookup on idmapped mounts
Christian Brauner
2021-07-10
ksmbd: uninterruptible wait for a file being unlocked
Hyunchul Lee
2021-07-02
ksmbd: add user namespace support
Hyunchul Lee
2021-06-30
ksmbd: reorder and document on-disk and netlink structures in headers
Namjae Jeon
2021-06-29
ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentry
Namjae Jeon
2021-06-28
ksmbd: set MAY_* flags together with open flags
Hyunchul Lee
2021-06-28
ksmbd: move fs/cifsd to fs/ksmbd
Namjae Jeon