summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2maperror.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2Andy Shevchenko1-6/+6
2026-04-05smb/client: move smb2maperror declarations to smb2proto.hZhangGuoDong1-3/+0
2026-03-10smb/client: only export symbol for 'smb2maperror-test' moduleYe Bin1-3/+6
2026-03-01smb/client: make SMB2 maperror KUnit tests a separate moduleChenXiaoSong1-13/+15
2026-02-08smb/client: introduce KUnit test to check search result of smb2_error_map_tableChenXiaoSong1-0/+8
2026-02-08smb/client: use bsearch() to find target in smb2_error_map_tableChenXiaoSong1-12/+34
2026-02-08smb/client: check whether smb2_error_map_table is sorted in ascending orderChenXiaoSong1-0/+17
2026-02-08cifs: Autogenerate SMB2 error mapping tableDavid Howells1-2396/+6
2025-12-07smb/client: update some SMB2 status stringsChenXiaoSong1-4/+6
2025-12-05smb/client: add two elements to smb2_error_map_table arrayChenXiaoSong1-0/+3
2025-12-05smb/client: remove unused elements from smb2_error_map_table arrayChenXiaoSong1-3/+0
2025-12-05smb/client: reduce loop count in map_smb2_to_linux_error() by halfChenXiaoSong1-24/+6
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells1-2/+1
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-0/+3
2025-01-29cifs: Change translation of STATUS_PRIVILEGE_NOT_HELD to -EPERMPali Rohár1-1/+1
2025-01-26cifs: Change translation of STATUS_NOT_A_REPARSE_POINT to -ENODATAPali Rohár1-1/+1
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong1-1/+1
2024-01-18cifs: new nt status codes from MS-SMB2Shyam Prasad N1-0/+2
2023-09-20smb3: remove duplicate error mappingSteve French1-2/+0
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+2481