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
/
smb2maperror.c
Age
Commit message (
Expand
)
Author
2026-02-08
smb/client: introduce KUnit test to check search result of smb2_error_map_table
ChenXiaoSong
2026-02-08
smb/client: use bsearch() to find target in smb2_error_map_table
ChenXiaoSong
2026-02-08
smb/client: check whether smb2_error_map_table is sorted in ascending order
ChenXiaoSong
2026-02-08
cifs: Autogenerate SMB2 error mapping table
David Howells
2025-12-07
smb/client: update some SMB2 status strings
ChenXiaoSong
2025-12-05
smb/client: add two elements to smb2_error_map_table array
ChenXiaoSong
2025-12-05
smb/client: remove unused elements from smb2_error_map_table array
ChenXiaoSong
2025-12-05
smb/client: reduce loop count in map_smb2_to_linux_error() by half
ChenXiaoSong
2025-12-05
cifs: Do some preparation prior to organising the function declarations
David Howells
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
2025-01-29
cifs: Change translation of STATUS_PRIVILEGE_NOT_HELD to -EPERM
Pali Rohár
2025-01-26
cifs: Change translation of STATUS_NOT_A_REPARSE_POINT to -ENODATA
Pali Rohár
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
2024-01-18
cifs: new nt status codes from MS-SMB2
Shyam Prasad N
2023-09-20
smb3: remove duplicate error mapping
Steve French
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French