1. c8c1095 Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux by Linus Torvalds · 3 years, 1 month ago
  2. 5664896 Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 3 years, 1 month ago
  3. cf30f6a lib: zstd: Add kernel-specific API by Nick Terrell · 4 years, 4 months ago
  4. b368cc5 f2fs: compress: fix overwrite may reduce compress ratio unproperly by Fengnan Chang · 3 years, 2 months ago
  5. 09631cf f2fs: include non-compressed blocks in compr_written_block by Daeho Jeong · 3 years, 3 months ago
  6. e41d12f mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> by Christoph Hellwig · 3 years, 3 months ago
  7. 827f028 f2fs: deallocate compressed pages when error happens by Jaegeuk Kim · 3 years, 4 months ago
  8. bbe1da7 f2fs: compress: do sanity check on cluster by Chao Yu · 3 years, 5 months ago
  9. 3241057 f2fs: support fault injection for f2fs_kmem_cache_alloc() by Chao Yu · 3 years, 5 months ago
  10. 94afd6d f2fs: extent cache: support unaligned extent by Chao Yu · 3 years, 5 months ago
  11. 6ce19af f2fs: compress: add compress_inode to cache compressed blocks by Chao Yu · 3 years, 7 months ago
  12. c614041 f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bit by Jaegeuk Kim · 3 years, 7 months ago
  13. 8f1d498 f2fs: compress: remove unneeded preallocation by Chao Yu · 3 years, 8 months ago
  14. e3c5483 f2fs: let's allow compression for mmap files by Jaegeuk Kim · 3 years, 7 months ago
  15. 91f0fb6 f2fs: compress: clean up parameter of __f2fs_cluster_blocks() by Chao Yu · 3 years, 8 months ago
  16. b763f3b f2fs: restructure f2fs page.private layout by Chao Yu · 3 years, 8 months ago
  17. ee68d27 f2fs: add cp_error check in f2fs_write_compressed_pages by Chao Yu · 3 years, 8 months ago
  18. 5db479f f2fs: compress: rename __cluster_may_compress by Chao Yu · 3 years, 8 months ago
  19. 8bfbfb0 f2fs: compress: fix to assign cc.cluster_idx correctly by Chao Yu · 3 years, 8 months ago
  20. a949dc5 f2fs: compress: fix race condition of overwrite vs truncate by Chao Yu · 3 years, 8 months ago
  21. a12cc5b f2fs: compress: fix to free compress page correctly by Chao Yu · 3 years, 8 months ago
  22. 8af85f7 f2fs: compress: remove unneed check condition by Chao Yu · 3 years, 8 months ago
  23. 2e22d48 f2fs: clean up left deprecated IO trace codes by Chao Yu · 3 years, 8 months ago
  24. 5ac443e f2fs: add sysfs nodes to get runtime compression stat by Daeho Jeong · 3 years, 10 months ago
  25. 3afae09 f2fs: compress: fix potential deadlock by Chao Yu · 4 years ago
  26. 7f59b27 f2fs: clean up post-read processing by Eric Biggers · 4 years ago
  27. 3fde13f f2fs: compress: support compress level by Chao Yu · 4 years ago
  28. 75e91c8 f2fs: compress: fix compression chksum by Chao Yu · 4 years, 1 month ago
  29. 6422a71 f2fs: fix race of pending_pages in decompression by Daeho Jeong · 4 years, 1 month ago
  30. 602a16d f2fs: add compress_mode mount option by Daeho Jeong · 4 years, 1 month ago
  31. b28f047 f2fs: compress: support chksum by Chao Yu · 4 years, 1 month ago
  32. adfc694 f2fs: fix slab leak of rpages pointer by Jaegeuk Kim · 4 years, 3 months ago
  33. c68d6c8 f2fs: compress: introduce cic/dic slab cache by Chao Yu · 4 years, 4 months ago
  34. 3108303 f2fs: compress: introduce page array slab cache by Chao Yu · 4 years, 4 months ago
  35. 6fcaeba f2fs: change virtual mapping way for compression pages by Daeho Jeong · 4 years, 5 months ago
  36. 0e2b738 f2fs: allocate proper size memory for zstd decompress by Chao Yu · 4 years, 4 months ago
  37. e6c3948 f2fs: compress: use more readable atomic_t type for {cic,dic}.ref by Chao Yu · 4 years, 5 months ago
  38. 376207a f2fs: compress: remove unneeded code by Chao Yu · 4 years, 5 months ago
  39. 086ba2e Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 5 months ago
  40. b2f57a8 f2fs: compress: delay temp page allocation by Chao Yu · 4 years, 5 months ago
  41. 02772fbf f2fs: compress: fix to avoid memory leak on cc->cpages by Chao Yu · 4 years, 5 months ago
  42. 27aacd2 f2fs: add inline encryption support by Satya Tangirala · 4 years, 6 months ago
  43. f567adb f2fs: fix to wait GCed compressed page writeback by Chao Yu · 4 years, 6 months ago
  44. 29b993c f2fs: fix an oops in f2fs_is_compressed_page by Yu Changchun · 4 years, 6 months ago
  45. eb1353c f2fs: fix to check page dirty status before writeback by Chao Yu · 4 years, 6 months ago
  46. d078319 f2fs: remove the unused compr parameter by Wang Xiaojun · 4 years, 7 months ago
  47. 79963d9 f2fs: shrink node_write lock coverage by Chao Yu · 4 years, 6 months ago
  48. 0ef8183 f2fs: add prefix for exported symbols by Chao Yu · 4 years, 6 months ago
  49. 99bbe30 f2fs: avoid checkpatch error by Jaegeuk Kim · 4 years, 6 months ago
  50. bc67c5d f2fs: remove unused parameter of f2fs_put_rpages_mapping() by Chao Yu · 4 years, 7 months ago
  51. dc35d73 f2fs: compress: don't compress any datas after cp stop by Chao Yu · 4 years, 7 months ago
  52. 1454c97 f2fs: compress: fix zstd data corruption by Chao Yu · 4 years, 8 months ago
  53. f664414 f2fs: compress: let lz4 compressor handle output buffer budget properly by Chao Yu · 4 years, 8 months ago
  54. 6d92b20 f2fs: compress: support lzo-rle compress algorithm by Chao Yu · 4 years, 9 months ago
  55. 5e6bbde f2fs: introduce mempool for {,de}compress intermediate page allocation by Chao Yu · 4 years, 9 months ago
  56. 3265d3d f2fs: support partial truncation on compressed inode by Chao Yu · 4 years, 10 months ago
  57. 435cbab f2fs: fix quota_sync failure due to f2fs_lock_op by Jaegeuk Kim · 4 years, 9 months ago
  58. 8908e75 f2fs: fix to verify tpage before releasing in f2fs_free_dic() by Chao Yu · 4 years, 9 months ago
  59. 80d0d45 f2fs: clean up dic->tpages assignment by Chao Yu · 4 years, 9 months ago
  60. 50cfa66 f2fs: compress: support zstd compress algorithm by Chao Yu · 4 years, 10 months ago
  61. 23b1faaad f2fs: compress: add .{init,destroy}_decompress_ctx callback by Chao Yu · 4 years, 10 months ago
  62. 09ff480 f2fs: compress: fix to call missing destroy_compress_ctx() by Chao Yu · 4 years, 10 months ago
  63. 887347a f2fs: clean up {cic,dic}.ref handling by Chao Yu · 4 years, 9 months ago
  64. 79bbefb f2fs: fix NULL pointer dereference in f2fs_verity_work() by Chao Yu · 4 years, 9 months ago
  65. 23c51be f2fs: fix to clear PG_error if fsverity failed by Chao Yu · 4 years, 9 months ago
  66. 466357d f2fs: fix potential deadlock on compressed quota file by Chao Yu · 4 years, 9 months ago
  67. 1a67cbe f2fs: fix to account compressed blocks in f2fs_compressed_blocks() by Chao Yu · 4 years, 10 months ago
  68. 0683728 f2fs: fix to avoid triggering IO in write path by Chao Yu · 4 years, 10 months ago
  69. 5df7731f f2fs: introduce DEFAULT_IO_TIMEOUT by Chao Yu · 4 years, 11 months ago
  70. a2ced1c f2fs: clean up codes with {f2fs_,}data_blkaddr() by Chao Yu · 4 years, 11 months ago
  71. 95978ca f2fs: fix to avoid use-after-free in f2fs_write_multi_pages() by Chao Yu · 4 years, 10 months ago
  72. c10c982 f2fs: cover last_disk_size update with spinlock by Chao Yu · 4 years, 10 months ago
  73. df77fbd f2fs: fix to avoid potential deadlock by Chao Yu · 4 years, 10 months ago
  74. 0b32dc1 f2fs: recycle unused compress_data.chksum feild by Chao Yu · 4 years, 10 months ago
  75. 61fbae2 f2fs: fix to avoid NULL pointer dereference by Chao Yu · 4 years, 10 months ago
  76. 7fa6d59 f2fs: fix leaking uninitialized memory in compressed clusters by Eric Biggers · 4 years, 10 months ago
  77. 4c8ff70 f2fs: support data compression by Chao Yu · 5 years ago