aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/server/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Gravatar Namjae Jeon 1-3/+4
2023-10-22ksmbd: fix recursive locking in vfs helpersGravatar Marios Makassikis 1-20/+3
2023-10-22ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Gravatar Namjae Jeon 1-1/+1
2023-08-31Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdGravatar Linus Torvalds 1-2/+2
2023-08-29ksmbd: add support for read compoundGravatar Namjae Jeon 1-2/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+2
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+2
2023-07-23ksmbd: check if a mount point is crossed during path lookupGravatar Namjae Jeon 1-25/+33
2023-07-12ksmbd: Fix unsigned expression compared with zeroGravatar Wang Ming 1-3/+4
2023-06-26ksmbd: use kvzalloc instead of kvmallocGravatar Namjae Jeon 1-2/+2
2023-06-26ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidGravatar Lu Hongfei 1-5/+1
2023-06-26ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Gravatar Namjae Jeon 1-1/+1
2023-06-16ksmbd: add mnt_want_write to ksmbd vfs functionsGravatar Namjae Jeon 1-24/+93
2023-06-02ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Gravatar Namjae Jeon 1-2/+2
2023-05-26ksmbd: call putname after using the last componentGravatar Namjae Jeon 1-2/+6
2023-05-26ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Gravatar Namjae Jeon 1-0/+1
2023-05-24smb: move client and server files to common directory fs/smbGravatar Steve French 1-0/+1852