1. 7e63545 Merge tag 'for-5.16-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 1 month ago
  2. daf87e9 btrfs: fix the memory leak caused in lzo_compress_pages() by Qu Wenruo · 3 years, 1 month ago
  3. 6fdf886 Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 1 month ago
  4. 6f019c0 btrfs: fix a out-of-bound access in copy_compressed_data_to_page() by Qu Wenruo · 3 years, 2 months ago
  5. 037c50b Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 2 months ago
  6. 2cf3f81 btrfs: fix lzo_decompress_bio() kmap leakage by Linus Torvalds · 3 years, 2 months ago
  7. ccaa66c Revert "btrfs: compression: drop kmap/kunmap from lzo" by David Sterba · 3 years, 2 months ago
  8. d408880 btrfs: subpage: make lzo_compress_pages() compatible by Qu Wenruo · 3 years, 3 months ago
  9. a6e66e6 btrfs: rework lzo_decompress_bio() to make it subpage compatible by Qu Wenruo · 3 years, 5 months ago
  10. 1c3dc17 btrfs: rework btrfs_decompress_buf2page() by Qu Wenruo · 3 years, 6 months ago
  11. 8c945d3 btrfs: compression: drop kmap/kunmap from lzo by David Sterba · 3 years, 7 months ago
  12. b0ee5e1 btrfs: drop from __GFP_HIGHMEM all allocations by David Sterba · 3 years, 7 months ago
  13. 58c1a35 btrfs: convert kmap to kmap_local_page, simple cases by Ira Weiny · 3 years, 11 months ago
  14. 3590ec5 btrfs: use memcpy_[to|from]_page() and kmap_local_page() by Ira Weiny · 3 years, 11 months ago
  15. 1e00235 btrfs: compression: inline free_workspace by David Sterba · 5 years ago
  16. c778df1 btrfs: compression: inline alloc_workspace by David Sterba · 5 years ago
  17. bd3a528 btrfs: compression: inline put_workspace by David Sterba · 5 years ago
  18. 6a0d127 btrfs: compression: inline get_workspace by David Sterba · 5 years ago
  19. d20f395 btrfs: compression: export alloc/free/get/put callbacks of all algos by David Sterba · 5 years ago
  20. 2510307 btrfs: compression: inline cleanup_workspace_manager by David Sterba · 5 years ago
  21. 2dba714 btrfs: compression: let workspace manager cleanup take only the type by David Sterba · 5 years ago
  22. d551703 btrfs: compression: inline init_workspace_manager by David Sterba · 5 years ago
  23. 975db48 btrfs: compression: let workspace manager init take only the type by David Sterba · 5 years ago
  24. be951045 btrfs: compression: attach workspace manager to the ops by David Sterba · 5 years ago
  25. 1e4eb74 btrfs: switch compression callbacks to direct calls by David Sterba · 5 years ago
  26. c4bf665 btrfs: export compression and decompression callbacks by David Sterba · 5 years ago
  27. b0c1fe1 btrfs: compression: replace set_level callbacks by a common helper by David Sterba · 5 years ago
  28. e18333a btrfs: define compression levels statically by David Sterba · 5 years ago
  29. d0ab62c btrfs: change set_level() to bound the level passed in by Dennis Zhou · 6 years ago
  30. 7bf4994 btrfs: plumb level through the compression interface by Dennis Zhou · 6 years ago
  31. 92ee5530 btrfs: move to function pointers for get/put workspaces by Dennis Zhou · 6 years ago
  32. 52042d8 btrfs: Fix typos in comments and strings by Andrea Gelmini · 6 years ago
  33. de885e3 btrfs: lzo: Harden inline lzo compressed extent decompression by Qu Wenruo · 7 years ago
  34. 314bfa4 btrfs: lzo: Add header length check to avoid potential out-of-bounds access by Qu Wenruo · 7 years ago
  35. 2a1f7c0 btrfs: lzo: document the compressed data format by Qu Wenruo · 7 years ago
  36. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  37. 4eeb97c btrfs: Remove unused tot_len var from lzo_decompress by Nikolay Borisov · 7 years ago
  38. f51d2b5 btrfs: allow to set compression level for zlib by David Sterba · 7 years ago
  39. 6acafd1 btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspace by David Sterba · 8 years ago
  40. 389a6cf btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspace by David Sterba · 8 years ago
  41. 1e9d729 Btrfs: lzo: compressed data size must be less then input size by Timofey Titovets · 8 years ago
  42. 036b021 Btrfs: lzo: fix typo in error message after failed deflate by Timofey Titovets · 8 years ago
  43. e1ddce7 btrfs: reduce arguments for decompress_bio ops by Anand Jain · 8 years ago
  44. e5d7490 btrfs: derive maximum output size in the compression implementation by David Sterba · 8 years ago
  45. 4d3a800 btrfs: merge nr_pages input and output parameter in compress_pages by David Sterba · 8 years ago
  46. 38c3146 btrfs: merge length input and output parameter in compress_pages by David Sterba · 8 years ago
  47. 14a3357 btrfs: constify buffers used by compression helpers by David Sterba · 8 years ago
  48. 974b1ad btrfs: use bio iterators for the decompression handlers by Christoph Hellwig · 8 years ago
  49. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  50. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  51. e8c9f18 btrfs: constify structs with op functions or static definitions by David Sterba · 10 years ago
  52. 2f19cad btrfs: zero out left over bytes after processing compression streams by Chris Mason · 10 years ago
  53. ed6078f btrfs: use DIV_ROUND_UP instead of open-coded variants by David Sterba · 11 years ago
  54. 60e1975 btrfs: return errno instead of -1 from compression by Zach Brown · 11 years ago
  55. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  56. 59516f6 Btrfs: return -1 when lzo compression makes data bigger by Stefan Agner · 12 years ago
  57. 3fb4037 btrfs: fix the code comments for LZO compression workspace by Jie Liu · 12 years ago
  58. 7ac687d btrfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  59. ca9b688 Btrfs: Avoid accessing unmapped kernel address by Li Zefan · 14 years ago
  60. 3a39c18 btrfs: Extract duplicate decompress code by Li Zefan · 14 years ago
  61. a6fa6fa btrfs: Add lzo compression support by Li Zefan · 14 years ago