summaryrefslogtreecommitdiffstats
path: root/fs/smb/server/server.c
AgeCommit message (Expand)AuthorLines
2024-12-15ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis-6/+1
2024-12-10ksmbd: fix racy issue from session lookup and expireNamjae Jeon-2/+2
2024-11-25ksmbd: fix use-after-free in SMB request handlingYunseong Kim-0/+4
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon-2/+2
2024-11-05ksmbd: check outstanding simultaneous SMB operationsNamjae Jeon-6/+10
2024-11-05ksmbd: fix slab-use-after-free in smb3_preauth_hash_rspNamjae Jeon-2/+2
2024-10-09ksmbd: fix user-after-free from session log offNamjae Jeon-0/+2
2024-09-25ksmbd: Correct typos in multiple comments across various filesShen Lichuan-1/+1
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong-1/+1
2024-07-14ksmbd: add durable scavenger timerNamjae Jeon-0/+1
2024-04-19ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon-8/+5
2024-03-18ksmbd: remove module versionNamjae Jeon-1/+0
2023-10-04ksmbd: fix race condition between tree conn lookup and disconnectNamjae Jeon-0/+2
2023-09-21ksmbd: return invalid parameter error response if smb2 request is invalidNamjae Jeon-1/+3
2023-09-03ksmbd: remove experimental warningSteve French-2/+0
2023-08-29ksmbd: add support for read compoundNamjae Jeon-4/+4
2023-07-23ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon-1/+6
2023-06-16ksmbd: validate session id and tree id in the compound requestNamjae Jeon-13/+20
2023-05-24smb: move client and server files to common directory fs/smbSteve French-0/+630