summaryrefslogtreecommitdiff
path: root/fs/smb/server/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-02ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
2025-10-04Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-4/+4
2025-10-01ksmbd: copy overlapped range within the same fileNamjae Jeon1-2/+14
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-4/+4
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown1-2/+1
2025-09-16ksmbd_vfs_set_init_posix_acl(): constify path argumentAl Viro1-1/+1
2025-09-16ksmbd_vfs_inherit_posix_acl(): constify path argumentAl Viro1-1/+1
2025-09-16ksmbd_vfs_kern_path_unlock(): constify path argumentAl Viro1-1/+1
2025-09-16ksmbd_vfs_path_lookup_locked(): root_share_path can be const struct path *Al Viro1-1/+1
2025-07-29Merge tag 'v6.17-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-112/+128
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2025-07-25ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon1-1/+2
2025-07-24smb/server: add ksmbd_vfs_kern_path()NeilBrown1-58/+95
2025-07-21smb/server: simplify ksmbd_vfs_kern_path_locked()NeilBrown1-64/+42
2025-07-08ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro1-0/+1
2025-06-18ksmbd: handle set/get info file for streamed fileNamjae Jeon1-2/+3
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-2/+2
2025-05-26ksmbd: use SHA-256 library API instead of crypto_shash APIEric Biggers1-16/+4
2025-05-22ksmbd: fix rename failureNamjae Jeon1-1/+1
2025-05-20ksmbd: fix stream write failureNamjae Jeon1-8/+6
2025-05-06ksmbd: prevent out-of-bounds stream writes by validating *posNorbert Szetei1-0/+7
2025-04-15ksmbd: fix the warning from __kernel_write_iterNamjae Jeon1-1/+2
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-22/+10
2025-02-19VFS: add common error checks to lookup_one_qstr_excl()NeilBrown1-16/+10
2025-01-16ksmbd: Remove unused functionsDr. David Alan Gilbert1-7/+0
2025-01-08ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang1-1/+2
2024-11-26ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon1-6/+6
2024-09-14ksmbd: handle caseless file creationNamjae Jeon1-7/+3
2024-09-14ksmbd: make __dir_empty() compatible with POSIXHobin Woo1-3/+4
2024-09-14ksmbd: allow write with FILE_APPEND_DATANamjae Jeon1-1/+1
2024-06-12ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon1-6/+11
2024-04-20ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis1-0/+5
2024-03-21Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-2/+10
2024-03-12ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis1-2/+10
2024-02-05smb/server: adapt to breakup of struct file_lockJeff Layton1-5/+4
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-02-05smb/server: convert to using new filelock helpersJeff Layton1-3/+3
2024-01-12Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-10/+18
2024-01-12Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+5
2024-01-09ksmbd: vfs: fix all kernel-doc warningsRandy Dunlap1-10/+18
2023-12-08ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon1-0/+3
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-0/+5
2023-11-24ksmbd: separately allocate ci per dentryNamjae Jeon1-1/+1
2023-11-24ksmbd: fix possible deadlock in smb2_openNamjae Jeon1-27/+41
2023-11-08ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon1-3/+4
2023-10-23ksmbd: fix recursive locking in vfs helpersMarios Makassikis1-20/+3
2023-10-23ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon1-1/+1
2023-09-01Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds1-2/+2
2023-08-29ksmbd: add support for read compoundNamjae Jeon1-2/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+2