summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb1maperror.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-26smb: client: remove conditional return with no effectSang-Heon Jeon1-5/+1
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbolsAndy Shevchenko1-12/+12
2026-04-05smb/client: introduce KUnit tests to check DOS/SRV err mapping searchYouling Tang1-5/+28
2026-04-05smb/client: check if SMB1 DOS/SRV error mapping arrays are sortedYouling Tang1-0/+12
2026-04-05smb/client: use binary search for SMB1 DOS/SRV error mappingHuiwen He1-30/+37
2026-04-05smb/client: autogenerate SMB1 DOS/SRV to POSIX error mappingHuiwen He1-75/+10
2026-04-05smb/client: introduce KUnit test to check ntstatus_to_dos_map searchYouling Tang1-0/+19
2026-04-05smb/client: check if ntstatus_to_dos_map is sortedYouling Tang1-0/+32
2026-04-05smb/client: use binary search for NT status to DOS mappingHuiwen He1-13/+19
2026-04-05smb/client: refactor ntstatus_to_dos() to return mapping entryHuiwen He1-32/+19
2026-04-05smb/client: replace nt_errs with ntstatus_to_dos_mapHuiwen He1-9/+5
2026-04-05smb/client: autogenerate SMB1 NT status to DOS error mappingHuiwen He1-554/+10
2026-02-12smb/client: map NT_STATUS_PRIVILEGE_NOT_HELDChenXiaoSong1-0/+1
2026-02-12smb/client: map NT_STATUS_MORE_PROCESSING_REQUIREDChenXiaoSong1-0/+1
2026-02-12smb/client: map NT_STATUS_BUFFER_OVERFLOWChenXiaoSong1-0/+1
2026-02-12smb/client: map NT_STATUS_NOTIFY_ENUM_DIRChenXiaoSong1-0/+1
2026-02-09cifs: Fix the copyright banner on smb1maperror.cDavid Howells1-7/+6
2026-02-08smb/client: remove useless comment in mapping_table_ERRSRVHuiwen He1-4/+0
2026-02-08smb/client: remove some literal NT error codes from ntstatus_to_dos_mapHuiwen He1-11/+0
2026-02-08smb/client: add NT_STATUS_VOLUME_NOT_UPGRADEDHuiwen He1-1/+1
2026-02-08smb/client: add NT_STATUS_NO_USER_KEYSHuiwen He1-1/+1
2026-02-08smb/client: add NT_STATUS_WRONG_EFSHuiwen He1-1/+1
2026-02-08smb/client: add NT_STATUS_NO_EFSHuiwen He1-1/+1
2026-02-08smb/client: add NT_STATUS_NO_RECOVERY_POLICYHuiwen He1-1/+1
2026-02-08smb/client: add NT_STATUS_RANGE_NOT_FOUNDHuiwen He1-1/+1
2026-02-08smb/client: add NT_STATUS_DECRYPTION_FAILEDHuiwen He1-1/+1
2026-02-08smb/client: add NT_STATUS_ENCRYPTION_FAILEDHuiwen He1-1/+1
2026-02-08smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINTHuiwen He1-1/+1
2026-02-08smb/client: add NT_STATUS_VOLUME_DISMOUNTEDHuiwen He1-1/+1
2026-02-08smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPTHuiwen He1-1/+1
2026-02-08smb/client: add NT_STATUS_VARIABLE_NOT_FOUNDHuiwen He1-1/+1
2026-02-08smb/client: rename ERRinvlevel to ERRunknownlevelHuiwen He1-2/+2
2026-02-08smb/client: add NT_STATUS_OS2_INVALID_LEVELHuiwen He1-1/+1
2026-02-08smb/client: map NT_STATUS_INVALID_INFO_CLASS to ERRbadpipeHuiwen He1-1/+1
2026-02-08cifs: SMB1 split: netmisc.cDavid Howells1-0/+825