summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2026-04-13smb: client: allow both 'lease' and 'nolease' mount optionsRajasi Mandal2-4/+4
2026-04-12smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_f...Stefan Metzmacher1-0/+8
2026-04-12smb: move filesystem_vol_info into common/fscc.hZhangGuoDong1-4/+4
2026-04-12smb: move file_basic_info into common/fscc.hZhangGuoDong1-9/+0
2026-04-10smb: client: get rid of d_drop()+d_add()Paulo Alcantara2-26/+40
2026-04-10smb: client: set ATTR_TEMPORARY with O_TMPFILE | O_EXCLPaulo Alcantara2-39/+36
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara9-325/+490
2026-04-10smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_testVenkat Rao Bagalkote1-0/+1
2026-04-07smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman1-8/+12
2026-04-07smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman1-1/+1
2026-04-05smb: client: Remove unnecessary selection of CRYPTO_ECBEric Biggers2-2/+0
2026-04-05smb/client: move smb2maperror declarations to smb2proto.hZhangGuoDong3-8/+8
2026-04-05smb/client: introduce KUnit tests to check DOS/SRV err mapping searchYouling Tang4-5/+59
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 He5-79/+62
2026-04-05smb/client: annotate smberr.h with POSIX error codesHuiwen He1-142/+256
2026-04-05smb/client: move ERRnetlogonNotStarted to DOS error classHuiwen He1-1/+1
2026-04-05smb/client: introduce KUnit test to check ntstatus_to_dos_map searchYouling Tang5-0/+95
2026-04-05smb/client: check if ntstatus_to_dos_map is sortedYouling Tang3-0/+39
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 He4-719/+12
2026-04-05smb/client: autogenerate SMB1 NT status to DOS error mappingHuiwen He5-555/+122
2026-04-05smb/client: annotate nterr.h with DOS error codesHuiwen He1-533/+534
2026-04-05smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()SunJianHao1-1/+1
2026-04-05fs/smb/client: add verbose error logging for UNC parsingFredric Cover1-3/+9
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman2-2/+0
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro1-1/+1
2026-03-31fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover1-0/+4
2026-03-23smb/client: ensure smb2_mapping_table rebuild on cmd changesHuiwen He1-3/+4
2026-03-19smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara4-32/+16
2026-03-16cifs: smb1: fix comment typoJoseph Salisbury1-1/+1
2026-03-15smb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
2026-03-11cifs: make default value of retrans as zeroShyam Prasad N1-1/+1
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara9-75/+112
2026-03-11smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
2026-03-10smb/client: only export symbol for 'smb2maperror-test' moduleYe Bin1-3/+6
2026-03-10smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM1-1/+4
2026-03-10smb: client: fix sbflags initializationArnd Bergmann1-2/+1
2026-03-10smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara3-15/+15
2026-03-05smb: client: fix oops due to uninitialised var in smb2_unlink()Paulo Alcantara1-1/+3
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N5-13/+50
2026-03-03smb: client: Compare MACs in constant timeEric Biggers2-2/+5
2026-03-03smb/client: remove unused SMB311_posix_query_info()ZhangGuoDong2-21/+0
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong1-1/+1
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong1-2/+2
2026-03-01smb: update some doc referencesZhangGuoDong1-2/+5
2026-03-01smb/client: make SMB2 maperror KUnit tests a separate moduleChenXiaoSong4-16/+38
2026-02-27smb: client: Use snprintf in cifs_set_cifscredsThorsten Blum1-7/+7