summaryrefslogtreecommitdiffstats
path: root/fs/smb/server/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis2024-04-191-0/+5
* Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-03-201-2/+10
|\
| * ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis2024-03-121-2/+10
* | smb/server: adapt to breakup of struct file_lockJeff Layton2024-02-051-5/+4
* | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
* | smb/server: convert to using new filelock helpersJeff Layton2024-02-051-3/+3
|/
* Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-01-111-10/+18
|\
| * ksmbd: vfs: fix all kernel-doc warningsRandy Dunlap2024-01-091-10/+18
* | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-0/+5
|\ \ | |/ |/|
| * rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-251-0/+5
* | ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon2023-12-081-0/+3
* | ksmbd: separately allocate ci per dentryNamjae Jeon2023-11-231-1/+1
* | ksmbd: fix possible deadlock in smb2_openNamjae Jeon2023-11-231-27/+41
|/
* ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon2023-11-071-3/+4
* ksmbd: fix recursive locking in vfs helpersMarios Makassikis2023-10-221-20/+3
* ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon2023-10-221-1/+1
* Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds2023-08-311-2/+2
|\
| * ksmbd: add support for read compoundNamjae Jeon2023-08-291-2/+2
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-1/+2
|\ \ | |/ |/|
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+2
* | ksmbd: check if a mount point is crossed during path lookupNamjae Jeon2023-07-231-25/+33
* | ksmbd: Fix unsigned expression compared with zeroWang Ming2023-07-121-3/+4
|/
* ksmbd: use kvzalloc instead of kvmallocNamjae Jeon2023-06-261-2/+2
* ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei2023-06-261-5/+1
* ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon2023-06-261-1/+1
* ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon2023-06-161-24/+93
* ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon2023-06-021-2/+2
* ksmbd: call putname after using the last componentNamjae Jeon2023-05-261-2/+6
* ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon2023-05-261-0/+1
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+1852