summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'v7.0-rc5-ksmbd-srv-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-48/+97
6 daysksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon1-2/+14
8 dayssmb/client: ensure smb2_mapping_table rebuild on cmd changesHuiwen He1-3/+4
9 daysksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon1-8/+12
9 daysksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman1-9/+18
9 daysksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman1-27/+45
9 daysksmbd: do not expire session on binding failureHyunwoo Kim1-2/+8
11 daysMerge tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-33/+21
12 dayssmb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara4-32/+16
14 daysksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim1-1/+5
14 daysksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
14 daysksmbd: use volume UUID in FS_OBJECT_ID_INFORMATIONNamjae Jeon1-4/+4
14 daysksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
14 daysksmbd: fix share_conf UAF in tree_conn disconnectNicholas Carlini1-3/+6
2026-03-17cifs: smb1: fix comment typoJoseph Salisbury1-1/+1
2026-03-16smb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
2026-03-13Merge tag 'v7.0-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-100/+152
2026-03-12cifs: make default value of retrans as zeroShyam Prasad N1-1/+1
2026-03-12smb: client: fix open handle lookup in cifs_open()Paulo Alcantara9-76/+113
2026-03-12smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
2026-03-11smb/client: only export symbol for 'smb2maperror-test' moduleYe Bin1-3/+6
2026-03-11smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM1-1/+4
2026-03-11smb: client: fix sbflags initializationArnd Bergmann1-2/+1
2026-03-11smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara3-15/+15
2026-03-09ksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum1-20/+2
2026-03-09smb: server: fix use-after-free in smb2_open()Marios Makassikis1-3/+2
2026-03-09ksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()Namjae Jeon1-2/+4
2026-03-09ksmbd: fix use-after-free by using call_rcu() for oplock_infoNamjae Jeon2-10/+24
2026-03-09ksmbd: fix use-after-free in proc_show_files due to early rcu_read_unlockAli Khaledi1-5/+5
2026-03-09smb/server: Fix another refcount leak in smb2_open()Guenter Roeck1-1/+2
2026-03-06smb: 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-04smb: client: Compare MACs in constant timeEric Biggers2-2/+5
2026-03-04smb/client: remove unused SMB311_posix_query_info()ZhangGuoDong2-21/+0
2026-03-04smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong1-1/+1
2026-03-04smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong1-2/+2
2026-03-02smb: update some doc referencesZhangGuoDong2-3/+9
2026-03-02smb/client: make SMB2 maperror KUnit tests a separate moduleChenXiaoSong4-16/+38
2026-02-28Merge tag 'v7.0rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds28-445/+489
2026-02-27smb: client: Use snprintf in cifs_set_cifscredsThorsten Blum1-7/+7
2026-02-27smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
2026-02-27smb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
2026-02-27smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara27-414/+462
2026-02-23ksmbd: fix signededness bug in smb_direct_prepare_negotiation()Nicholas Carlini1-2/+2
2026-02-23ksmbd: Compare MACs in constant timeEric Biggers3-3/+7
2026-02-23smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho1-11/+10
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds21-58/+58