index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ksmbd
/
connection.c
Age
Commit message (
Expand
)
Author
2023-06-28
smb: move client and server files to common directory fs/smb
Steve French
2023-06-21
ksmbd: validate smb request protocol id
Namjae Jeon
2023-06-14
ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop
Namjae Jeon
2023-05-24
ksmbd: allocate one more byte for implied bcc[0]
Chih-Yen Chang
2023-05-17
ksmbd: fix racy issue from smb2 close and logoff with multichannel
Namjae Jeon
2023-05-17
ksmbd: fix racy issue from session setup and logoff
Namjae Jeon
2023-04-13
ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN
Marios Makassikis
2023-03-30
ksmbd: return unsupported error on smb1 mount
Namjae Jeon
2023-03-30
ksmbd: don't terminate inactive sessions after a few seconds
Namjae Jeon
2023-02-01
ksmbd: limit pdu length size according to connection status
Namjae Jeon
2023-01-12
ksmbd: fix infinite loop in ksmbd_conn_handler_loop()
Namjae Jeon
2022-10-05
ksmbd: casefold utf-8 share names and fix ascii lowercase conversion
Atte Heikkilä
2022-07-31
ksmbd: use wait_event instead of schedule_timeout()
Namjae Jeon
2022-07-26
ksmbd: replace sessions list in connection with xarray
Namjae Jeon
2022-05-21
ksmbd: fix outstanding credits related bugs
Hyunchul Lee
2022-05-21
ksmbd: smbd: change prototypes of RDMA read/write related functions
Hyunchul Lee
2022-01-10
ksmbd: add smb-direct shutdown
Yufan Chen
2022-01-10
ksmbd: limits exceeding the maximum allowable outstanding requests
Namjae Jeon
2021-11-11
ksmbd: remove smb2_buf_length in smb2_transform_hdr
Namjae Jeon
2021-11-11
ksmbd: remove smb2_buf_length in smb2_hdr
Namjae Jeon
2021-10-13
ksmbd: improve credits management
Hyunchul Lee
2021-10-06
ksmbd: add the check to vaildate if stream protocol length exceeds maximum value
Namjae Jeon
2021-07-15
ksmbd: fix typo in comment
Namjae Jeon
2021-07-13
ksmbd: fix an error message in ksmbd_conn_trasnport_init
Hyunchul Lee
2021-07-10
ksmbd: free ksmbd_lock when file is closed
Hyunchul Lee
2021-07-10
ksmbd: fix the running request count decrement
Hyunchul Lee
2021-06-28
ksmbd: move fs/cifsd to fs/ksmbd
Namjae Jeon