index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
mgmt
/
user_session.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-31
ksmbd: safely drain sessions during logoff
Namjae Jeon
1
-1
/
+12
2026-08-17
smb/server: fix session counter on session removal
Ze Tan
1
-4
/
+10
2026-08-17
smb/server: update session counter under sessions table lock
Ze Tan
1
-1
/
+1
2026-08-17
smb/server: fix session leak in ksmbd_session_register()
Ze Tan
1
-1
/
+12
2026-08-17
smb/server: warn if ksmbd_proc_create() fails
Ze Tan
1
-1
/
+4
2026-08-17
ksmbd: scope session state changes to bound connections
Namjae Jeon
1
-4
/
+4
2026-08-17
ksmbd: fix encrypted request lookup on bound channels
Namjae Jeon
1
-2
/
+9
2026-08-17
smb: server: Free session data in user_session.c with kfree_sensitive()
Thomas Huth
1
-2
/
+2
2026-08-17
ksmbd: expire SMB sessions when Kerberos tickets expire
Namjae Jeon
1
-2
/
+12
2026-08-17
ksmbd: free preauth sessions on connection teardown
Namjae Jeon
1
-0
/
+11
2026-08-17
ksmbd: report session and open file details in procfs
Namjae Jeon
1
-27
/
+55
2026-08-17
ksmbd: fix malformed procfs status output
Namjae Jeon
1
-45
/
+30
2026-08-17
ksmbd: add SMB3 request replay support
Namjae Jeon
1
-8
/
+0
2026-08-17
ksmbd: distinguish unknown RPC pipe names
Namjae Jeon
1
-4
/
+4
2026-08-17
ksmbd: quiet mdssvc RPC log spam
Gael Blivet
1
-0
/
+3
2026-07-16
ksmbd: remove stale channels from all sessions on teardown
Gil Portnoy
1
-14
/
+11
2026-07-06
ksmbd: fix multichannel binding and enforce channel limit
Namjae Jeon
1
-2
/
+2
2026-04-22
ksmbd: scope conn->binding slowpath to bound sessions only
Hyunwoo Kim
1
-1
/
+6
2026-04-22
ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()
DaeMyung Kang
1
-2
/
+3
2026-04-12
ksmbd: validate owner of durable handle on reconnect
Namjae Jeon
1
-5
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-02-10
ksmbd: fix non-IPv6 build
Arnd Bergmann
1
-3
/
+5
2026-02-09
ksmbd: convert tree_conns_lock to rw_semaphore
Namjae Jeon
1
-1
/
+3
2026-02-09
ksmbd: fix missing chann_lock while iterating session channel list
Namjae Jeon
1
-13
/
+17
2026-02-09
ksmbd: add chann_lock to protect ksmbd_chann_list xarray
Namjae Jeon
1
-0
/
+5
2026-02-08
ksmbd: add procfs interface for runtime monitoring and statistics
Bahubali B Gumaji
1
-0
/
+216
2025-12-14
ksmbd: Fix refcount leak when invalid session is found on session lookup
Namjae Jeon
1
-1
/
+3
2025-10-15
ksmbd: fix recursive locking in RPC handle list access
Marios Makassikis
1
-5
/
+2
2025-09-30
ksmbd: increase session and share hash table bits
Namjae Jeon
1
-1
/
+1
2025-09-30
ksmbd: Fix race condition in RPC handle list access
Yunseong Kim
1
-9
/
+17
2025-04-22
ksmbd: fix use-after-free in ksmbd_session_rpc_open
Namjae Jeon
1
-6
/
+14
2025-04-01
ksmbd: fix null pointer dereference in alloc_preauth_hash()
Namjae Jeon
1
-2
/
+2
2025-04-01
ksmbd: fix session use-after-free in multichannel connection
Namjae Jeon
1
-6
/
+8
2025-03-27
ksmbd: fix multichannel connection failure
Namjae Jeon
1
-0
/
+16
2025-03-27
ksmbd: fix use-after-free in ksmbd_sessions_deregister()
Namjae Jeon
1
-0
/
+3
2024-12-10
ksmbd: fix racy issue from session lookup and expire
Namjae Jeon
1
-1
/
+5
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
1
-5
/
+5
2024-11-05
ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create
Namjae Jeon
1
-1
/
+3
2024-10-28
ksmbd: Fix the missing xa_store error check
Jinjie Ruan
1
-4
/
+7
2024-10-09
ksmbd: fix user-after-free from session log off
Namjae Jeon
1
-5
/
+21
2024-08-18
ksmbd: fix race condition between destroy_previous_session() and smb2 operati...
Namjae Jeon
1
-0
/
+9
2024-07-14
ksmbd: add durable scavenger timer
Namjae Jeon
1
-0
/
+2
2024-03-12
ksmbd: add support for durable handles v1/v2
Namjae Jeon
1
-0
/
+1
2024-03-12
ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session
Namjae Jeon
1
-1
/
+26
2023-10-04
ksmbd: fix race condition between tree conn lookup and disconnect
Namjae Jeon
1
-0
/
+1
2023-10-04
ksmbd: fix race condition between session lookup and expire
Namjae Jeon
1
-3
/
+7
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French
1
-0
/
+391