summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
7 daysMerge tag 'v7.0-rc5-ksmbd-srv-fixes' of git://git.samba.org/ksmbdLinus Torvalds
8 daysksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon
11 dayssmb/client: ensure smb2_mapping_table rebuild on cmd changesHuiwen He
11 daysksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon
12 daysksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman
12 daysksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman
12 daysksmbd: do not expire session on binding failureHyunwoo Kim
14 daysMerge tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-03-19smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara
2026-03-17ksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim
2026-03-17ksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim
2026-03-17ksmbd: use volume UUID in FS_OBJECT_ID_INFORMATIONNamjae Jeon
2026-03-17ksmbd: unset conn->binding on failed binding requestNamjae Jeon
2026-03-17ksmbd: fix share_conf UAF in tree_conn disconnectNicholas Carlini
2026-03-16cifs: smb1: fix comment typoJoseph Salisbury
2026-03-15smb: client: fix krb5 mount with username optionPaulo Alcantara
2026-03-13Merge tag 'v7.0-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-03-11cifs: make default value of retrans as zeroShyam Prasad N
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara
2026-03-11smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho
2026-03-10smb/client: only export symbol for 'smb2maperror-test' moduleYe Bin
2026-03-10smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM
2026-03-10smb: client: fix sbflags initializationArnd Bergmann
2026-03-10smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara
2026-03-08ksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum
2026-03-08smb: server: fix use-after-free in smb2_open()Marios Makassikis
2026-03-08ksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()Namjae Jeon
2026-03-08ksmbd: fix use-after-free by using call_rcu() for oplock_infoNamjae Jeon
2026-03-08ksmbd: fix use-after-free in proc_show_files due to early rcu_read_unlockAli Khaledi
2026-03-08smb/server: Fix another refcount leak in smb2_open()Guenter Roeck
2026-03-05smb: client: fix oops due to uninitialised var in smb2_unlink()Paulo Alcantara
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N
2026-03-03smb: client: Compare MACs in constant timeEric Biggers
2026-03-03smb/client: remove unused SMB311_posix_query_info()ZhangGuoDong
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong
2026-03-01smb: update some doc referencesZhangGuoDong
2026-03-01smb/client: make SMB2 maperror KUnit tests a separate moduleChenXiaoSong
2026-02-28Merge tag 'v7.0rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-02-27smb: client: Use snprintf in cifs_set_cifscredsThorsten Blum
2026-02-26smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum
2026-02-26smb: client: fix broken multichannel with krb5+signingPaulo Alcantara
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara
2026-02-22ksmbd: fix signededness bug in smb_direct_prepare_negotiation()Nicholas Carlini
2026-02-22ksmbd: Compare MACs in constant timeEric Biggers
2026-02-22smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds