index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
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
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