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
/
server.c
Age
Commit message (
Expand
)
Author
2025-12-21
ksmbd: rename smb2_get_msg to smb_get_msg
Namjae Jeon
2025-12-21
ksmbd: Fix to handle removal of rfc1002 header from smb_hdr
David Howells
2025-11-30
ksmbd: Use HMAC-MD5 library for NTLMv2
Eric Biggers
2025-11-30
ksmbd: Use HMAC-SHA256 library for message signing and key generation
Eric Biggers
2025-11-30
ksmbd: Use SHA-512 library for SMB3.1.1 preauth hash
Eric Biggers
2025-09-28
smb: server: add a pr_info() when the server starts running
Stefan Metzmacher
2025-05-25
ksmbd: remove unnecessary softdep on crc32
Eric Biggers
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-10
ksmbd: fix racy issue from session lookup and expire
Namjae Jeon
2024-11-25
ksmbd: fix use-after-free in SMB request handling
Yunseong Kim
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
2024-11-05
ksmbd: check outstanding simultaneous SMB operations
Namjae Jeon
2024-11-05
ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp
Namjae Jeon
2024-10-09
ksmbd: fix user-after-free from session log off
Namjae Jeon
2024-09-25
ksmbd: Correct typos in multiple comments across various files
Shen Lichuan
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
2024-07-14
ksmbd: add durable scavenger timer
Namjae Jeon
2024-04-19
ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf
Namjae Jeon
2024-03-18
ksmbd: remove module version
Namjae Jeon
2023-10-04
ksmbd: fix race condition between tree conn lookup and disconnect
Namjae Jeon
2023-09-21
ksmbd: return invalid parameter error response if smb2 request is invalid
Namjae Jeon
2023-09-03
ksmbd: remove experimental warning
Steve French
2023-08-29
ksmbd: add support for read compound
Namjae Jeon
2023-07-23
ksmbd: fix out of bounds in init_smb2_rsp_hdr()
Namjae Jeon
2023-06-16
ksmbd: validate session id and tree id in the compound request
Namjae Jeon
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French