index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb1maperror.c
Age
Commit message (
Expand
)
Author
14 days
smb/client: introduce KUnit tests to check DOS/SRV err mapping search
Youling Tang
14 days
smb/client: check if SMB1 DOS/SRV error mapping arrays are sorted
Youling Tang
14 days
smb/client: use binary search for SMB1 DOS/SRV error mapping
Huiwen He
14 days
smb/client: autogenerate SMB1 DOS/SRV to POSIX error mapping
Huiwen He
14 days
smb/client: introduce KUnit test to check ntstatus_to_dos_map search
Youling Tang
14 days
smb/client: check if ntstatus_to_dos_map is sorted
Youling Tang
14 days
smb/client: use binary search for NT status to DOS mapping
Huiwen He
14 days
smb/client: refactor ntstatus_to_dos() to return mapping entry
Huiwen He
14 days
smb/client: replace nt_errs with ntstatus_to_dos_map
Huiwen He
14 days
smb/client: autogenerate SMB1 NT status to DOS error mapping
Huiwen He
2026-02-12
smb/client: map NT_STATUS_PRIVILEGE_NOT_HELD
ChenXiaoSong
2026-02-12
smb/client: map NT_STATUS_MORE_PROCESSING_REQUIRED
ChenXiaoSong
2026-02-12
smb/client: map NT_STATUS_BUFFER_OVERFLOW
ChenXiaoSong
2026-02-12
smb/client: map NT_STATUS_NOTIFY_ENUM_DIR
ChenXiaoSong
2026-02-09
cifs: Fix the copyright banner on smb1maperror.c
David Howells
2026-02-08
smb/client: remove useless comment in mapping_table_ERRSRV
Huiwen He
2026-02-08
smb/client: remove some literal NT error codes from ntstatus_to_dos_map
Huiwen He
2026-02-08
smb/client: add NT_STATUS_VOLUME_NOT_UPGRADED
Huiwen He
2026-02-08
smb/client: add NT_STATUS_NO_USER_KEYS
Huiwen He
2026-02-08
smb/client: add NT_STATUS_WRONG_EFS
Huiwen He
2026-02-08
smb/client: add NT_STATUS_NO_EFS
Huiwen He
2026-02-08
smb/client: add NT_STATUS_NO_RECOVERY_POLICY
Huiwen He
2026-02-08
smb/client: add NT_STATUS_RANGE_NOT_FOUND
Huiwen He
2026-02-08
smb/client: add NT_STATUS_DECRYPTION_FAILED
Huiwen He
2026-02-08
smb/client: add NT_STATUS_ENCRYPTION_FAILED
Huiwen He
2026-02-08
smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT
Huiwen He
2026-02-08
smb/client: add NT_STATUS_VOLUME_DISMOUNTED
Huiwen He
2026-02-08
smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT
Huiwen He
2026-02-08
smb/client: add NT_STATUS_VARIABLE_NOT_FOUND
Huiwen He
2026-02-08
smb/client: rename ERRinvlevel to ERRunknownlevel
Huiwen He
2026-02-08
smb/client: add NT_STATUS_OS2_INVALID_LEVEL
Huiwen He
2026-02-08
smb/client: map NT_STATUS_INVALID_INFO_CLASS to ERRbadpipe
Huiwen He
2026-02-08
cifs: SMB1 split: netmisc.c
David Howells