index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2025-12-30
smb/server: fix refcount leak in smb2_open()
ZhangGuoDong
1
-1
/
+1
2025-12-30
smb/server: fix refcount leak in parse_durable_handle_context()
ZhangGuoDong
1
-0
/
+1
2025-12-30
smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()
ZhangGuoDong
1
-1
/
+4
2025-12-30
ksmbd: Fix memory leak in get_file_all_info()
Zilin Guan
1
-1
/
+3
2025-12-22
smb/server: fix minimum SMB2 PDU size
ChenXiaoSong
1
-2
/
+2
2025-12-22
smb/server: fix minimum SMB1 PDU size
ChenXiaoSong
1
-2
/
+3
2025-12-22
ksmbd: rename smb2_get_msg to smb_get_msg
Namjae Jeon
8
-61
/
+61
2025-12-22
ksmbd: Fix to handle removal of rfc1002 header from smb_hdr
David Howells
2
-11
/
+11
2025-12-18
Merge tag 'v6.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+1
2025-12-17
smb: move some SMB1 definitions into common/smb1pdu.h
ZhangGuoDong
1
-0
/
+1
2025-12-15
ksmbd: fix buffer validation by including null terminator size in EA length
Namjae Jeon
1
-2
/
+2
2025-12-15
ksmbd: Fix refcount leak when invalid session is found on session lookup
Namjae Jeon
1
-1
/
+3
2025-12-15
ksmbd: remove redundant DACL check in smb_check_perm_dacl
Alexey Velichayshiy
1
-3
/
+0
2025-12-15
ksmbd: convert comma to semicolon
Chen Ni
1
-1
/
+1
2025-12-15
smb: server: defer the initial recv completion logic to smb_direct_negotiate_...
Stefan Metzmacher
1
-28
/
+142
2025-12-15
smb: server: initialize recv_io->cqe.done = recv_done just once
Stefan Metzmacher
1
-1
/
+4
2025-12-10
smb/server: add comment to FileSystemName of FileFsAttributeInformation
ChenXiaoSong
1
-0
/
+7
2025-12-10
smb/server: remove unused nterr.h
ChenXiaoSong
3
-545
/
+0
2025-12-10
smb/server: rename include guard in smb_common.h
ChenXiaoSong
1
-3
/
+3
2025-12-06
smb: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP
ChenXiaoSong
1
-1
/
+1
2025-12-04
Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
20
-972
/
+342
2025-12-04
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-2
/
+2
2025-12-02
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
3
-95
/
+33
2025-12-02
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-5
/
+4
2025-12-01
ksmbd: ipc: fix use-after-free in ipc_msg_send_request
Qianchang Zhao
1
-2
/
+5
2025-12-01
smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...
Stefan Metzmacher
1
-8
/
+32
2025-12-01
ksmbd: vfs: fix race on m_flags in vfs_cache
Qianchang Zhao
1
-26
/
+62
2025-12-01
ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathname
Thorsten Blum
1
-5
/
+10
2025-12-01
smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h
ChenXiaoSong
2
-10
/
+3
2025-12-01
ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb server
Aaditya Kansal
1
-10
/
+11
2025-12-01
ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency
Namjae Jeon
3
-18
/
+4
2025-12-01
ksmbd: server: avoid busy polling in accept loop
Qingfang Deng
1
-35
/
+6
2025-12-01
smb: move create_durable_reconn to common/smb2pdu.h
ChenXiaoSong
2
-15
/
+3
2025-12-01
smb: do some cleanups
ChenXiaoSong
1
-13
/
+6
2025-12-01
smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.h
ChenXiaoSong
2
-10
/
+3
2025-12-01
smb: move some duplicate struct definitions to common/fscc.h
ChenXiaoSong
4
-140
/
+37
2025-12-01
smb: move list of FileSystemAttributes to common/fscc.h
ChenXiaoSong
1
-27
/
+1
2025-12-01
smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.h
ChenXiaoSong
1
-6
/
+1
2025-12-01
smb: move some duplicate definitions to common/smb2pdu.h
ZhangGuoDong
3
-97
/
+5
2025-12-01
smb: move create_durable_rsp_v2 to common/smb2pdu.h
ChenXiaoSong
3
-13
/
+7
2025-12-01
smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.h
ChenXiaoSong
2
-16
/
+5
2025-12-01
smb: move create_durable_req_v2 to common/smb2pdu.h
ChenXiaoSong
2
-13
/
+4
2025-12-01
smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.h
ChenXiaoSong
1
-2
/
+0
2025-12-01
ksmbd: skip lock-range check on equal size to avoid size==0 underflow
Qianchang Zhao
1
-1
/
+4
2025-12-01
smb: move resume_key_ioctl_rsp to common/smb2pdu.h
ZhangGuoDong
2
-8
/
+2
2025-12-01
smb: move copychunk definitions to common/smb2pdu.h
ZhangGuoDong
2
-22
/
+2
2025-12-01
smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.h
ZhangGuoDong
2
-15
/
+2
2025-12-01
smb: move SMB1_PROTO_NUMBER to common/smbglob.h
ZhangGuoDong
1
-1
/
+0
2025-12-01
smb: move get_rfc1002_len() to common/smbglob.h
ZhangGuoDong
1
-5
/
+0
2025-12-01
smb: move smb_version_values to common/smbglob.h
ZhangGuoDong
4
-51
/
+22
[next]