summaryrefslogtreecommitdiff
path: root/fs/ksmbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.3-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-02-221-3/+3
|\
| * ksmbd: Fix parameter name and comment mismatchJiapeng Chong2023-02-151-3/+3
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-86/+86
|\ \
| * | fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-9/+7
| * | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-2/+2
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-53/+48
| * | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-8/+8
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
| * | fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-20/+27
| |/
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-10/+11
|\
| * ksmbd: use vfs_remove_acl()Christian Brauner2022-10-201-1/+1
| * fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
| * fs: pass dentry to set acl methodChristian Brauner2022-10-191-7/+8
* | Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2022-12-121-1/+1
|\ \
| * | ksmbd: use locks_inode_context helperJeff Layton2022-11-301-1/+1
| |/
* | vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-11-251-3/+3
|/
* Merge tag '6.1-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-10-071-12/+24
|\
| * ksmbd: make utf-8 file name comparison work in __caseless_lookup()Atte Heikkilä2022-10-051-3/+17
| * ksmbd: constify struct pathAl Viro2022-10-051-2/+2
| * ksmbd: don't open-code %pDAl Viro2022-10-051-8/+6
* | Change calling conventions for filldir_tAl Viro2022-08-171-8/+6
|/
* Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-08-081-2/+6
|\
| * ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon2022-08-041-0/+5
| * ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon2022-07-311-2/+1
* | acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2022-07-151-1/+1
|/
* vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein2022-06-301-0/+4
* ksmbd: use vfs_llseek instead of dereferencing NULLJason A. Donenfeld2022-06-251-2/+2
* ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZE...Namjae Jeon2022-06-231-1/+3
* ksmbd: remove filename in ksmbd_fileNamjae Jeon2022-04-141-4/+2
* block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg2021-11-111-4/+4
* ksmbd: add validation in smb2_ioctlNamjae Jeon2021-10-131-1/+1
* ksmbd: use LOOKUP_BENEATH to prevent the out of share accessHyunchul Lee2021-09-241-74/+82
* ksmbd: remove follow symlinks supportNamjae Jeon2021-09-221-23/+9
* ksmbd: fix translation in acl entriesChristian Brauner2021-09-031-2/+2
* ksmbd: fix lookup on idmapped mountsChristian Brauner2021-09-031-19/+24
* ksmbd: remove select FS_POSIX_ACL in KconfigNamjae Jeon2021-08-131-0/+9
* ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()Namjae Jeon2021-07-131-49/+52
* ksmbd: uninterruptible wait for a file being unlockedHyunchul Lee2021-07-101-2/+2
* ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()Dan Carpenter2021-07-101-21/+6
* ksmbd: call mnt_user_ns once in a functionHyunchul Lee2021-07-051-2/+3
* ksmbd: add user namespace supportHyunchul Lee2021-07-021-65/+107
* ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryNamjae Jeon2021-06-291-1/+1
* ksmbd: opencode to remove FP_INODE macroNamjae Jeon2021-06-291-1/+1
* ksmbd: fix dentry racy with rename()Namjae Jeon2021-06-291-6/+8
* ksmbd: set MAY_* flags together with open flagsHyunchul Lee2021-06-281-29/+13
* ksmbd: factor out a ksmbd_vfs_lock_parent helperHyunchul Lee2021-06-281-63/+62
* ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2021-06-281-0/+1870