summaryrefslogtreecommitdiff
path: root/fs/smb/server/vfs.c
AgeCommit message (Expand)Author
6 daysksmbd: fix n.data memory leak in ksmbd_vfs_set_dos_attrib_xattrQiang Liu
6 daysksmbd: Fix acl.sd_buf memory leak and invalid sd_size error handlingQiang Liu
6 daysksmbd: fix sd_ndr.data memory leak in ksmbd_vfs_set_sd_xattrQiang Liu
2026-06-22ksmbd: deny renaming directory with open childrenNamjae Jeon
2026-06-22ksmbd: check parent directory sharing conflicts on renameNamjae Jeon
2026-06-16ksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi
2026-06-16ksmbd: use opener credentials for FSCTL mutationsNamjae Jeon
2026-06-16ksmbd: use opener credentials for ADS I/ONamjae Jeon
2026-06-16ksmbd: use opener credentials for delete-on-closeNamjae Jeon
2026-06-16smb/server: implement FSCTL_SET_COMPRESSION ioctl handlerChenXiaoSong
2026-06-16smb/server: implement FSCTL_GET_COMPRESSION ioctl handlerChenXiaoSong
2026-06-16smb/server: get compression file attribute on openChenXiaoSong
2026-06-16ksmbd: prevent path traversal bypass by restricting caseless retryNamjae Jeon
2026-05-29vfs: make LAST_XXX private to fs/namei.cJori Koolstra
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-12Merge tag 'v7.0-rc-part1-ksmbd-and-smbdirect-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-02-09Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2026-02-08ksmbd: add procfs interface for runtime monitoring and statisticsBahubali B Gumaji
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein
2026-01-22smb: server: fix comment for ksmbd_vfs_kern_path_start_removing()Stefan Metzmacher
2026-01-16ksmbd: use CLASS(filename_kernel)Al Viro
2026-01-13ksmbd_vfs_rename(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro
2026-01-13ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro
2025-12-14ksmbd: convert comma to semicolonChen Ni
2025-12-03Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong
2025-11-30ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown
2025-11-14VFS: introduce start_removing_dentry()NeilBrown
2025-11-14smb/server: use end_removing_noperm for for target of smb2_create_link()NeilBrown
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-09-30ksmbd: copy overlapped range within the same fileNamjae Jeon
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown
2025-09-15ksmbd_vfs_set_init_posix_acl(): constify path argumentAl Viro
2025-09-15ksmbd_vfs_inherit_posix_acl(): constify path argumentAl Viro
2025-09-15ksmbd_vfs_kern_path_unlock(): constify path argumentAl Viro
2025-09-15ksmbd_vfs_path_lookup_locked(): root_share_path can be const struct path *Al Viro
2025-07-28Merge tag 'v6.17-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-24ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon
2025-07-24smb/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