..
compress
smb: client: compress: LZ77 code improvements cleanup
2024-09-15 10:42:45 -05:00
asn1.c
cached_dir.c
smb3: fix Open files on server counter going negative
2024-04-11 16:02:02 -05:00
cached_dir.h
cifs_debug.c
smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
2024-09-15 10:42:44 -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
cifsacl.c
smb: client: Use min() macro
2024-09-15 10:42:44 -05:00
cifsacl.h
smb: move some duplicate definitions to common/smbacl.h
2024-09-15 10:42:44 -05:00
cifsencrypt.c
Revert "smb: client: make SHA-512 TFM ephemeral"
2024-09-30 22:07:45 -05:00
cifsfs.c
smb: client: use actual path when queryfs
2024-10-01 21:47:16 -05:00
cifsfs.h
cifs: update internal version number
2024-09-24 21:54:06 -05:00
cifsglob.h
smb: client: use actual path when queryfs
2024-10-01 21:47:16 -05:00
cifspdu.h
cifs: Add support for creating SFU symlinks
2024-09-16 20:10:34 -05:00
cifsproto.h
smb: client: fix DFS interlink failover
2024-09-24 21:51:48 -05:00
cifsroot.c
cifssmb.c
24 smb3 client fixes, about half cleanup, and SMB3.1.1 compression improvements, and also fixes for special file types with sfu mount option
2024-09-19 06:53:40 +02:00
compress.c
smb: client: fix compression heuristic functions
2024-09-16 20:10:39 -05:00
compress.h
smb: client: compress: LZ77 code improvements cleanup
2024-09-15 10:42:45 -05:00
connect.c
smb: client: print failed session logoffs with FYI
2024-09-24 21:54:03 -05:00
dfs_cache.c
smb: client: fix DFS interlink failover
2024-09-24 21:51:48 -05:00
dfs_cache.h
dfs.c
smb: client: fix DFS interlink failover
2024-09-24 21:51:48 -05:00
dfs.h
smb: client: fix DFS interlink failover
2024-09-24 21:51:48 -05:00
dir.c
cifs: Fix caching to try to do open O_WRONLY as rdwr on server
2024-04-02 09:29:55 -05:00
dns_resolve.c
dns_resolve.h
export.c
file.c
24 smb3 client fixes, about half cleanup, and SMB3.1.1 compression improvements, and also fixes for special file types with sfu mount option
2024-09-19 06:53:40 +02:00
fs_context.c
cifs: Add support for creating SFU symlinks
2024-09-16 20:10:34 -05:00
fs_context.h
smb: client: fix DFS interlink failover
2024-09-24 21:51:48 -05:00
fscache.c
cifs: Remove some code that's no longer used, part 1
2024-05-01 18:08:21 +01:00
fscache.h
cifs: Remove some code that's no longer used, part 1
2024-05-01 18:08:21 +01:00
inode.c
cifs: Check for UTF-16 null codepoint in SFU symlink target location
2024-09-29 17:28:40 -05:00
ioctl.c
struct fd layout change (and conversion to accessor helpers)
2024-09-23 09:35:36 -07:00
Kconfig
smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
2024-09-15 10:42:44 -05:00
link.c
cifs: Add support for creating SFU symlinks
2024-09-16 20:10:34 -05:00
Makefile
smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
2024-09-15 10:42:44 -05:00
misc.c
smb: client: fix DFS failover in multiuser mounts
2024-09-24 21:51:48 -05:00
namespace.c
smb: client: fix DFS interlink failover
2024-09-24 21:51:48 -05:00
netlink.c
netlink.h
netmisc.c
nterr.c
nterr.h
ntlmssp.h
readdir.c
smb: client: parse uid, gid, mode and dev from WSL reparse points
2024-03-10 19:33:58 -05:00
reparse.c
smb: client: fix parsing of device numbers
2024-09-24 21:51:48 -05:00
reparse.h
smb: client: fix parsing of device numbers
2024-09-24 21:51:48 -05:00
rfc1002pdu.h
sess.c
Revert "smb: client: make SHA-512 TFM ephemeral"
2024-09-30 22:07:45 -05:00
smb1ops.c
smb: client: use actual path when queryfs
2024-10-01 21:47:16 -05:00
smb2file.c
smb: use LIST_HEAD() to simplify code
2024-09-15 10:42:45 -05:00
smb2glob.h
smb: client: introduce SMB2_OP_QUERY_WSL_EA
2024-03-10 19:33:58 -05:00
smb2inode.c
cifs: Remove intermediate object of failed create reparse call
2024-09-30 22:14:05 -05:00
smb2maperror.c
smb: move SMB2 Status code to common header file
2024-09-15 10:42:44 -05:00
smb2misc.c
Revert "smb: client: make SHA-512 TFM ephemeral"
2024-09-30 22:07:45 -05:00
smb2ops.c
smb: client: use actual path when queryfs
2024-10-01 21:47:16 -05:00
smb2pdu.c
smb: client: allocate crypto only for primary server
2024-09-26 18:15:02 -05:00
smb2pdu.h
smb/client: rename cifs_sid to smb_sid
2024-09-15 10:42:44 -05:00
smb2proto.h
Revert "smb: client: make SHA-512 TFM ephemeral"
2024-09-30 22:07:45 -05:00
smb2transport.c
Revert "smb: client: make SHA-512 TFM ephemeral"
2024-09-30 22:07:45 -05:00
smbdirect.c
24 smb3 client fixes, about half cleanup, and SMB3.1.1 compression improvements, and also fixes for special file types with sfu mount option
2024-09-19 06:53:40 +02:00
smbdirect.h
smbencrypt.c
smb: client: delete "true", "false" defines
2024-01-23 12:41:02 -06:00
smberr.h
trace.c
trace.h
cifs: Make the write_{enter,done,err} tracepoints display netfs info
2024-09-24 21:51:48 -05:00
transport.c
cifs: Fix reversion of the iter in cifs_readv_receive().
2024-09-24 21:53:08 -05:00
unc.c
winucase.c
xattr.c
smb/client: rename cifs_ntsd to smb_ntsd
2024-09-15 10:42:44 -05:00