summaryrefslogtreecommitdiff
path: root/fs/smb/client/compress.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-16smb: move LZ77 compression into common codeNamjae Jeon1-4/+8
2026-04-22smb: client: compress: fix buffer overrun in lz77_compress()Enzo Matsumiya1-5/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells1-3/+18
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-1/+1
2025-08-11cifs: Fix collect_sample() to handle any iterator typeDavid Howells1-45/+16
2024-10-16smb/client: Fix logically dead codeAdvait Dhamorikar1-4/+0
2024-09-16smb: client: fix compression heuristic functionsEnzo Matsumiya1-50/+55
2024-09-15smb: client: compress: fix an "illegal accesses" issueQianqiang Liu1-1/+1
2024-09-15smb: client: compress: fix a potential issue of freeing an invalid pointerQianqiang Liu1-1/+1
2024-09-15smb: client: compress: LZ77 code improvements cleanupEnzo Matsumiya1-16/+351
2024-09-15smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French1-0/+50