Searched hist:d14bbfff259cadb5af84413658699159556da156 (Results 1 – 8 of 8) sorted by relevance
/linux/fs/smb/client/compress/ |
H A D | lz77.h | d14bbfff259cadb5af84413658699159556da156 Fri Jul 26 23:30:23 CEST 2024 Steve French <stfrench@microsoft.com> smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
Move SMB3.1.1 compression code into experimental config option, and fix the compress mount option. Implement unchained LZ77 "plain" compression algorithm as per MS-XCA specification section "2.3 Plain LZ77 Compression Algorithm Details".
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | lz77.c | d14bbfff259cadb5af84413658699159556da156 Fri Jul 26 23:30:23 CEST 2024 Steve French <stfrench@microsoft.com> smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
Move SMB3.1.1 compression code into experimental config option, and fix the compress mount option. Implement unchained LZ77 "plain" compression algorithm as per MS-XCA specification section "2.3 Plain LZ77 Compression Algorithm Details".
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
|
/linux/fs/smb/client/ |
H A D | compress.h | d14bbfff259cadb5af84413658699159556da156 Fri Jul 26 23:30:23 CEST 2024 Steve French <stfrench@microsoft.com> smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
Move SMB3.1.1 compression code into experimental config option, and fix the compress mount option. Implement unchained LZ77 "plain" compression algorithm as per MS-XCA specification section "2.3 Plain LZ77 Compression Algorithm Details".
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | compress.c | d14bbfff259cadb5af84413658699159556da156 Fri Jul 26 23:30:23 CEST 2024 Steve French <stfrench@microsoft.com> smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
Move SMB3.1.1 compression code into experimental config option, and fix the compress mount option. Implement unchained LZ77 "plain" compression algorithm as per MS-XCA specification section "2.3 Plain LZ77 Compression Algorithm Details".
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | Makefile | diff d14bbfff259cadb5af84413658699159556da156 Fri Jul 26 23:30:23 CEST 2024 Steve French <stfrench@microsoft.com> smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
Move SMB3.1.1 compression code into experimental config option, and fix the compress mount option. Implement unchained LZ77 "plain" compression algorithm as per MS-XCA specification section "2.3 Plain LZ77 Compression Algorithm Details".
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | Kconfig | diff d14bbfff259cadb5af84413658699159556da156 Fri Jul 26 23:30:23 CEST 2024 Steve French <stfrench@microsoft.com> smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
Move SMB3.1.1 compression code into experimental config option, and fix the compress mount option. Implement unchained LZ77 "plain" compression algorithm as per MS-XCA specification section "2.3 Plain LZ77 Compression Algorithm Details".
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | cifs_debug.c | diff d14bbfff259cadb5af84413658699159556da156 Fri Jul 26 23:30:23 CEST 2024 Steve French <stfrench@microsoft.com> smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
Move SMB3.1.1 compression code into experimental config option, and fix the compress mount option. Implement unchained LZ77 "plain" compression algorithm as per MS-XCA specification section "2.3 Plain LZ77 Compression Algorithm Details".
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | fs_context.c | diff d14bbfff259cadb5af84413658699159556da156 Fri Jul 26 23:30:23 CEST 2024 Steve French <stfrench@microsoft.com> smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation
Move SMB3.1.1 compression code into experimental config option, and fix the compress mount option. Implement unchained LZ77 "plain" compression algorithm as per MS-XCA specification section "2.3 Plain LZ77 Compression Algorithm Details".
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
|