index
:
kernel/git/stable/linux-stable.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-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
Age
Commit message (
Expand
)
Author
2025-12-12
ksmbd: ipc: fix use-after-free in ipc_msg_send_request
Qianchang Zhao
2025-11-24
ksmbd: close accepted socket when per-IP limit rejects connection
Joshua Rogers
2025-11-24
smb/server: fix possible refcount leak in smb2_sess_setup()
ZhangGuoDong
2025-11-24
smb/server: fix possible memory leak in smb2_read()
ZhangGuoDong
2025-11-13
ksmbd: use sock_create_kern interface to create kernel socket
Namjae Jeon
2025-10-29
ksmbd: transport_ipc: validate payload size before reading handle
Qianchang Zhao
2025-10-29
smb: server: let smb_direct_flush_send_list() invalidate a remote key first
Stefan Metzmacher
2025-10-23
ksmbd: fix recursive locking in RPC handle list access
Marios Makassikis
2025-10-15
ksmbd: add max ip connections parameter
Namjae Jeon
2025-10-15
ksmbd: fix error code overwriting in smb2_get_info_filesystem()
Matvey Kovalev
2025-10-15
ksmbd: Fix race condition in RPC handle list access
Yunseong Kim
2025-10-15
smb: server: fix IRD/ORD negotiation with the client
Stefan Metzmacher
2025-09-21
smb: server: use disable_work_sync in transport_rdma.c
Stefan Metzmacher
2025-09-21
smb: server: don't use delayed_work for post_recv_credits_work
Stefan Metzmacher
2025-09-14
ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_size
Stefan Metzmacher
2025-09-14
ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_da...
Namjae Jeon
2025-09-14
smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGES
Stefan Metzmacher
2025-08-31
ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensions
Philipp Kerling
2025-08-17
ksmbd: fix refcount leak causing resource not released
Ziyan Xu
2025-08-17
ksmbd: extend the connection limiting mechanism to support IPv6
Namjae Jeon
2025-08-17
smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()
Stefan Metzmacher
2025-08-09
Merge tag 'v6.17rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2025-08-07
smb: server: Fix extension string in ksmbd_extract_shortname()
Thorsten Blum
2025-08-07
ksmbd: limit repeated connections from clients with the same IP
Namjae Jeon
2025-08-06
smb: server: let recv_done() avoid touching data_transfer after cleanup/move
Stefan Metzmacher
2025-08-06
smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...
Stefan Metzmacher
2025-08-06
smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...
Stefan Metzmacher
2025-08-06
smb: server: remove separate empty_recvmsg_queue
Stefan Metzmacher
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-07-28
Merge tag 'v6.17-rc-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-07-24
ksmbd: fix corrupted mtime and ctime in smb2_open
Namjae Jeon
2025-07-24
ksmbd: fix Preauh_HashValue race condition
Namjae Jeon
2025-07-24
ksmbd: check return value of xa_store() in krb5_authenticate
Namjae Jeon
2025-07-24
ksmbd: fix null pointer dereference error in generate_encryptionkey
Namjae Jeon
2025-07-24
smb/server: add ksmbd_vfs_kern_path()
NeilBrown
2025-07-20
smb/server: avoid deadlock when linking with ReplaceIfExists
NeilBrown
2025-07-20
smb/server: simplify ksmbd_vfs_kern_path_locked()
NeilBrown
2025-07-20
smb/server: use lookup_one_unlocked()
NeilBrown
2025-07-18
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-08
ksmbd: fix potential use-after-free in oplock/lease break ack
Namjae Jeon
2025-07-08
ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()
Al Viro
2025-07-08
smb: server: make use of rdma_destroy_qp()
Stefan Metzmacher
2025-06-23
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
2025-06-17
ksmbd: handle set/get info file for streamed file
Namjae Jeon
2025-06-17
ksmbd: fix null pointer dereference in destroy_previous_session
Namjae Jeon
2025-06-17
ksmbd: add free_transport ops in ksmbd connection
Namjae Jeon
2025-06-16
VFS: change old_dir and new_dir in struct renamedata to dentrys
NeilBrown
2025-06-04
Merge tag '6.16-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
[next]