summaryrefslogtreecommitdiff
path: root/fs/ksmbd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-1852/+0
2023-04-24ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon1-247/+188
2023-04-21ksmbd: remove internal.h includeNamjae Jeon1-2/+0
2023-02-23Merge tag '6.3-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-3/+3
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-86/+86
2023-02-15ksmbd: Fix parameter name and comment mismatchJiapeng Chong1-3/+3
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-9/+7
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-53/+48
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-8/+8
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-20/+27
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-13Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+11
2022-12-12Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds1-1/+1
2022-11-30ksmbd: use locks_inode_context helperJeff Layton1-1/+1
2022-11-25vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein1-3/+3
2022-10-20ksmbd: use vfs_remove_acl()Christian Brauner1-1/+1
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-7/+8
2022-10-07Merge tag '6.1-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-12/+24
2022-10-05ksmbd: make utf-8 file name comparison work in __caseless_lookup()Atte Heikkilä1-3/+17
2022-10-05ksmbd: constify struct pathAl Viro1-2/+2
2022-10-05ksmbd: don't open-code %pDAl Viro1-8/+6
2022-08-18Change calling conventions for filldir_tAl Viro1-8/+6
2022-08-09Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-2/+6
2022-08-04ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon1-0/+5
2022-08-01ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon1-2/+1
2022-07-15acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner1-1/+1
2022-07-01vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein1-0/+4
2022-06-26ksmbd: use vfs_llseek instead of dereferencing NULLJason A. Donenfeld1-2/+2
2022-06-24ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZE...Namjae Jeon1-1/+3
2022-04-15ksmbd: remove filename in ksmbd_fileNamjae Jeon1-4/+2
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-11-12ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg1-4/+4
2021-10-14ksmbd: add validation in smb2_ioctlNamjae Jeon1-1/+1
2021-09-25ksmbd: use LOOKUP_BENEATH to prevent the out of share accessHyunchul Lee1-74/+82
2021-09-23ksmbd: remove follow symlinks supportNamjae Jeon1-23/+9
2021-09-04ksmbd: fix translation in acl entriesChristian Brauner1-2/+2
2021-09-04ksmbd: fix lookup on idmapped mountsChristian Brauner1-19/+24
2021-08-13ksmbd: remove select FS_POSIX_ACL in KconfigNamjae Jeon1-0/+9
2021-07-13ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()Namjae Jeon1-49/+52
2021-07-10ksmbd: uninterruptible wait for a file being unlockedHyunchul Lee1-2/+2
2021-07-10ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()Dan Carpenter1-21/+6
2021-07-05ksmbd: call mnt_user_ns once in a functionHyunchul Lee1-2/+3
2021-07-02ksmbd: add user namespace supportHyunchul Lee1-65/+107
2021-06-29ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryNamjae Jeon1-1/+1
2021-06-29ksmbd: opencode to remove FP_INODE macroNamjae Jeon1-1/+1
2021-06-29ksmbd: fix dentry racy with rename()Namjae Jeon1-6/+8
2021-06-28ksmbd: set MAY_* flags together with open flagsHyunchul Lee1-29/+13