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.19.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-7.0.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
/
smb2pdu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-11
smb/server: fix refcount leak in parse_durable_handle_context()
ZhangGuoDong
1
-0
/
+1
2026-02-11
smb/server: fix refcount leak in smb2_open()
ZhangGuoDong
1
-1
/
+1
2026-02-11
smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()
ZhangGuoDong
1
-1
/
+4
2026-02-06
ksmbd: fix recursive locking in RPC handle list access
Marios Makassikis
1
-1
/
+8
2026-01-11
ksmbd: Fix memory leak in get_file_all_info()
Zilin Guan
1
-1
/
+3
2026-01-11
ksmbd: fix buffer validation by including null terminator size in EA length
Namjae Jeon
1
-2
/
+2
2026-01-11
ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency
Namjae Jeon
1
-3
/
+0
2026-01-11
smb/server: fix return value of smb2_ioctl()
ChenXiaoSong
1
-3
/
+6
2025-12-07
ksmbd: fix use-after-free in session logoff
Sean Heelan
1
-4
/
+0
2025-11-24
smb/server: fix possible refcount leak in smb2_sess_setup()
ZhangGuoDong
1
-0
/
+1
2025-11-24
smb/server: fix possible memory leak in smb2_read()
ZhangGuoDong
1
-0
/
+1
2025-10-23
ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTL
Namjae Jeon
1
-0
/
+4
2025-10-15
ksmbd: fix error code overwriting in smb2_get_info_filesystem()
Matvey Kovalev
1
-1
/
+2
2025-09-19
ksmbd: fix null pointer dereference in alloc_preauth_hash()
Namjae Jeon
1
-3
/
+11
2025-08-28
smb/server: avoid deadlock when linking with ReplaceIfExists
NeilBrown
1
-12
/
+4
2025-08-15
ksmbd: fix Preauh_HashValue race condition
Namjae Jeon
1
-4
/
+0
2025-08-15
ksmbd: fix null pointer dereference error in generate_encryptionkey
Namjae Jeon
1
-2
/
+16
2025-07-17
ksmbd: fix potential use-after-free in oplock/lease break ack
Namjae Jeon
1
-20
/
+9
2025-07-06
ksmbd: remove unsafe_memcpy use in session setup
Namjae Jeon
1
-9
/
+3
2025-07-06
ksmbd: Use unsafe_memcpy() for ntlm_negotiate
Namjae Jeon
1
-2
/
+5
2025-07-06
ksmbd: provide zero as a unique ID to the Mac client
Namjae Jeon
1
-2
/
+17
2025-07-06
ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten...
Namjae Jeon
1
-26
/
+27
2025-06-27
ksmbd: fix null pointer dereference in destroy_previous_session
Namjae Jeon
1
-5
/
+6
2025-05-18
ksmbd: prevent rename with empty string
Namjae Jeon
1
-0
/
+5
2025-05-09
ksmbd: fix use-after-free in kerberos authentication
Sean Heelan
1
-5
/
+0
2025-04-25
ksmbd: Fix dangling pointer in krb_authenticate
Sean Heelan
1
-1
/
+3
2025-04-10
ksmbd: fix session use-after-free in multichannel connection
Namjae Jeon
1
-3
/
+4
2025-04-10
ksmbd: add bounds check for durable handle context
Namjae Jeon
1
-0
/
+21
2025-04-10
ksmbd: fix multichannel connection failure
Namjae Jeon
1
-8
/
+4
2025-03-13
ksmbd: fix bug on trap in smb2_lock
Namjae Jeon
1
-1
/
+1
2025-03-13
ksmbd: fix use-after-free in smb2_lock
Namjae Jeon
1
-3
/
+3
2025-01-17
ksmbd: Implement new SMB3 POSIX type
Namjae Jeon
1
-0
/
+40
2025-01-17
ksmbd: fix a missing return value check bug
Wentao Liang
1
-0
/
+3
2025-01-09
ksmbd: set ATTR_CTIME flags when setting mtime
Namjae Jeon
1
-7
/
+3
2025-01-09
ksmbd: retry iterate_dir in smb2_query_dir
Hobin Woo
1
-1
/
+11
2024-12-19
ksmbd: fix racy issue from session lookup and expire
Namjae Jeon
1
-13
/
+14
2024-12-14
ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write
Jordy Zomer
1
-0
/
+2
2024-12-14
ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read
Jordy Zomer
1
-0
/
+4
2024-10-22
ksmbd: fix user-after-free from session log off
Namjae Jeon
1
-1
/
+7
2024-09-18
smb/server: fix return value of smb2_open()
ChenXiaoSong
1
-1
/
+1
2024-09-18
ksmbd: override fsids for smb2_query_info()
Namjae Jeon
1
-0
/
+7
2024-09-18
ksmbd: override fsids for share path check
Namjae Jeon
1
-1
/
+1
2024-09-12
smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
ChenXiaoSong
1
-5
/
+5
2024-09-12
ksmbd: unset the binding mark of a reused connection
Namjae Jeon
1
-0
/
+4
2024-08-29
ksmbd: fix race condition between destroy_previous_session() and smb2 operati...
Namjae Jeon
1
-1
/
+1
2024-08-29
ksmbd: the buffer of smb2 query dir response has at least 1 byte
Namjae Jeon
1
-1
/
+2
2024-07-25
ksmbd: return FILE_DEVICE_DISK instead of super magic
Namjae Jeon
1
-2
/
+7
2024-07-18
ksmbd: discard write access to the directory open
Hobin Woo
1
-2
/
+11
2024-06-21
ksmbd: fix missing use of get_write in in smb2_set_ea()
Namjae Jeon
1
-3
/
+4
2024-06-21
ksmbd: move leading slash check to smb2_get_name()
Namjae Jeon
1
-9
/
+6
[next]