linux/fs/smb/client
Linus Torvalds 869737543b Forty four smb client and server changesets
-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCgAdFiEE6fsu8pdIjtWE/DpLiiy9cAdyT1EFAmktxl0ACgkQiiy9cAdy
 T1HI7AwAtnKyyIWfKwSnsGNTTc3LrT6ucx0DpCw1tqU7TBDLJtNPbQlgzL2rNCiv
 cL6TTxn+qWTLfgJChQnypsCpoiQXwtqNBpfxQaoCOcwG+fUaa9G1JXxEmgv/Ob7j
 KTrYHrnPS6YCQMDLMrEJh8tnI9jHcTgLtYCtDC+psYRzcbs/8Wfgs1Ek/vKW5Ui1
 u0nKYf189KZA9UErTY7NhizyYNkifKD0n+DQPzR1FH6JWusWNRtj9MZPgoEsexXK
 NxfDoc8krWwM7O+6X10ER7Snzd9EUtnbgwIqCFhDS6igfz+w+7Hm/XevOhK+DQqX
 ApmFZL3n6yEUCnOZTQCqHutlChu1j8gWmEAnoGSmBJ3y99NvNqxBfedGDA8DGgFM
 wkX6bxCJjpBMrMeLqVv0QXaXLkRycZASz5zVgb/ly3Zu6DnDlFzRYFUBNvXHb+M/
 WFMtzV2Jzd4I09J460b0qU18iuSVxxyJNGVp6xzo++zdNUSt07UYXK/R7NCIaCXO
 buCHlQll
 =QmyI
 -----END PGP SIGNATURE-----

Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbd

Pull smb client and server updates from Steve French:

 - server fixes:
     - IPC use after free locking fix
     - fix locking bug in delete paths
     - fix use after free in disconnect
     - fix underflow in locking check
     - error mapping improvement
     - socket listening improvement
     - return code mapping fixes
     - crypto improvements (use default libraries)

 - cleanup patches:
     - netfs
     - client checkpatch cleanup
     - server cleanup
     - move server/client duplicate code to common code
     - fix some defines to better match protocol specification

  - smbdirect (RDMA) fixes

  - client debugging improvements for leases

* tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbd: (44 commits)
  cifs: Use netfs_alloc/free_folioq_buffer()
  smb: client: show smb lease key in open_dirs output
  smb: client: show smb lease key in open_files output
  ksmbd: ipc: fix use-after-free in ipc_msg_send_request
  smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smbd_conn_upcall()
  smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smb_direct_cm_handler()
  smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()
  smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helper
  ksmbd: vfs: fix race on m_flags in vfs_cache
  ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathname
  smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h
  ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb server
  ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency
  ksmbd: server: avoid busy polling in accept loop
  smb: move create_durable_reconn to common/smb2pdu.h
  smb: fix some warnings reported by scripts/checkpatch.pl
  smb: do some cleanups
  smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.h
  smb: move some duplicate struct definitions to common/fscc.h
  smb: move list of FileSystemAttributes to common/fscc.h
  ...
