summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2026-04-12smb: smbdirect: add some logging to SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher
2026-04-12smb: smbdirect: introduce smbdirect_socket.logging infrastructureStefan Metzmacher
2026-04-12smb: smbdirect: let smbdirect.h include #include <linux/types.h>Stefan Metzmacher
2026-04-12smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_fl...Stefan Metzmacher
2026-04-12smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_f...Stefan Metzmacher
2026-04-12ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith
2026-04-12ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman
2026-04-12ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman
2026-04-12ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman
2026-04-12ksmbd: Remove unnecessary selection of CRYPTO_ECBEric Biggers
2026-04-12ksmbd: validate owner of durable handle on reconnectNamjae Jeon
2026-04-12ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon
2026-04-12ksmbd: ipc: use kzalloc_flex and __counted_byRosen Penev
2026-04-12smb: move filesystem_vol_info into common/fscc.hZhangGuoDong
2026-04-12smb: move file_basic_info into common/fscc.hZhangGuoDong
2026-04-12smb: move some definitions from common/smb2pdu.h into common/fscc.hZhangGuoDong
2026-04-10smb: client: get rid of d_drop()+d_add()Paulo Alcantara
2026-04-10smb: client: set ATTR_TEMPORARY with O_TMPFILE | O_EXCLPaulo Alcantara
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara
2026-04-10smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_testVenkat Rao Bagalkote
2026-04-07smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman
2026-04-07smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman
2026-04-05smb: client: Remove unnecessary selection of CRYPTO_ECBEric Biggers
2026-04-05smb/client: move smb2maperror declarations to smb2proto.hZhangGuoDong
2026-04-05smb/client: introduce KUnit tests to check DOS/SRV err mapping searchYouling Tang
2026-04-05smb/client: check if SMB1 DOS/SRV error mapping arrays are sortedYouling Tang
2026-04-05smb/client: use binary search for SMB1 DOS/SRV error mappingHuiwen He
2026-04-05smb/client: autogenerate SMB1 DOS/SRV to POSIX error mappingHuiwen He
2026-04-05smb/client: annotate smberr.h with POSIX error codesHuiwen He
2026-04-05smb/client: move ERRnetlogonNotStarted to DOS error classHuiwen He
2026-04-05smb/client: introduce KUnit test to check ntstatus_to_dos_map searchYouling Tang
2026-04-05smb/client: check if ntstatus_to_dos_map is sortedYouling Tang
2026-04-05smb/client: use binary search for NT status to DOS mappingHuiwen He
2026-04-05smb/client: refactor ntstatus_to_dos() to return mapping entryHuiwen He
2026-04-05smb/client: replace nt_errs with ntstatus_to_dos_mapHuiwen He
2026-04-05smb/client: autogenerate SMB1 NT status to DOS error mappingHuiwen He
2026-04-05smb/client: annotate nterr.h with DOS error codesHuiwen He
2026-04-05smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()SunJianHao
2026-04-05fs/smb/client: add verbose error logging for UNC parsingFredric Cover
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman
2026-04-02Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro
2026-03-31fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover
2026-03-29ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada
2026-03-27Merge tag 'v7.0-rc5-ksmbd-srv-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-03-25ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon
2026-03-23smb/client: ensure smb2_mapping_table rebuild on cmd changesHuiwen He
2026-03-22ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon
2026-03-22ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman
2026-03-22ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman