summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2026-04-13smb: client: allow both 'lease' and 'nolease' mount optionsRajasi Mandal2-4/+4
2026-04-12smb: smbdirect: add some logging to SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher1-1/+20
2026-04-12smb: smbdirect: introduce smbdirect_socket.logging infrastructureStefan Metzmacher1-0/+127
2026-04-12smb: smbdirect: let smbdirect.h include #include <linux/types.h>Stefan Metzmacher1-0/+2
2026-04-12smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_fl...Stefan Metzmacher1-1/+7
2026-04-12smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_f...Stefan Metzmacher1-0/+8
2026-04-12ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
2026-04-12ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman2-1/+2
2026-04-12ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman1-1/+2
2026-04-12ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman1-0/+5
2026-04-12ksmbd: Remove unnecessary selection of CRYPTO_ECBEric Biggers3-7/+0
2026-04-12ksmbd: validate owner of durable handle on reconnectNamjae Jeon6-16/+102
2026-04-12ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon1-11/+30
2026-04-12ksmbd: ipc: use kzalloc_flex and __counted_byRosen Penev1-3/+2
2026-04-12smb: move filesystem_vol_info into common/fscc.hZhangGuoDong5-25/+18
2026-04-12smb: move file_basic_info into common/fscc.hZhangGuoDong4-25/+17
2026-04-12smb: move some definitions from common/smb2pdu.h into common/fscc.hZhangGuoDong2-307/+315
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-02Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+4
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-29ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada3-31/+133
2026-03-27Merge tag 'v7.0-rc5-ksmbd-srv-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-48/+97
2026-03-25ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon1-2/+14
2026-03-23smb/client: ensure smb2_mapping_table rebuild on cmd changesHuiwen He1-3/+4
2026-03-22ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon1-8/+12
2026-03-22ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman1-9/+18