index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
connection.c
Age
Commit message (
Expand
)
Author
3 days
ksmbd: validate minimum PDU size for transform requests
Namjae Jeon
2026-06-16
ksmbd: negotiate and decode SMB2 compression
Namjae Jeon
2026-05-01
ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put()
Namjae Jeon
2026-05-01
ksmbd: centralize ksmbd_conn final release to plug transport leak
DaeMyung Kang
2026-04-29
ksmbd: rewrite stop_sessions() with restartable iteration
DaeMyung Kang
2026-04-22
ksmbd: destroy async_ida in ksmbd_conn_free()
DaeMyung Kang
2026-04-22
ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()
DaeMyung Kang
2026-04-15
smb: server: no longer use smbdirect_socket_set_custom_workqueue()
Stefan Metzmacher
2026-04-15
smb: server: remove unused ksmbd_transport_ops.prepare()
Stefan Metzmacher
2026-04-12
ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc
Greg Kroah-Hartman
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-10
ksmbd: fix non-IPv6 build
Arnd Bergmann
2026-02-08
ksmbd: add procfs interface for runtime monitoring and statistics
Bahubali B Gumaji
2025-12-21
smb/server: fix minimum SMB2 PDU size
ChenXiaoSong
2025-12-21
smb/server: fix minimum SMB1 PDU size
ChenXiaoSong
2025-12-21
ksmbd: rename smb2_get_msg to smb_get_msg
Namjae Jeon
2025-09-30
ksmbd: replace connection list with hash table
Namjae Jeon
2025-09-28
smb: server: make use of common smbdirect.h
Stefan Metzmacher
2025-08-17
smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()
Stefan Metzmacher
2025-06-17
ksmbd: add free_transport ops in ksmbd connection
Namjae Jeon
2025-04-14
ksmbd: fix use-after-free in __smb2_lease_break_noti()
Namjae Jeon
2025-03-10
ksmbd: prevent connection release during oplock break notification
Namjae Jeon
2024-12-15
ksmbd: fix broken transfers when exceeding max simultaneous operations
Marios Makassikis
2024-12-15
ksmbd: count all requests in req_running counter
Marios Makassikis
2024-11-25
ksmbd: add debug print for pending request during server shutdown
Namjae Jeon
2024-11-25
ksmbd: use msleep instaed of schedule_timeout_interruptible()
Namjae Jeon
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
2024-11-05
ksmbd: check outstanding simultaneous SMB operations
Namjae Jeon
2024-09-25
ksmbd: Correct typos in multiple comments across various files
Shen Lichuan
2024-09-14
ksmbd: add refcnt to ksmbd_conn struct
Namjae Jeon
2024-08-18
ksmbd: fix race condition between destroy_previous_session() and smb2 operati...
Namjae Jeon
2024-01-14
ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
Namjae Jeon
2024-01-09
ksmbd: Add missing set_freezable() for freezable kthread
Kevin Hao
2023-10-30
ksmbd: no need to wait for binded connection termination at logoff
Namjae Jeon
2023-10-04
ksmbd: fix race condition between session lookup and expire
Namjae Jeon
2023-09-21
ksmbd: check iov vector index in ksmbd_conn_write()
Namjae Jeon
2023-08-29
ksmbd: add support for read compound
Namjae Jeon
2023-06-02
ksmbd: validate smb request protocol id
Namjae Jeon
2023-06-02
ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop
Namjae Jeon
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French