summaryrefslogtreecommitdiff
path: root/fs/smb/client/nterr.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-05smb/client: replace nt_errs with ntstatus_to_dos_mapHuiwen He1-5/+6
2026-04-05smb/client: autogenerate SMB1 NT status to DOS error mappingHuiwen He1-0/+4
2026-04-05smb/client: annotate nterr.h with DOS error codesHuiwen He1-533/+534
2026-02-12smb/client: move NT_STATUS_MORE_ENTRIESChenXiaoSong1-3/+3
2026-02-12smb/client: rename to NT_ERROR_INVALID_DATATYPEChenXiaoSong1-1/+1
2026-02-12smb/client: rename to NT_STATUS_SOME_NOT_MAPPEDChenXiaoSong1-1/+1
2026-02-12smb/client: map NT_STATUS_NOTIFY_ENUM_DIRChenXiaoSong1-1/+1
2026-02-08smb/client: add NT_STATUS_VOLUME_NOT_UPGRADEDHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_NO_USER_KEYSHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_WRONG_EFSHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_NO_EFSHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_NO_RECOVERY_POLICYHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_RANGE_NOT_FOUNDHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_DECRYPTION_FAILEDHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_ENCRYPTION_FAILEDHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINTHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_VOLUME_DISMOUNTEDHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPTHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_VARIABLE_NOT_FOUNDHuiwen He1-0/+1
2026-02-08smb/client: add NT_STATUS_OS2_INVALID_LEVELHuiwen He1-0/+1
2025-12-09smb/client: add parentheses to NT error code definitions containing bitwise O...ChenXiaoSong1-506/+506
2025-12-09smb/client: add 4 NT error code definitionsChenXiaoSong1-0/+4
2025-12-09smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
2025-12-09smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
2025-12-09smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
2025-01-26cifs: Change translation of STATUS_NOT_A_REPARSE_POINT to -ENODATAPali Rohár1-0/+1
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+551