index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb2transport.c
Age
Commit message (
Expand
)
Author
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
2025-12-05
cifs: Don't need state locking in smb2_get_mid_entry()
David Howells
2025-12-05
cifs: Remove the server pointer from smb_message
David Howells
2025-10-23
cifs: Call the calc_signature functions directly
David Howells
2025-10-15
smb: client: Consolidate cmac(aes) shash allocation
Eric Biggers
2025-10-15
smb: client: Remove obsolete crypto_shash allocations
Eric Biggers
2025-10-15
smb: client: Use HMAC-SHA256 library for SMB2 signature calculation
Eric Biggers
2025-10-15
smb: client: Use HMAC-SHA256 library for key generation
Eric Biggers
2025-10-09
smb: client: Omit an if branch in smb2_find_smb_tcon()
Markus Elfring
2025-08-13
smb: client: fix mid_q_entry memleak leak with per-mid locking
Wang Zhaolong
2025-08-05
smb: client: rename server mid_lock to mid_queue_lock
Wang Zhaolong
2024-11-17
smb: client: fix use-after-free of signing key
Paulo Alcantara
2024-10-02
smb: client: Correct typos in multiple comments across various files
Shen Lichuan
2024-09-30
Revert "smb: client: make SHA-512 TFM ephemeral"
Steve French
2024-09-26
smb: client: make SHA-512 TFM ephemeral
Enzo Matsumiya
2024-09-26
smb: client: stop flooding dmesg in smb2_calc_signature()
Paulo Alcantara
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
2024-06-07
smb: client: fix deadlock in smb2_find_smb_tcon()
Enzo Matsumiya
2024-04-19
cifs: Add tracing for the cifs_tcon struct refcounting
David Howells
2024-03-31
smb: client: replace deprecated strncpy with strscpy
Justin Stitt
2023-11-13
cifs: fix check of rc in function generate_smb3signingkey
Ekaterina Esina
2023-11-09
cifs: handle cases where a channel is closed
Shyam Prasad N
2023-08-30
SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
Steve French
2023-07-12
smb: client: fix missed ses refcounting
Paulo Alcantara
2023-06-29
cifs: new dynamic tracepoint to track ses not found errors
Shyam Prasad N
2023-06-29
cifs: log session id when a matching ses is not found
Shyam Prasad N
2023-06-28
cifs: fix session state check in smb2_find_smb_ses
Winston Wen
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French