summaryrefslogtreecommitdiff
path: root/fs/ksmbd/vfs_cache.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-23Merge tag '6.3-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-3/+2
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2023-02-20ksmbd: fix possible memory leak in smb2_lock()Hangyu Hua1-3/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-1/+1
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-08-01ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon1-1/+1
2022-04-15ksmbd: increment reference count of parent fpNamjae Jeon1-0/+1
2022-04-15ksmbd: remove filename in ksmbd_fileNamjae Jeon1-1/+0
2021-09-04ksmbd: remove unused ksmbd_file_table_flush functionNamjae Jeon1-16/+0
2021-07-10ksmbd: free ksmbd_lock when file is closedHyunchul Lee1-0/+16
2021-07-09ksmbd: change data type of volatile/persistent id to u64Namjae Jeon1-16/+16
2021-07-02ksmbd: add user namespace supportHyunchul Lee1-2/+3
2021-06-29ksmbd: opencode to remove FP_INODE macroNamjae Jeon1-3/+3
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon1-0/+708