summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb1maperror.c
AgeCommit message (Expand)Author
13 dayssmb/client: introduce KUnit tests to check DOS/SRV err mapping searchYouling Tang
13 dayssmb/client: check if SMB1 DOS/SRV error mapping arrays are sortedYouling Tang
13 dayssmb/client: use binary search for SMB1 DOS/SRV error mappingHuiwen He
13 dayssmb/client: autogenerate SMB1 DOS/SRV to POSIX error mappingHuiwen He
13 dayssmb/client: introduce KUnit test to check ntstatus_to_dos_map searchYouling Tang
13 dayssmb/client: check if ntstatus_to_dos_map is sortedYouling Tang
13 dayssmb/client: use binary search for NT status to DOS mappingHuiwen He
13 dayssmb/client: refactor ntstatus_to_dos() to return mapping entryHuiwen He
13 dayssmb/client: replace nt_errs with ntstatus_to_dos_mapHuiwen He
13 dayssmb/client: autogenerate SMB1 NT status to DOS error mappingHuiwen He
2026-02-12smb/client: map NT_STATUS_PRIVILEGE_NOT_HELDChenXiaoSong
2026-02-12smb/client: map NT_STATUS_MORE_PROCESSING_REQUIREDChenXiaoSong
2026-02-12smb/client: map NT_STATUS_BUFFER_OVERFLOWChenXiaoSong
2026-02-12smb/client: map NT_STATUS_NOTIFY_ENUM_DIRChenXiaoSong
2026-02-09cifs: Fix the copyright banner on smb1maperror.cDavid Howells
2026-02-08smb/client: remove useless comment in mapping_table_ERRSRVHuiwen He
2026-02-08smb/client: remove some literal NT error codes from ntstatus_to_dos_mapHuiwen He
2026-02-08smb/client: add NT_STATUS_VOLUME_NOT_UPGRADEDHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_USER_KEYSHuiwen He
2026-02-08smb/client: add NT_STATUS_WRONG_EFSHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_EFSHuiwen He
2026-02-08smb/client: add NT_STATUS_NO_RECOVERY_POLICYHuiwen He
2026-02-08smb/client: add NT_STATUS_RANGE_NOT_FOUNDHuiwen He
2026-02-08smb/client: add NT_STATUS_DECRYPTION_FAILEDHuiwen He
2026-02-08smb/client: add NT_STATUS_ENCRYPTION_FAILEDHuiwen He
2026-02-08smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINTHuiwen He
2026-02-08smb/client: add NT_STATUS_VOLUME_DISMOUNTEDHuiwen He
2026-02-08smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPTHuiwen He
2026-02-08smb/client: add NT_STATUS_VARIABLE_NOT_FOUNDHuiwen He
2026-02-08smb/client: rename ERRinvlevel to ERRunknownlevelHuiwen He
2026-02-08smb/client: add NT_STATUS_OS2_INVALID_LEVELHuiwen He
2026-02-08smb/client: map NT_STATUS_INVALID_INFO_CLASS to ERRbadpipeHuiwen He
2026-02-08cifs: SMB1 split: netmisc.cDavid Howells