summaryrefslogtreecommitdiff
path: root/fs/smb/server/connection.c
AgeCommit message (Expand)Author
2026-06-16ksmbd: negotiate and decode SMB2 compressionNamjae Jeon
2026-05-01ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put()Namjae Jeon
2026-05-01ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang
2026-04-29ksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang
2026-04-22ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang
2026-04-22ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang
2026-04-15smb: server: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher
2026-04-15smb: server: remove unused ksmbd_transport_ops.prepare()Stefan Metzmacher
2026-04-12ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-10ksmbd: fix non-IPv6 buildArnd Bergmann
2026-02-08ksmbd: add procfs interface for runtime monitoring and statisticsBahubali B Gumaji
2025-12-21smb/server: fix minimum SMB2 PDU sizeChenXiaoSong
2025-12-21smb/server: fix minimum SMB1 PDU sizeChenXiaoSong
2025-12-21ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon
2025-09-30ksmbd: replace connection list with hash tableNamjae Jeon
2025-09-28smb: server: make use of common smbdirect.hStefan Metzmacher
2025-08-17smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()Stefan Metzmacher
2025-06-17ksmbd: add free_transport ops in ksmbd connectionNamjae Jeon
2025-04-14ksmbd: fix use-after-free in __smb2_lease_break_noti()Namjae Jeon
2025-03-10ksmbd: prevent connection release during oplock break notificationNamjae Jeon
2024-12-15ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis
2024-12-15ksmbd: count all requests in req_running counterMarios Makassikis
2024-11-25ksmbd: add debug print for pending request during server shutdownNamjae Jeon
2024-11-25ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon
2024-11-05ksmbd: check outstanding simultaneous SMB operationsNamjae Jeon
2024-09-25ksmbd: Correct typos in multiple comments across various filesShen Lichuan
2024-09-14ksmbd: add refcnt to ksmbd_conn structNamjae Jeon
2024-08-18ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon
2024-01-14ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon
2024-01-09ksmbd: Add missing set_freezable() for freezable kthreadKevin Hao
2023-10-30ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon
2023-10-04ksmbd: fix race condition between session lookup and expireNamjae Jeon
2023-09-21ksmbd: check iov vector index in ksmbd_conn_write()Namjae Jeon
2023-08-29ksmbd: add support for read compoundNamjae Jeon
2023-06-02ksmbd: validate smb request protocol idNamjae Jeon
2023-06-02ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loopNamjae Jeon
2023-05-24smb: move client and server files to common directory fs/smbSteve French