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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-26
Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-9
/
+18
2024-05-23
ksmbd: ignore trailing slashes in share paths
Nandor Kracser
1
-1
/
+5
2024-05-14
smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-9
/
+9
2024-05-13
ksmbd: avoid to send duplicate oplock break notifications
Namjae Jeon
1
-8
/
+13
2024-05-05
ksmbd: do not grant v2 lease if parent lease key and epoch are not set
Namjae Jeon
1
-5
/
+9
2024-05-05
ksmbd: use rwsem instead of rwlock for lease break
Namjae Jeon
5
-38
/
+30
2024-05-05
ksmbd: avoid to send duplicate lease break notifications
Namjae Jeon
1
-6
/
+15
2024-05-05
ksmbd: off ipv6only for both ipv4/ipv6 binding
Namjae Jeon
1
-0
/
+4
2024-04-29
ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()
Namjae Jeon
1
-2
/
+2
2024-04-20
ksmbd: add continuous availability share parameter
Namjae Jeon
2
-19
/
+27
2024-04-20
ksmbd: clear RENAME_NOREPLACE before calling vfs_rename
Marios Makassikis
1
-0
/
+5
2024-04-20
ksmbd: validate request buffer size in smb2_allocate_rsp_buf()
Namjae Jeon
1
-0
/
+4
2024-04-20
ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf
Namjae Jeon
1
-8
/
+5
2024-04-02
ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1
Namjae Jeon
1
-5
/
+5
2024-04-02
ksmbd: validate payload size in ipc response
Namjae Jeon
3
-2
/
+45
2024-04-02
ksmbd: don't send oplock break if rename fails
Namjae Jeon
1
-1
/
+2
2024-03-21
Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
15
-147
/
+716
2024-03-19
ksmbd: remove module version
Namjae Jeon
2
-3
/
+0
2024-03-19
ksmbd: fix potencial out-of-bounds when buffer offset is invalid
Namjae Jeon
2
-29
/
+42
2024-03-17
ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
Namjae Jeon
1
-1
/
+4
2024-03-15
ksmbd: Fix spelling mistake "connction" -> "connection"
Colin Ian King
1
-1
/
+1
2024-03-15
ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_close
Marios Makassikis
1
-1
/
+1
2024-03-12
ksmbd: add support for durable handles v1/v2
Namjae Jeon
9
-21
/
+506
2024-03-12
ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session
Namjae Jeon
3
-25
/
+29
2024-03-12
ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_info
Marios Makassikis
1
-2
/
+8
2024-03-12
ksmbd: replace generic_fillattr with vfs_getattr
Marios Makassikis
3
-66
/
+127
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2
-29
/
+29
2024-02-08
ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read fails
Fedor Pchelkin
1
-2
/
+6
2024-02-08
ksmbd: Add kernel-doc for ksmbd_extract_sharename() function
Yang Li
1
-0
/
+1
2024-02-05
smb/server: adapt to breakup of struct file_lock
Jeff Layton
2
-25
/
+23
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
2
-0
/
+2
2024-02-05
smb/server: convert to using new filelock helpers
Jeff Layton
2
-6
/
+6
2024-01-25
ksmbd: fix global oob in ksmbd_nl_policy
Lin Ma
2
-3
/
+4
2024-01-22
smb: Fix some kernel-doc comments
Yang Li
1
-0
/
+2
2024-01-15
ksmbd: only v2 leases handle the directory
Namjae Jeon
1
-0
/
+6
2024-01-14
ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
Namjae Jeon
4
-18
/
+13
2024-01-14
ksmbd: validate mech token in session setup
Namjae Jeon
3
-5
/
+23
2024-01-12
Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
8
-58
/
+70
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-10
ksmbd: Add missing set_freezable() for freezable kthread
Kevin Hao
1
-0
/
+1
2024-01-10
ksmbd: free ppace array on error in parse_dacl
Fedor Pchelkin
1
-4
/
+7
2024-01-09
ksmbd: send lease break notification on FILE_RENAME_INFORMATION
Namjae Jeon
2
-5
/
+8
2024-01-09
ksmbd: don't allow O_TRUNC open on read-only share
Namjae Jeon
1
-14
/
+9
2024-01-09
ksmbd: vfs: fix all kernel-doc warnings
Randy Dunlap
1
-10
/
+18
2024-01-09
ksmbd: auth: fix most kernel-doc warnings
Randy Dunlap
1
-6
/
+8
2024-01-09
ksmbd: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-15
/
+6
2024-01-09
ksmbd: don't increment epoch if current state and request state are same
Namjae Jeon
1
-3
/
+6
2024-01-09
ksmbd: fix potential circular locking issue in smb2_set_ea()
Namjae Jeon
1
-3
/
+4
2024-01-09
ksmbd: set v2 lease version on lease upgrade
Namjae Jeon
1
-0
/
+1
2024-01-09
ksmbd: validate the zero field of packet header
Li Nan
1
-1
/
+5
[next]