index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
connection.c
Age
Commit message (
Expand
)
Author
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