index
:
pub/scm/linux/kernel/git/devsec/spdm.git
master
lukas's fork of linux.git
Device Security Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb1maperror.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-26
smb: client: remove conditional return with no effect
Sang-Heon Jeon
1
-5
/
+1
2026-07-14
smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols
Andy Shevchenko
1
-12
/
+12
2026-04-05
smb/client: introduce KUnit tests to check DOS/SRV err mapping search
Youling Tang
1
-5
/
+28
2026-04-05
smb/client: check if SMB1 DOS/SRV error mapping arrays are sorted
Youling Tang
1
-0
/
+12
2026-04-05
smb/client: use binary search for SMB1 DOS/SRV error mapping
Huiwen He
1
-30
/
+37
2026-04-05
smb/client: autogenerate SMB1 DOS/SRV to POSIX error mapping
Huiwen He
1
-75
/
+10
2026-04-05
smb/client: introduce KUnit test to check ntstatus_to_dos_map search
Youling Tang
1
-0
/
+19
2026-04-05
smb/client: check if ntstatus_to_dos_map is sorted
Youling Tang
1
-0
/
+32
2026-04-05
smb/client: use binary search for NT status to DOS mapping
Huiwen He
1
-13
/
+19
2026-04-05
smb/client: refactor ntstatus_to_dos() to return mapping entry
Huiwen He
1
-32
/
+19
2026-04-05
smb/client: replace nt_errs with ntstatus_to_dos_map
Huiwen He
1
-9
/
+5
2026-04-05
smb/client: autogenerate SMB1 NT status to DOS error mapping
Huiwen He
1
-554
/
+10
2026-02-12
smb/client: map NT_STATUS_PRIVILEGE_NOT_HELD
ChenXiaoSong
1
-0
/
+1
2026-02-12
smb/client: map NT_STATUS_MORE_PROCESSING_REQUIRED
ChenXiaoSong
1
-0
/
+1
2026-02-12
smb/client: map NT_STATUS_BUFFER_OVERFLOW
ChenXiaoSong
1
-0
/
+1
2026-02-12
smb/client: map NT_STATUS_NOTIFY_ENUM_DIR
ChenXiaoSong
1
-0
/
+1
2026-02-09
cifs: Fix the copyright banner on smb1maperror.c
David Howells
1
-7
/
+6
2026-02-08
smb/client: remove useless comment in mapping_table_ERRSRV
Huiwen He
1
-4
/
+0
2026-02-08
smb/client: remove some literal NT error codes from ntstatus_to_dos_map
Huiwen He
1
-11
/
+0
2026-02-08
smb/client: add NT_STATUS_VOLUME_NOT_UPGRADED
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: add NT_STATUS_NO_USER_KEYS
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: add NT_STATUS_WRONG_EFS
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: add NT_STATUS_NO_EFS
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: add NT_STATUS_NO_RECOVERY_POLICY
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: add NT_STATUS_RANGE_NOT_FOUND
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: add NT_STATUS_DECRYPTION_FAILED
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: add NT_STATUS_ENCRYPTION_FAILED
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: add NT_STATUS_VOLUME_DISMOUNTED
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: add NT_STATUS_VARIABLE_NOT_FOUND
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: rename ERRinvlevel to ERRunknownlevel
Huiwen He
1
-2
/
+2
2026-02-08
smb/client: add NT_STATUS_OS2_INVALID_LEVEL
Huiwen He
1
-1
/
+1
2026-02-08
smb/client: map NT_STATUS_INVALID_INFO_CLASS to ERRbadpipe
Huiwen He
1
-1
/
+1
2026-02-08
cifs: SMB1 split: netmisc.c
David Howells
1
-0
/
+825