summaryrefslogtreecommitdiff
path: root/fs/smb/server/vfs.c
AgeCommit message (Expand)Author
6 daysMerge tag 'v6.17-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
6 daysMerge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
10 daysksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon
10 dayssmb/server: add ksmbd_vfs_kern_path()NeilBrown
2025-07-20smb/server: simplify ksmbd_vfs_kern_path_locked()NeilBrown
2025-07-08ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro
2025-06-17ksmbd: handle set/get info file for streamed fileNamjae Jeon
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown
2025-05-25ksmbd: use SHA-256 library API instead of crypto_shash APIEric Biggers
2025-05-21ksmbd: fix rename failureNamjae Jeon
2025-05-19ksmbd: fix stream write failureNamjae Jeon
2025-05-06ksmbd: prevent out-of-bounds stream writes by validating *posNorbert Szetei
2025-04-14ksmbd: fix the warning from __kernel_write_iterNamjae Jeon
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-02-19VFS: add common error checks to lookup_one_qstr_excl()NeilBrown
2025-01-15ksmbd: Remove unused functionsDr. David Alan Gilbert
2025-01-07ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon
2024-09-14ksmbd: handle caseless file creationNamjae Jeon
2024-09-14ksmbd: make __dir_empty() compatible with POSIXHobin Woo
2024-09-14ksmbd: allow write with FILE_APPEND_DATANamjae Jeon
2024-06-11ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon
2024-04-19ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis
2024-03-20Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-03-12ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis
2024-02-05smb/server: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-05smb/server: convert to using new filelock helpersJeff Layton
2024-01-11Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-09ksmbd: vfs: fix all kernel-doc warningsRandy Dunlap
2023-12-08ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro
2023-11-23ksmbd: separately allocate ci per dentryNamjae Jeon
2023-11-23ksmbd: fix possible deadlock in smb2_openNamjae Jeon
2023-11-07ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon
2023-10-22ksmbd: fix recursive locking in vfs helpersMarios Makassikis
2023-10-22ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon
2023-08-31Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds
2023-08-29ksmbd: add support for read compoundNamjae Jeon
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-23ksmbd: check if a mount point is crossed during path lookupNamjae Jeon
2023-07-12ksmbd: Fix unsigned expression compared with zeroWang Ming
2023-06-26ksmbd: use kvzalloc instead of kvmallocNamjae Jeon
2023-06-26ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei
2023-06-26ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon
2023-06-16ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon
2023-06-02ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon
2023-05-26ksmbd: call putname after using the last componentNamjae Jeon