index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
vfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-14
ksmbd: handle caseless file creation
Namjae Jeon
1
-7
/
+3
2024-09-14
ksmbd: make __dir_empty() compatible with POSIX
Hobin Woo
1
-3
/
+4
2024-09-14
ksmbd: allow write with FILE_APPEND_DATA
Namjae Jeon
1
-1
/
+1
2024-06-12
ksmbd: fix missing use of get_write in in smb2_set_ea()
Namjae Jeon
1
-6
/
+11
2024-04-20
ksmbd: clear RENAME_NOREPLACE before calling vfs_rename
Marios Makassikis
1
-0
/
+5
2024-03-21
Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
1
-2
/
+10
2024-03-12
ksmbd: replace generic_fillattr with vfs_getattr
Marios Makassikis
1
-2
/
+10
2024-02-05
smb/server: adapt to breakup of struct file_lock
Jeff Layton
1
-5
/
+4
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
1
-0
/
+1
2024-02-05
smb/server: convert to using new filelock helpers
Jeff Layton
1
-3
/
+3
2024-01-12
Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
1
-10
/
+18
2024-01-12
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+5
2024-01-09
ksmbd: vfs: fix all kernel-doc warnings
Randy Dunlap
1
-10
/
+18
2023-12-08
ksmbd: lazy v2 lease break on smb2_write()
Namjae Jeon
1
-0
/
+3
2023-11-25
rename(): avoid a deadlock in the case of parents having no common ancestor
Al Viro
1
-0
/
+5
2023-11-24
ksmbd: separately allocate ci per dentry
Namjae Jeon
1
-1
/
+1
2023-11-24
ksmbd: fix possible deadlock in smb2_open
Namjae Jeon
1
-27
/
+41
2023-11-08
ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
Namjae Jeon
1
-3
/
+4
2023-10-23
ksmbd: fix recursive locking in vfs helpers
Marios Makassikis
1
-20
/
+3
2023-10-23
ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
Namjae Jeon
1
-1
/
+1
2023-09-01
Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbd
Linus Torvalds
1
-2
/
+2
2023-08-29
ksmbd: add support for read compound
Namjae Jeon
1
-2
/
+2
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+2
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+2
2023-07-23
ksmbd: check if a mount point is crossed during path lookup
Namjae Jeon
1
-25
/
+33
2023-07-12
ksmbd: Fix unsigned expression compared with zero
Wang Ming
1
-3
/
+4
2023-06-26
ksmbd: use kvzalloc instead of kvmalloc
Namjae Jeon
1
-2
/
+2
2023-06-26
ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void
Lu Hongfei
1
-5
/
+1
2023-06-26
ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()
Namjae Jeon
1
-1
/
+1
2023-06-17
ksmbd: add mnt_want_write to ksmbd vfs functions
Namjae Jeon
1
-24
/
+93
2023-06-02
ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
Namjae Jeon
1
-2
/
+2
2023-05-27
ksmbd: call putname after using the last component
Namjae Jeon
1
-2
/
+6
2023-05-27
ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
Namjae Jeon
1
-0
/
+1
2023-05-25
smb: move client and server files to common directory fs/smb
Steve French
1
-0
/
+1852