index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
connection.c
Age
Commit message (
Expand
)
Author
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