linux/fs/smb/client
Paulo Alcantara 933148a47c smb: client: reduce stack usage in smb_send_rqst()
Clang warns about exceeded stack frame size

  fs/smb/client/transport.c:420:1: warning: stack frame size (1048)
  exceeds limit (1024) in 'smb_send_rqst' [-Wframe-larger-than]

Fix this by allocating a structure that will hold transform header and
compound requests.

Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2023-08-20 16:05:50 -05:00
..
asn1.c
cached_dir.c cifs: Add a laundromat thread for cached directories 2023-07-05 22:36:07 -05:00
cached_dir.h cifs: Add a laundromat thread for cached directories 2023-07-05 22:36:07 -05:00
cifs_debug.c smb3: display network namespace in debug information 2023-08-14 08:41:29 -05:00
cifs_debug.h
cifs_fs_sb.h
cifs_ioctl.h
cifs_spnego_negtokeninit.asn1
cifs_spnego.c
cifs_spnego.h
cifs_swn.c
cifs_swn.h
cifs_unicode.c
cifs_unicode.h
cifs_uniupr.h
cifsacl.c
cifsacl.h
cifsencrypt.c
cifsfs.c smb: client: get rid of dfs naming in automount code 2023-08-20 16:05:50 -05:00
cifsfs.h smb: client: get rid of dfs code dep in namespace.c 2023-08-20 16:05:50 -05:00
cifsglob.h smb: cilent: set reparse mount points as automounts 2023-08-20 16:05:50 -05:00
cifspdu.h
cifsproto.h smb: client: parse reparse point flag in create response 2023-08-20 16:05:50 -05:00
cifsroot.c
cifssmb.c cifs: fix charset issue in reconnection 2023-07-25 00:31:24 -05:00
connect.c smb: client: reduce stack usage in cifs_demultiplex_thread() 2023-08-20 16:05:50 -05:00
dfs_cache.c smb: client: ensure to try all targets when finding nested links 2023-08-20 16:05:50 -05:00
dfs_cache.h smb: client: ensure to try all targets when finding nested links 2023-08-20 16:05:50 -05:00
dfs.c smb: client: get rid of dfs code dep in namespace.c 2023-08-20 16:05:50 -05:00
dfs.h smb: client: get rid of dfs code dep in namespace.c 2023-08-20 16:05:50 -05:00
dir.c smb: client: get rid of dfs naming in automount code 2023-08-20 16:05:50 -05:00
dns_resolve.c
dns_resolve.h
export.c
file.c cifs: Release folio lock on fscache read hit. 2023-08-14 08:39:12 -05:00
fs_context.c smb: client: fix null auth 2023-08-16 00:26:07 -05:00
fs_context.h
fscache.c
fscache.h
inode.c smb: cilent: set reparse mount points as automounts 2023-08-20 16:05:50 -05:00
ioctl.c cifs: add missing return value check for cifs_sb_tlink 2023-07-26 15:41:27 -05:00
Kconfig
link.c
Makefile smb: client: get rid of dfs code dep in namespace.c 2023-08-20 16:05:50 -05:00
misc.c cifs: fix charset issue in reconnection 2023-07-25 00:31:24 -05:00
namespace.c smb: cilent: set reparse mount points as automounts 2023-08-20 16:05:50 -05:00
netlink.c
netlink.h
netmisc.c
nterr.c
nterr.h
ntlmssp.h
readdir.c smb: cilent: set reparse mount points as automounts 2023-08-20 16:05:50 -05:00
rfc1002pdu.h
sess.c smb: client: reduce stack usage in cifs_try_adding_channels() 2023-08-20 16:05:50 -05:00
smb1ops.c smb: client: do not query reparse points twice on symlinks 2023-08-20 16:05:50 -05:00
smb2file.c
smb2glob.h
smb2inode.c smb: client: parse reparse point flag in create response 2023-08-20 16:05:50 -05:00
smb2maperror.c
smb2misc.c
smb2ops.c smb: client: query reparse points in older dialects 2023-08-20 16:05:50 -05:00
smb2pdu.c cifs: fix charset issue in reconnection 2023-07-25 00:31:24 -05:00
smb2pdu.h
smb2proto.h smb: client: move some params to cifs_open_info_data 2023-08-20 16:05:50 -05:00
smb2status.h
smb2transport.c smb: client: fix missed ses refcounting 2023-07-12 23:29:39 -05:00
smbdirect.c asm-generic updates for 6.5 2023-07-06 10:06:04 -07:00
smbdirect.h
smbencrypt.c
smberr.h
trace.c
trace.h cifs: new dynamic tracepoint to track ses not found errors 2023-06-29 09:58:09 -05:00
transport.c smb: client: reduce stack usage in smb_send_rqst() 2023-08-20 16:05:50 -05:00
unc.c
winucase.c
xattr.c