linux/fs/smb/client
Linus Torvalds cabb4685d5 twenty one cifs/smb3 client fixes, many for special file type handling
-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCgAdFiEE6fsu8pdIjtWE/DpLiiy9cAdyT1EFAmeeY/sACgkQiiy9cAdy
 T1GCgQv7BP4BNTxZY9Zi2iMaKO2rXewiL6jTKs6IUmfiJI4Kp9wu8Xboj34lEsg3
 JB2wqqy1lO7VI3tRdnHUGAan6VSQ4sSSvrwcE+gK7bAEx4h9beBNlbQXgQ0p7hGt
 1D/zP6qFGJIH14B4UMXVlEsRLhObuDG0BgJar4qN9x7SlEsBKXj+qaUd7XUGdGLa
 4nDmfG8lRwc3Mf0A4Pw1t4zH0aAo8aIStychQlQytD6sTNBlXaN2xmmpAIuBiZQz
 lRLz/IMtsU9zcdNRxn+KW+r7vBREjKSKJEeM88YhUjcXN+2nU7KwSKY+I4m1tRPy
 w/FFfKPqN2RO2MmF+3xgT12xRtSoExQg3y2G42M1DT6jmPRMFk/sEtgeq2aNGQOY
 pOPjd96gQlqME/cKx/fnNbM4kG1nJFxWuzincoMI3aaRUXNJKCWCeuUnk6eXvuii
 0He0/pEvW7tj5blDI2L4ri6M32/xHk/QVt+HCjpQgnkQvAjTX8Hx9jBbAG86ft8U
 r5uFWvQD
 =/P+2
 -----END PGP SIGNATURE-----

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

Pull more smb client updates from Steve French:

   - various updates for special file handling: symlink handling,
     support for creating sockets, cleanups, new mount options (e.g. to
     allow disabling using reparse points for them, and to allow
     overriding the way symlinks are saved), and fixes to error paths

   - fix for kerberos mounts (allow IAKerb)

   - SMB1 fix for stat and for setting SACL (auditing)

   - fix an incorrect error code mapping

   - cleanups"

* tag 'v6.14-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6: (21 commits)
  cifs: Fix parsing native symlinks directory/file type
  cifs: update internal version number
  cifs: Add support for creating WSL-style symlinks
  smb3: add support for IAKerb
  cifs: Fix struct FILE_ALL_INFO
  cifs: Add support for creating NFS-style symlinks
  cifs: Add support for creating native Windows sockets
  cifs: Add mount option -o reparse=none
  cifs: Add mount option -o symlink= for choosing symlink create type
  cifs: Fix creating and resolving absolute NT-style symlinks
  cifs: Simplify reparse point check in cifs_query_path_info() function
  cifs: Remove symlink member from cifs_open_info_data union
  cifs: Update description about ACL permissions
  cifs: Rename struct reparse_posix_data to reparse_nfs_data_buffer and move to common/smb2pdu.h
  cifs: Remove struct reparse_posix_data from struct cifs_open_info_data
  cifs: Remove unicode parameter from parse_reparse_point() function
  cifs: Fix getting and setting SACLs over SMB1
  cifs: Remove intermediate object of failed create SFU call
  cifs: Validate EAs for WSL reparse points
  cifs: Change translation of STATUS_PRIVILEGE_NOT_HELD to -EPERM
  ...
2025-02-01 11:30:41 -08:00
..
compress
Kconfig
Makefile
asn1.c smb3: add support for IAKerb 2025-01-31 12:51:44 -06:00
cached_dir.c
cached_dir.h
cifs_debug.c
cifs_debug.h
cifs_fs_sb.h
cifs_ioctl.h
cifs_spnego.c smb3: add support for IAKerb 2025-01-31 12:51:44 -06:00
cifs_spnego.h
cifs_spnego_negtokeninit.asn1
cifs_swn.c
cifs_swn.h
cifs_unicode.c
cifs_unicode.h
cifsacl.c cifs: Fix getting and setting SACLs over SMB1 2025-01-29 17:09:34 -06:00
cifsacl.h
cifsencrypt.c
cifsfs.c cifs: Add support for creating native Windows sockets 2025-01-31 12:51:20 -06:00
cifsfs.h cifs: update internal version number 2025-01-31 12:51:44 -06:00
cifsglob.h smb3: add support for IAKerb 2025-01-31 12:51:44 -06:00
cifspdu.h cifs: Fix struct FILE_ALL_INFO 2025-01-31 12:51:44 -06:00
cifsproto.h cifs: Remove unicode parameter from parse_reparse_point() function 2025-01-29 17:11:56 -06:00
cifsroot.c
cifssmb.c cifs: Fix getting and setting SACLs over SMB1 2025-01-29 17:09:34 -06:00
compress.c
compress.h
connect.c cifs: Add support for creating native Windows sockets 2025-01-31 12:51:20 -06:00
dfs.c
dfs.h
dfs_cache.c
dfs_cache.h
dir.c Provide stable parent and name to ->d_revalidate() instances 2025-01-30 09:13:35 -08:00
dns_resolve.c
dns_resolve.h
export.c
file.c
fs_context.c cifs: Add support for creating native Windows sockets 2025-01-31 12:51:20 -06:00
fs_context.h cifs: Add support for creating native Windows sockets 2025-01-31 12:51:20 -06:00
fscache.c
fscache.h
inode.c cifs: Fix parsing native symlinks directory/file type 2025-01-31 12:51:44 -06:00
ioctl.c
link.c cifs: Add mount option -o symlink= for choosing symlink create type 2025-01-29 17:35:32 -06:00
misc.c
namespace.c
netlink.c
netlink.h
netmisc.c
nterr.c
nterr.h
ntlmssp.h
readdir.c
reparse.c cifs: Add support for creating WSL-style symlinks 2025-01-31 12:51:44 -06:00
reparse.h cifs: Add mount option -o symlink= for choosing symlink create type 2025-01-29 17:35:32 -06:00
rfc1002pdu.h
sess.c smb3: add support for IAKerb 2025-01-31 12:51:44 -06:00
smb1ops.c cifs: Simplify reparse point check in cifs_query_path_info() function 2025-01-29 17:20:40 -06:00
smb2file.c cifs: Fix parsing native symlinks directory/file type 2025-01-31 12:51:44 -06:00
smb2glob.h
smb2inode.c cifs: Fix parsing native symlinks directory/file type 2025-01-31 12:51:44 -06:00
smb2maperror.c
smb2misc.c
smb2ops.c cifs: Remove intermediate object of failed create SFU call 2025-01-29 17:04:57 -06:00
smb2pdu.c smb3: add support for IAKerb 2025-01-31 12:51:44 -06:00
smb2pdu.h
smb2proto.h cifs: Fix parsing native symlinks directory/file type 2025-01-31 12:51:44 -06:00
smb2transport.c
smbdirect.c
smbdirect.h
smbencrypt.c
smberr.h
trace.c
trace.h
transport.c
unc.c
winucase.c
xattr.c