index
:
pub/scm/linux/kernel/git/djiang/linux.git
master
Dave Jiang fork of linux.git
Dave Jiang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
connection.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
ksmbd: safely drain sessions during logoff
Namjae Jeon
1
-2
/
+6
2026-08-17
smb/server: warn if ksmbd_proc_create() fails
Ze Tan
1
-1
/
+2
2026-08-17
ksmbd: add SMB Direct RDMA encryption transform
Namjae Jeon
1
-0
/
+2
2026-08-17
ksmbd: disconnect on SMB3 decryption failure
Namjae Jeon
1
-0
/
+16
2026-08-17
ksmbd: scope session state changes to bound connections
Namjae Jeon
1
-6
/
+31
2026-08-17
smb: server: Free sensitive data in connection.c with kfree_sensitive()
Thomas Huth
1
-3
/
+3
2026-08-17
ksmbd: free preauth sessions on connection teardown
Namjae Jeon
1
-0
/
+3
2026-08-17
smb/server: cancel async requests when closing connection
ChenXiaoSong
1
-0
/
+21
2026-08-17
ksmbd: implement the command sequence window
Namjae Jeon
1
-0
/
+8
2026-08-17
ksmbd: expose connection runtime state in procfs
Namjae Jeon
1
-12
/
+84
2026-08-17
ksmbd: fix malformed procfs status output
Namjae Jeon
1
-6
/
+6
2026-08-17
smb/server: use MSG_EOR for async interim response
ChenXiaoSong
1
-0
/
+9
2026-08-17
smb/server: introduce struct ksmbd_transport_write
ChenXiaoSong
1
-6
/
+16
2026-08-03
ksmbd: apply the pre-authentication PDU limit when decompressing
Sujal Tuladhar
1
-5
/
+1
2026-07-22
ksmbd: validate minimum PDU size for transform requests
Namjae Jeon
1
-5
/
+11
2026-06-16
ksmbd: negotiate and decode SMB2 compression
Namjae Jeon
1
-0
/
+12
2026-05-01
ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put()
Namjae Jeon
1
-0
/
+4
2026-05-01
ksmbd: centralize ksmbd_conn final release to plug transport leak
DaeMyung Kang
1
-15
/
+86
2026-04-29
ksmbd: rewrite stop_sessions() with restartable iteration
DaeMyung Kang
1
-8
/
+38
2026-04-22
ksmbd: destroy async_ida in ksmbd_conn_free()
DaeMyung Kang
1
-0
/
+9
2026-04-22
ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()
DaeMyung Kang
1
-3
/
+2
2026-04-15
smb: server: no longer use smbdirect_socket_set_custom_workqueue()
Stefan Metzmacher
1
-1
/
+0
2026-04-15
smb: server: remove unused ksmbd_transport_ops.prepare()
Stefan Metzmacher
1
-4
/
+0
2026-04-12
ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc
Greg Kroah-Hartman
1
-0
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-10
ksmbd: fix non-IPv6 build
Arnd Bergmann
1
-3
/
+5
2026-02-08
ksmbd: add procfs interface for runtime monitoring and statistics
Bahubali B Gumaji
1
-0
/
+57
2025-12-21
smb/server: fix minimum SMB2 PDU size
ChenXiaoSong
1
-2
/
+2
2025-12-21
smb/server: fix minimum SMB1 PDU size
ChenXiaoSong
1
-2
/
+3
2025-12-21
ksmbd: rename smb2_get_msg to smb_get_msg
Namjae Jeon
1
-1
/
+1
2025-09-30
ksmbd: replace connection list with hash table
Namjae Jeon
1
-12
/
+11
2025-09-28
smb: server: make use of common smbdirect.h
Stefan Metzmacher
1
-2
/
+2
2025-08-17
smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()
Stefan Metzmacher
1
-1
/
+2
2025-06-17
ksmbd: add free_transport ops in ksmbd connection
Namjae Jeon
1
-1
/
+1
2025-04-14
ksmbd: fix use-after-free in __smb2_lease_break_noti()
Namjae Jeon
1
-1
/
+3
2025-03-10
ksmbd: prevent connection release during oplock break notification
Namjae Jeon
1
-0
/
+20
2024-12-15
ksmbd: fix broken transfers when exceeding max simultaneous operations
Marios Makassikis
1
-2
/
+11
2024-12-15
ksmbd: count all requests in req_running counter
Marios Makassikis
1
-2
/
+3
2024-11-25
ksmbd: add debug print for pending request during server shutdown
Namjae Jeon
1
-0
/
+1
2024-11-25
ksmbd: use msleep instaed of schedule_timeout_interruptible()
Namjae Jeon
1
-1
/
+1
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
1
-2
/
+2
2024-11-05
ksmbd: check outstanding simultaneous SMB operations
Namjae Jeon
1
-0
/
+1
2024-09-25
ksmbd: Correct typos in multiple comments across various files
Shen Lichuan
1
-1
/
+1
2024-09-14
ksmbd: add refcnt to ksmbd_conn struct
Namjae Jeon
1
-1
/
+3
2024-08-18
ksmbd: fix race condition between destroy_previous_session() and smb2 operati...
Namjae Jeon
1
-1
/
+33
2024-01-14
ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
Namjae Jeon
1
-6
/
+0
2024-01-09
ksmbd: Add missing set_freezable() for freezable kthread
Kevin Hao
1
-0
/
+1
2023-10-30
ksmbd: no need to wait for binded connection termination at logoff
Namjae Jeon
1
-16
/
+0
2023-10-04
ksmbd: fix race condition between session lookup and expire
Namjae Jeon
1
-0
/
+2
2023-09-21
ksmbd: check iov vector index in ksmbd_conn_write()
Namjae Jeon
1
-0
/
+3
[next]