summaryrefslogtreecommitdiff
path: root/fs/smb/server/vfs.c
AgeCommit message (Expand)AuthorFilesLines
10 daysksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
2025-08-15ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon1-1/+2
2025-07-17ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro1-0/+1
2025-06-04ksmbd: fix stream write failureNamjae Jeon1-8/+6
2025-05-18ksmbd: prevent out-of-bounds stream writes by validating *posNorbert Szetei1-0/+7
2025-04-25ksmbd: fix the warning from __kernel_write_iterNamjae Jeon1-1/+2
2025-01-17ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang1-1/+2
2024-10-04ksmbd: handle caseless file creationNamjae Jeon1-7/+3
2024-10-04ksmbd: allow write with FILE_APPEND_DATANamjae Jeon1-1/+1
2024-10-04ksmbd: make __dir_empty() compatible with POSIXHobin Woo1-3/+4
2024-06-21ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon1-6/+11
2024-05-25ksmbd: vfs: fix all kernel-doc warningsRandy Dunlap1-10/+18
2024-04-27ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis1-0/+5
2024-04-03ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis1-2/+10
2024-01-05ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon1-0/+3
2024-01-05ksmbd: separately allocate ci per dentryNamjae Jeon1-1/+1
2024-01-05ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon1-3/+4
2024-01-05ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon1-1/+1
2023-12-08ksmbd: fix possible deadlock in smb2_openNamjae Jeon1-27/+41
2023-11-28ksmbd: fix recursive locking in vfs helpersMarios Makassikis1-20/+3
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
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+2
2023-07-23ksmbd: check if a mount point is crossed during path lookupNamjae Jeon1-25/+33
2023-07-12ksmbd: Fix unsigned expression compared with zeroWang Ming1-3/+4
2023-06-26ksmbd: use kvzalloc instead of kvmallocNamjae Jeon1-2/+2
2023-06-26ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei1-5/+1
2023-06-26ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon1-1/+1
2023-06-17ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon1-24/+93
2023-06-02ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon1-2/+2
2023-05-27ksmbd: call putname after using the last componentNamjae Jeon1-2/+6
2023-05-27ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon1-0/+1
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+1852