index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
compress.c
Age
Commit message (
Expand
)
Author
2026-06-16
smb: move LZ77 compression into common code
Namjae Jeon
2026-04-22
smb: client: compress: fix buffer overrun in lz77_compress()
Enzo Matsumiya
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-05
cifs: Do some preparation prior to organising the function declarations
David Howells
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
2025-08-11
cifs: Fix collect_sample() to handle any iterator type
David Howells
2024-10-16
smb/client: Fix logically dead code
Advait Dhamorikar
2024-09-16
smb: client: fix compression heuristic functions
Enzo Matsumiya
2024-09-15
smb: client: compress: fix an "illegal accesses" issue
Qianqiang Liu
2024-09-15
smb: client: compress: fix a potential issue of freeing an invalid pointer
Qianqiang Liu
2024-09-15
smb: client: compress: LZ77 code improvements cleanup
Enzo Matsumiya
2024-09-15
smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...
Steve French