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
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
2023-11-08
ksmbd: handle malformed smb1 message
Namjae Jeon
1
-0
/
+11
2023-11-08
ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
Namjae Jeon
1
-3
/
+4
2023-11-08
ksmbd: fix slab out of bounds write in smb_inherit_dacl()
Namjae Jeon
1
-3
/
+26
2023-11-03
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2
-0
/
+15
2023-11-02
Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
6
-118
/
+194
2023-10-31
ksmbd: no need to wait for binded connection termination at logoff
Namjae Jeon
1
-16
/
+0
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-4
/
+4
2023-10-27
treewide: Add SPDX identifier to IETF ASN.1 modules
Lukas Wunner
2
-0
/
+15
2023-10-23
ksmbd: add support for surrogate pair conversion
Namjae Jeon
1
-49
/
+138
2023-10-23
ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...
Kangjing Huang
1
-10
/
+30
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-10-23
ksmbd: reorganize ksmbd_iov_pin_rsp()
Namjae Jeon
1
-21
/
+22
2023-10-23
ksmbd: Remove unused field in ksmbd_user struct
Cheng-Han Wu
1
-1
/
+0
2023-10-18
server: convert to new timestamp accessors
Jeff Layton
1
-4
/
+4
2023-10-13
ksmbd: fix potential double free on smb2_read_pipe() error path
Namjae Jeon
1
-1
/
+1
2023-10-13
ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
Namjae Jeon
1
-0
/
+3
2023-10-13
ksmbd: fix wrong error response status by using set_smb2_rsp_status()
Namjae Jeon
1
-4
/
+5
2023-10-13
ksmbd: not allow to open file if delelete on close bit is set
Namjae Jeon
1
-2
/
+2
2023-10-05
ksmbd: fix race condition between tree conn lookup and disconnect
Namjae Jeon
6
-17
/
+90
2023-10-05
ksmbd: fix race condition from parallel smb2 lock requests
Namjae Jeon
1
-11
/
+1
2023-10-05
ksmbd: fix race condition from parallel smb2 logoff requests
Namjae Jeon
1
-8
/
+16
2023-10-05
ksmbd: fix uaf in smb20_oplock_break_ack
luosili
1
-2
/
+2
2023-10-05
ksmbd: fix race condition with fp
Namjae Jeon
3
-4
/
+32
2023-10-05
ksmbd: fix race condition between session lookup and expire
Namjae Jeon
3
-3
/
+10
2023-09-21
ksmbd: check iov vector index in ksmbd_conn_write()
Namjae Jeon
1
-0
/
+3
2023-09-21
ksmbd: return invalid parameter error response if smb2 request is invalid
Namjae Jeon
2
-4
/
+4
2023-09-13
ksmbd: fix passing freed memory 'aux_payload_buf'
Namjae Jeon
1
-1
/
+1
2023-09-13
ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
Namjae Jeon
1
-1
/
+0
2023-09-04
ksmbd: remove experimental warning
Steve French
2
-3
/
+1
2023-09-01
Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbd
Linus Torvalds
15
-417
/
+432
2023-08-31
Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
4
-590
/
+5
2023-08-30
fs/smb: Swing unicode common code from smb->NLS
Dr. David Alan Gilbert
4
-413
/
+5
2023-08-30
fs/smb: Remove unicode 'lower' tables
Dr. David Alan Gilbert
2
-177
/
+0
2023-08-29
ksmbd: add missing calling smb2_set_err_rsp() on error
Namjae Jeon
1
-0
/
+1
2023-08-29
ksmbd: replace one-element array with flex-array member in struct smb2_ea_info
Namjae Jeon
2
-2
/
+2
2023-08-29
ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
Namjae Jeon
1
-0
/
+3
2023-08-29
ksmbd: fix wrong DataOffset validation of create context
Namjae Jeon
1
-1
/
+1
2023-08-29
ksmbd: Fix one kernel-doc comment
Yang Li
1
-1
/
+0
2023-08-29
ksmbd: reduce descriptor size if remaining bytes is less than request size
Namjae Jeon
1
-7
/
+18
2023-08-29
ksmbd: fix `force create mode' and `force directory mode'
Atte Heikkilä
1
-18
/
+11
2023-08-29
ksmbd: fix wrong interim response on compound
Namjae Jeon
4
-26
/
+26
2023-08-29
ksmbd: add support for read compound
Namjae Jeon
12
-370
/
+380
2023-08-29
ksmbd: switch to use kmemdup_nul() helper
Yang Yingliang
1
-3
/
+1
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-16
/
+17
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
2
-12
/
+13
2023-08-06
ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()
Namjae Jeon
1
-1
/
+8
2023-08-06
ksmbd: validate command request size
Long Li
1
-5
/
+5
2023-07-24
smb: convert to ctime accessor functions
Jeff Layton
1
-4
/
+4
2023-07-23
ksmbd: fix out of bounds in init_smb2_rsp_hdr()
Namjae Jeon
3
-10
/
+18
[next]