aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
12 dayssmb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
12 dayssmb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-31/+85
12 dayssmb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
12 dayssmb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara2-16/+13
2026-04-22smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_flush()Stefan Metzmacher1-0/+8
2026-04-22smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman1-8/+12
2026-04-22smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman1-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
2026-02-26smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
2026-02-26smb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara27-414/+462
2026-02-22smb: 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-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds21-58/+58
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook24-83/+77
2026-02-15smb: client: terminate session upon failed client required signingAaditya Kansal1-2/+8
2026-02-15cifs: some missing initializations on replayShyam Prasad N2-0/+3
2026-02-14cifs: remove unnecessary tracing after put tconShyam Prasad N2-3/+0
2026-02-13cifs: update internal module version numberSteve French1-2/+2
2026-02-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara6-55/+110
2026-02-12smb/client: move NT_STATUS_MORE_ENTRIESChenXiaoSong1-3/+3
2026-02-12smb/client: rename to NT_ERROR_INVALID_DATATYPEChenXiaoSong1-1/+1
2026-02-12smb/client: rename to NT_STATUS_SOME_NOT_MAPPEDChenXiaoSong2-2/+2
2026-02-12smb/client: map NT_STATUS_PRIVILEGE_NOT_HELDChenXiaoSong1-0/+1
2026-02-12smb/client: map NT_STATUS_MORE_PROCESSING_REQUIREDChenXiaoSong1-0/+1
2026-02-12smb/client: map NT_STATUS_BUFFER_OVERFLOWChenXiaoSong1-0/+1
2026-02-12smb/client: map NT_STATUS_NOTIFY_ENUM_DIRChenXiaoSong3-1/+3
2026-02-12cifs: SMB1 split: Remove duplicate include of cifs_debug.hChen Ni1-1/+0