index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
connection.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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 operations()
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
2023-08-29
ksmbd: add support for read compound
Namjae Jeon
1
-40
/
+15
2023-06-02
ksmbd: validate smb request protocol id
Namjae Jeon
1
-2
/
+3
2023-06-02
ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop
Namjae Jeon
1
-0
/
+12
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French
1
-0
/
+470