1. 55276e1 Revert "btrfs: compression: drop kmap/kunmap from zlib" by David Sterba · 3 years, 2 months ago
  2. 1c3dc17 btrfs: rework btrfs_decompress_buf2page() by Qu Wenruo · 3 years, 6 months ago
  3. 696ab56 btrfs: compression: drop kmap/kunmap from zlib by David Sterba · 3 years, 7 months ago
  4. b0ee5e1 btrfs: drop from __GFP_HIGHMEM all allocations by David Sterba · 3 years, 7 months ago
  5. d048b9c btrfs: use memzero_page() instead of open coded kmap pattern by Ira Weiny · 3 years, 8 months ago
  6. 3590ec5 btrfs: use memcpy_[to|from]_page() and kmap_local_page() by Ira Weiny · 3 years, 11 months ago
  7. 3fd396a btrfs: use larger zlib buffer for s390 hardware compression by Mikhail Zaslonko · 5 years ago
  8. 1e00235 btrfs: compression: inline free_workspace by David Sterba · 5 years ago
  9. c778df1 btrfs: compression: inline alloc_workspace by David Sterba · 5 years ago
  10. 5907a9b btrfs: compression: pass type to btrfs_get_workspace by David Sterba · 5 years ago
  11. bd3a528 btrfs: compression: inline put_workspace by David Sterba · 5 years ago
  12. 6a0d127 btrfs: compression: inline get_workspace by David Sterba · 5 years ago
  13. d20f395 btrfs: compression: export alloc/free/get/put callbacks of all algos by David Sterba · 5 years ago
  14. 2510307 btrfs: compression: inline cleanup_workspace_manager by David Sterba · 5 years ago
  15. 2dba714 btrfs: compression: let workspace manager cleanup take only the type by David Sterba · 5 years ago
  16. d551703 btrfs: compression: inline init_workspace_manager by David Sterba · 5 years ago
  17. 975db48 btrfs: compression: let workspace manager init take only the type by David Sterba · 5 years ago
  18. be951045 btrfs: compression: attach workspace manager to the ops by David Sterba · 5 years ago
  19. 1e4eb74 btrfs: switch compression callbacks to direct calls by David Sterba · 5 years ago
  20. c4bf665 btrfs: export compression and decompression callbacks by David Sterba · 5 years ago
  21. b0c1fe1 btrfs: compression: replace set_level callbacks by a common helper by David Sterba · 5 years ago
  22. e18333a btrfs: define compression levels statically by David Sterba · 5 years ago
  23. d0ab62c btrfs: change set_level() to bound the level passed in by Dennis Zhou · 6 years ago
  24. 7bf4994 btrfs: plumb level through the compression interface by Dennis Zhou · 6 years ago
  25. 92ee5530 btrfs: move to function pointers for get/put workspaces by Dennis Zhou · 6 years ago
  26. 1972708 btrfs: add helpers for compression type and level by Dennis Zhou · 6 years ago
  27. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  28. f51d2b5 btrfs: allow to set compression level for zlib by David Sterba · 7 years ago
  29. 6acafd1 btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspace by David Sterba · 8 years ago
  30. 389a6cf btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspace by David Sterba · 8 years ago
  31. e1ddce7 btrfs: reduce arguments for decompress_bio ops by Anand Jain · 8 years ago
  32. e5d7490 btrfs: derive maximum output size in the compression implementation by David Sterba · 8 years ago
  33. 4d3a800 btrfs: merge nr_pages input and output parameter in compress_pages by David Sterba · 8 years ago
  34. 38c3146 btrfs: merge length input and output parameter in compress_pages by David Sterba · 8 years ago
  35. 974b1ad btrfs: use bio iterators for the decompression handlers by Christoph Hellwig · 8 years ago
  36. d1111a7 btrfs: Call kunmap if zlib_inflateInit2 fails by Nick Terrell · 8 years ago
  37. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  38. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  39. e8c9f18 btrfs: constify structs with op functions or static definitions by David Sterba · 10 years ago
  40. 2f19cad btrfs: zero out left over bytes after processing compression streams by Chris Mason · 10 years ago
  41. 7880991 btrfs compression: merge inflate and deflate z_streams by Sergey Senozhatsky · 10 years ago
  42. ed6078f btrfs: use DIV_ROUND_UP instead of open-coded variants by David Sterba · 11 years ago
  43. 130d5b4 btrfs: use E2BIG instead of EIO if compression does not help by David Sterba · 11 years ago
  44. 60e1975 btrfs: return errno instead of -1 from compression by Zach Brown · 11 years ago
  45. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  46. 4894066 btrfs: fix message printing by Daniel J Blueman · 13 years ago
  47. 7ac687d btrfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  48. 565d76c zlib: slim down zlib_deflate() workspace when possible by Jim Keniston · 14 years ago
  49. 3a39c18 btrfs: Extract duplicate decompress code by Li Zefan · 14 years ago
  50. 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 14 years ago
  51. 4b72029 btrfs: Fix error handling in zlib by Li Zefan · 14 years ago
  52. 8844355 btrfs: Fix bugs in zlib workspace by Li Zefan · 14 years ago
  53. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  54. 60f2e8f Btrfs: correct error-handling zlib error handling by Julia Lawall · 15 years ago
  55. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  56. b295086 Btrfs: make things static and include the right headers by Christoph Hellwig · 16 years ago
  57. 5b050f0 Btrfs: Fix compile warnings on 32 bit machines by Chris Mason · 16 years ago
  58. 771ed68 Btrfs: Optimize compressed writeback and reads by Chris Mason · 16 years ago
  59. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago