linux/fs/smb/client
Linus Torvalds 4770353b66 3 smb3 client fixes
-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCgAdFiEE6fsu8pdIjtWE/DpLiiy9cAdyT1EFAmSqNkIACgkQiiy9cAdy
 T1GXsAwAhYUyjlXZLDsmO+9PjKhM9WRM1IO5myy3P396R0Tzq741f8LM7Lx08qc+
 D1701gsnhIrvprem1HjtW6DZzCVnLdpBIYUEnwUr8eDqMpk1VFKug3xSVhIRMih3
 Y30dHTgQ0aCLrrh5XHOWhBHJbpq7Wdlh3q0oi8I36Of8e6tGFNo2wI4ud7no4aIj
 N222dWOs56FXtVAmgEAuc7U2A40ztMOp7FXrbzhK4FwD5kO+pFkqJcLjG6Bk10ph
 Tyg3Wh2TnX+MviOY0xUaN0X50dSoSJPkSUYGkccrIcfVPwEoH7l6j0LNgAVyhG7K
 f5EUbM7Td51a1Znj9wX6U9N0UfO/IOZRDFZ7ACckLBBBEzfKYCgYY5dWJ6aVxZHb
 bB336f1ObvDiocEabS1SMa//sXUjpOy3Tg8etLCYJpqjWYE8nO7lERoBWGWXkUqy
 xO86pGQjYLzkw16R11tzbplv+1HxoGwIuQnOubivv2prn++NZ4Zr2ohBeDlyJc1/
 WwF42UfM
 =F8D0
 -----END PGP SIGNATURE-----

Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6

Pull more smb client updates from Steve French:

 - fix potential use after free in unmount

 - minor cleanup

 - add worker to cleanup stale directory leases

* tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: Add a laundromat thread for cached directories
  smb: client: remove redundant pointer 'server'
  cifs: fix session state transition to avoid use-after-free issue
2023-07-09 09:45:32 -07:00
..
asn1.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
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 smb: client: fix shared DFS root mounts with different prefixes 2023-06-28 15:48:43 -05:00
cifs_debug.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifs_dfs_ref.c smb: client: fix parsing of source mount option 2023-06-28 11:48:56 -05:00
cifs_fs_sb.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifs_ioctl.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifs_spnego_negtokeninit.asn1 smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifs_spnego.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifs_spnego.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifs_swn.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifs_swn.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifs_unicode.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifs_unicode.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifs_uniupr.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifsacl.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifsacl.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifsencrypt.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifsfs.c 20 cifs/smb3 fixes, 8 for stable 2023-06-30 22:00:28 -07:00
cifsfs.h for-6.5/splice-2023-06-23 2023-06-26 11:52:12 -07:00
cifsglob.h asm-generic updates for 6.5 2023-07-06 10:06:04 -07:00
cifspdu.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifsproto.h smb: client: fix shared DFS root mounts with different prefixes 2023-06-28 15:48:43 -05:00
cifsroot.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
cifssmb.c smb: client: fix warning in CIFSFindNext() 2023-06-20 23:03:03 -05:00
connect.c cifs: fix session state transition to avoid use-after-free issue 2023-07-01 00:08:59 -05:00
dfs_cache.c smb: client: fix shared DFS root mounts with different prefixes 2023-06-28 15:48:43 -05:00
dfs_cache.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
dfs.c smb: client: remove redundant pointer 'server' 2023-07-01 00:21:17 -05:00
dfs.h smb: client: fix shared DFS root mounts with different prefixes 2023-06-28 15:48:43 -05:00
dir.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
dns_resolve.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
dns_resolve.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
export.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
file.c 20 cifs/smb3 fixes, 8 for stable 2023-06-30 22:00:28 -07:00
fs_context.c smb: client: fix parsing of source mount option 2023-06-28 11:48:56 -05:00
fs_context.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
fscache.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
fscache.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
inode.c cifs: print more detail when invalidate_inode_mapping fails 2023-06-20 23:03:03 -05:00
ioctl.c cifs: address unused variable warning 2023-05-27 03:33:23 -05:00
Kconfig smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
link.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
Makefile smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
misc.c smb: client: fix shared DFS root mounts with different prefixes 2023-06-28 15:48:43 -05:00
netlink.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
netlink.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
netmisc.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
nterr.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
nterr.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
ntlmssp.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
readdir.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
rfc1002pdu.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
sess.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
smb1ops.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
smb2file.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
smb2glob.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
smb2inode.c smb: client: fix broken file attrs with nodfs mounts 2023-06-28 11:47:53 -05:00
smb2maperror.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
smb2misc.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
smb2ops.c 20 cifs/smb3 fixes, 8 for stable 2023-06-30 22:00:28 -07:00
smb2pdu.c cifs: fix session state check in reconnect to avoid use-after-free issue 2023-06-28 11:47:43 -05:00
smb2pdu.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
smb2proto.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
smb2status.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
smb2transport.c cifs: new dynamic tracepoint to track ses not found errors 2023-06-29 09:58:09 -05:00
smbdirect.c asm-generic updates for 6.5 2023-07-06 10:06:04 -07:00
smbdirect.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
smbencrypt.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
smberr.h smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
trace.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
trace.h cifs: new dynamic tracepoint to track ses not found errors 2023-06-29 09:58:09 -05:00
transport.c cifs: do all necessary checks for credits within or before locking 2023-06-28 11:46:58 -05:00
unc.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
winucase.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
xattr.c smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00