summaryrefslogtreecommitdiffstats
path: root/fs/smb/client
AgeCommit message (Expand)AuthorLines
2026-04-05smb/client: move ERRnetlogonNotStarted to DOS error classHuiwen He-1/+1
2026-04-05smb/client: introduce KUnit test to check ntstatus_to_dos_map searchYouling Tang-0/+95
2026-04-05smb/client: check if ntstatus_to_dos_map is sortedYouling Tang-0/+39
2026-04-05smb/client: use binary search for NT status to DOS mappingHuiwen He-13/+19
2026-04-05smb/client: refactor ntstatus_to_dos() to return mapping entryHuiwen He-32/+19
2026-04-05smb/client: replace nt_errs with ntstatus_to_dos_mapHuiwen He-719/+12
2026-04-05smb/client: autogenerate SMB1 NT status to DOS error mappingHuiwen He-555/+122
2026-04-05smb/client: annotate nterr.h with DOS error codesHuiwen He-533/+534
2026-04-05smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()SunJianHao-1/+1
2026-04-05fs/smb/client: add verbose error logging for UNC parsingFredric Cover-3/+9
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman-2/+0
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro-1/+1
2026-03-31fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover-0/+4
2026-03-23smb/client: ensure smb2_mapping_table rebuild on cmd changesHuiwen He-3/+4
2026-03-19smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara-32/+16
2026-03-16cifs: smb1: fix comment typoJoseph Salisbury-1/+1
2026-03-15smb: client: fix krb5 mount with username optionPaulo Alcantara-0/+4
2026-03-11cifs: make default value of retrans as zeroShyam Prasad N-1/+1
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara-76/+113
2026-03-11smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho-2/+12
2026-03-10smb/client: only export symbol for 'smb2maperror-test' moduleYe Bin-3/+6
2026-03-10smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM-1/+4
2026-03-10smb: client: fix sbflags initializationArnd Bergmann-2/+1
2026-03-10smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara-15/+15
2026-03-05smb: client: fix oops due to uninitialised var in smb2_unlink()Paulo Alcantara-1/+3
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N-13/+50
2026-03-03smb: client: Compare MACs in constant timeEric Biggers-2/+5
2026-03-03smb/client: remove unused SMB311_posix_query_info()ZhangGuoDong-21/+0
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong-1/+1
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong-2/+2
2026-03-01smb: update some doc referencesZhangGuoDong-2/+5
2026-03-01smb/client: make SMB2 maperror KUnit tests a separate moduleChenXiaoSong-16/+38
2026-02-27smb: client: Use snprintf in cifs_set_cifscredsThorsten Blum-7/+7
2026-02-26smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum-1/+0
2026-02-26smb: client: fix broken multichannel with krb5+signingPaulo Alcantara-12/+10
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara-414/+462
2026-02-22smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho-11/+10
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-58/+58
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-83/+77
2026-02-15smb: client: terminate session upon failed client required signingAaditya Kansal-2/+8
2026-02-15cifs: some missing initializations on replayShyam Prasad N-0/+3
2026-02-14cifs: remove unnecessary tracing after put tconShyam Prasad N-3/+0
2026-02-13cifs: update internal module version numberSteve French-2/+2
2026-02-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara-55/+110
2026-02-12smb/client: move NT_STATUS_MORE_ENTRIESChenXiaoSong-3/+3
2026-02-12smb/client: rename to NT_ERROR_INVALID_DATATYPEChenXiaoSong-1/+1
2026-02-12smb/client: rename to NT_STATUS_SOME_NOT_MAPPEDChenXiaoSong-2/+2