2025-12-03 20:23:41 -08:00
..
compress move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
Kconfig smb: client: Remove obsolete crypto_shash allocations 2025-10-15 22:10:28 -05:00
Makefile cifs: Move the SMB1 transport code out of transport.c 2025-08-06 12:01:54 -05:00
asn1.c smb3: add support for IAKerb 2025-01-31 12:51:44 -06:00
cached_dir.c smb: client: introduce close_cached_dir_locked() 2025-11-20 03:03:30 -06:00
cached_dir.h smb: client: remove cfids_invalidation_worker 2025-10-09 11:18:09 -05:00
cifs_debug.c smb: client: show smb lease key in open_dirs output 2025-11-30 21:11:46 -06:00
cifs_debug.h
cifs_fs_sb.h smb:client: smb: client: Add reverse mapping from tcon to superblocks 2025-03-31 21:12:31 -05:00
cifs_ioctl.h smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size 2025-06-21 11:03:25 -05:00
cifs_spnego.c smb: use credential guards in cifs_get_spnego_key() 2025-11-04 12:36:48 +01:00
cifs_spnego.h
cifs_spnego_negtokeninit.asn1
cifs_swn.c smb: client: Return directly after a failed genlmsg_new() in cifs_swn_send_register_message() 2025-10-07 14:28:16 -05:00
cifs_swn.h
cifs_unicode.c cifs: prevent NULL pointer dereference in UTF16 conversion 2025-09-04 11:43:31 -05:00
cifs_unicode.h
cifsacl.c smb: client: Return a status code only as a constant in sid_to_id() 2025-10-13 08:26:22 -05:00
cifsacl.h smb: client: Correct typos in multiple comments across various files 2024-10-02 17:52:24 -05:00
cifsencrypt.c smb: client: Remove obsolete crypto_shash allocations 2025-10-15 22:10:28 -05:00
cifsfs.c vfs-6.19-rc1.directory.delegations 2025-12-01 15:34:41 -08:00
cifsfs.h cifs: update internal version number 2025-10-10 11:10:01 -05:00
cifsglob.h smb: move list of FileSystemAttributes to common/fscc.h 2025-11-30 21:11:45 -06:00
cifspdu.h smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h 2025-11-30 21:11:45 -06:00
cifsproto.h smb: client: handle lack of IPC in dfs_cache_refresh() 2025-10-29 20:13:05 -05:00
cifsroot.c
cifssmb.c smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.h 2025-11-30 21:11:45 -06:00
cifstransport.c smb: move get_rfc1002_len() to common/smbglob.h 2025-11-30 21:11:44 -06:00
compress.c cifs: Fix collect_sample() to handle any iterator type 2025-08-11 23:20:07 -05:00
compress.h
connect.c Forty four smb client and server changesets 2025-12-03 20:23:41 -08:00
dfs.c smb: client: don't trust DFSREF_STORAGE_SERVER bit 2025-02-05 21:09:00 -06:00
dfs.h smb: client: get rid of kstrdup() in get_ses_refpath() 2025-02-05 21:09:07 -06:00
dfs_cache.c smb: client: handle lack of IPC in dfs_cache_refresh() 2025-10-29 20:13:05 -05:00
dfs_cache.h
dir.c smb: client: Use common code in cifs_do_create() 2025-10-07 13:31:27 -05:00
dns_resolve.c smb: client: provide dns_resolve_{unc,name} helpers 2025-01-19 19:34:00 -06:00
dns_resolve.h smb: client: provide dns_resolve_{unc,name} helpers 2025-01-19 19:34:00 -06:00
export.c
file.c fs: inline current_umask() and move it to fs_struct.h 2025-11-05 22:51:23 +01:00
fs_context.c cifs: fix memory leak in smb3_fs_context_parse_param error path 2025-11-20 03:06:25 -06:00
fs_context.h smb: client: set symlink type as native for POSIX mounts 2025-08-01 00:16:19 -05:00
fscache.c
fscache.h
inode.c Forty four smb client and server changesets 2025-12-03 20:23:41 -08:00
ioctl.c smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size 2025-06-21 11:03:25 -05:00
link.c smb: client: Use MD5 library for M-F symlink hashing 2025-10-15 22:10:28 -05:00
misc.c smb: move SMB1_PROTO_NUMBER to common/smbglob.h 2025-11-30 21:11:44 -06:00
namespace.c 13 smb3/cifs client fixes 2025-06-03 16:04:29 -07:00
netlink.c
netlink.h
netmisc.c cifs: Change translation of STATUS_PRIVILEGE_NOT_HELD to -EPERM 2025-01-29 16:52:25 -06:00
nterr.c cifs: Change translation of STATUS_NOT_A_REPARSE_POINT to -ENODATA 2025-01-26 23:12:03 -06:00
nterr.h cifs: Change translation of STATUS_NOT_A_REPARSE_POINT to -ENODATA 2025-01-26 23:12:03 -06:00
ntlmssp.h smb: fix some warnings reported by scripts/checkpatch.pl 2025-11-30 21:11:45 -06:00
readdir.c smb: do some cleanups 2025-11-30 21:11:45 -06:00
reparse.c smb: client: fix spellings in comments 2025-09-02 20:37:17 -05:00
reparse.h smb: do some cleanups 2025-11-30 21:11:45 -06:00
rfc1002pdu.h smb: fix some warnings reported by scripts/checkpatch.pl 2025-11-30 21:11:45 -06:00
sess.c smb: client: Consolidate cmac(aes) shash allocation 2025-10-15 22:10:28 -05:00
smb1ops.c Forty four smb client and server changesets 2025-12-03 20:23:41 -08:00
smb2file.c cifs: Do not add FILE_READ_ATTRIBUTES when using GENERIC_READ/EXECUTE/ALL 2025-04-01 04:58:09 -05:00
smb2glob.h smb: client: fix data loss due to broken rename(2) 2025-09-09 18:39:58 -05:00
smb2inode.c smb: do some cleanups 2025-11-30 21:11:45 -06:00
smb2maperror.c cifs: Change translation of STATUS_PRIVILEGE_NOT_HELD to -EPERM 2025-01-29 16:52:25 -06:00
smb2misc.c smb: client: Use SHA-512 library for SMB3.1.1 preauth hash 2025-10-15 22:10:28 -05:00
smb2ops.c cifs: Use netfs_alloc/free_folioq_buffer() 2025-11-30 21:11:46 -06:00
smb2pdu.c smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h 2025-11-30 21:11:45 -06:00
smb2pdu.h smb: move some duplicate struct definitions to common/fscc.h 2025-11-30 21:11:45 -06:00
smb2proto.h cifs: Call the calc_signature functions directly 2025-10-23 02:47:20 -05:00
smb2transport.c cifs: Call the calc_signature functions directly 2025-10-23 02:47:20 -05:00
smbdirect.c smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smbd_conn_upcall() 2025-11-30 21:11:45 -06:00
smbdirect.h smb: client: change smbd_deregister_mr() to return void 2025-10-13 08:26:22 -05:00
smbencrypt.c
smberr.h
trace.c cifs: #include cifsglob.h before trace.h to allow structs in tracepoints 2025-10-23 02:47:20 -05:00
trace.h smb: client: batch SRV_COPYCHUNK entries to cut round trips 2025-10-09 10:42:14 -05:00
transport.c smb: client: fix cifs_pick_channel when channel needs reconnect 2025-11-09 17:30:17 -06:00
unc.c
winucase.c
xattr.c smb: client: Omit one redundant variable assignment in cifs_xattr_set() 2025-10-13 08:26:22 -05:00