1. 2433105 erofs: fix small compressed files inlining by Gao Xiang · 2 years, 11 months ago
  2. 7865827 erofs: avoid unnecessary z_erofs_decompressqueue_work() declaration by Gao Xiang · 3 years ago
  3. e33f42b erofs: fix fsdax partition offset handling by Gao Xiang · 3 years ago
  4. 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
  5. 09c5437 erofs: use meta buffers for zmap operations by Gao Xiang · 3 years ago
  6. bb88e8d erofs: use meta buffers for xattr operations by Gao Xiang · 3 years ago
  7. 2b5379f erofs: use meta buffers for super operations by Gao Xiang · 3 years ago
  8. c521e3a erofs: use meta buffers for inode operations by Gao Xiang · 3 years ago
  9. fdf80a4 erofs: introduce meta buffer operations by Gao Xiang · 3 years ago
  10. ab92184 erofs: add on-disk compressed tail-packing inline support by Yue Hu · 3 years ago
  11. cecf864 erofs: support inline data decompression by Yue Hu · 3 years ago
  12. ab749ba erofs: support unaligned data decompression by Gao Xiang · 3 years ago
  13. 10e5f6e erofs: introduce z_erofs_fixup_insize by Gao Xiang · 3 years ago
  14. d67aee7 erofs: tidy up z_erofs_lz4_decompress by Gao Xiang · 3 years ago
  15. 469407a erofs: clean up erofs_map_blocks tracepoints by Gao Xiang · 3 years, 1 month ago
  16. 7acc3d1 erofs: Replace zero-length array with flexible-array member by Gao Xiang · 3 years, 1 month ago
  17. 40452ff erofs: add sysfs node to control sync decompression strategy by Huang Jianan · 3 years, 1 month ago
  18. 168e9a7 erofs: add sysfs interface by Huang Jianan · 3 years, 1 month ago
  19. de20511 fsdax: shift partition offset handling into the file systems by Christoph Hellwig · 3 years, 1 month ago
  20. cd913c7 dax: return the partition offset from fs_dax_get_by_bdev by Christoph Hellwig · 3 years, 1 month ago
  21. 7b0800d dax: remove dax_capable by Christoph Hellwig · 3 years, 1 month ago
  22. 7e508f2 erofs: rename lz4_0pading to zero_padding by Huang Jianan · 3 years, 2 months ago
  23. 57bbeac erofs: fix deadlock when shrink erofs slab by Huang Jianan · 3 years, 1 month ago
  24. a27c085 Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 3 years, 1 month ago
  25. 4c7e425 erofs: remove useless cache strategy of DELAYEDALLOC by Yue Hu · 3 years, 2 months ago
  26. 86432a6 erofs: fix unsafe pagevec reuse of hooked pclusters by Gao Xiang · 3 years, 2 months ago
  27. c03098d Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 2 months ago
  28. a0961f3 erofs: don't trigger WARN() when decompression fails by Gao Xiang · 3 years, 2 months ago
  29. eaa9172 erofs: get rid of ->lru usage by Gao Xiang · 3 years, 2 months ago
  30. 4fdccaa iomap: Add done_before argument to iomap_dio_rw by Andreas Gruenbacher · 3 years, 5 months ago
  31. 622cead erofs: lzma compression support by Gao Xiang · 3 years, 3 months ago
  32. 966edfb erofs: rename some generic methods in decompressor by Gao Xiang · 3 years, 3 months ago
  33. 3862929 erofs: introduce readmore decompression strategy by Gao Xiang · 3 years, 3 months ago
  34. 72bb526 erofs: introduce the secondary compression head by Gao Xiang · 3 years, 2 months ago
  35. 8f89926 erofs: get compression algorithms directly on mapping by Gao Xiang · 3 years, 3 months ago
  36. dfeab2e erofs: add multiple device support by Gao Xiang · 3 years, 2 months ago
  37. e624246 erofs: decouple basic mount options from fs_context by Gao Xiang · 3 years, 3 months ago
  38. 5b6e7e1 erofs: remove the fast path of per-CPU buffer decompression by Yue Hu · 3 years, 2 months ago
  39. c40dd3c erofs: clear compacted_2b if compacted_4b_initial > totalidx by Yue Hu · 3 years, 3 months ago
  40. d705117 erofs: fix misbehavior of unsupported chunk format check by Gao Xiang · 3 years, 3 months ago
  41. 2e5fd48 Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 4 months ago
  42. 815409a Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 4 months ago
  43. 1266b4a erofs: fix double free of 'copied' by Gao Xiang · 3 years, 4 months ago
  44. c5aa903 erofs: support reading chunk-based uncompressed files by Gao Xiang · 3 years, 4 months ago
  45. 2a9dc7a erofs: introduce chunk-based file on-disk format by Gao Xiang · 3 years, 4 months ago
  46. 0cad624 vfs: add rcu argument to ->get_acl() callback by Miklos Szeredi · 3 years, 4 months ago
  47. eadcd6b erofs: add fiemap support with iomap by Gao Xiang · 3 years, 5 months ago
  48. d95ae5e erofs: add support for the full decompressed length by Gao Xiang · 3 years, 4 months ago
  49. d252ff3 erofs: remove the mapping parameter from erofs_try_to_free_cached_page() by Yue Hu · 3 years, 5 months ago
  50. f4d4e5f erofs: directly use wrapper erofs_page_is_managed() when shrinking by Yue Hu · 3 years, 5 months ago
  51. 771c994 erofs: convert all uncompressed cases to iomap by Gao Xiang · 3 years, 5 months ago
  52. 06252e9 erofs: dax support for non-tailpacking regular file by Gao Xiang · 3 years, 5 months ago
  53. a08e67a erofs: iomap support for non-tailpacking DIO by Huang Jianan · 3 years, 5 months ago
  54. c5fcb51 erofs: clean up file headers & footers by Gao Xiang · 3 years, 7 months ago
  55. 7dea3de7 erofs: remove the occupied parameter from z_erofs_pagevec_enqueue() by Yue Hu · 3 years, 8 months ago
  56. 0508c1a erofs: fix error return code in erofs_read_superblock() by Wei Yongjun · 3 years, 7 months ago
  57. 0852b6c erofs: fix 1 lcluster-sized pcluster for big pcluster by Gao Xiang · 3 years, 8 months ago
  58. 8e6c8fa erofs: enable big pcluster feature by Gao Xiang · 3 years, 9 months ago
  59. 598162d erofs: support decompress big pcluster for lz4 backend by Gao Xiang · 3 years, 9 months ago
  60. b86269f erofs: support parsing big pcluster compact indexes by Gao Xiang · 3 years, 9 months ago
  61. cec6e93 erofs: support parsing big pcluster compress indexes by Gao Xiang · 3 years, 9 months ago
  62. 4fea63f erofs: adjust per-CPU buffers according to max_pclusterblks by Gao Xiang · 3 years, 9 months ago
  63. 5404c3301 erofs: add big physical cluster definition by Gao Xiang · 3 years, 9 months ago
  64. 81382f5 erofs: fix up inplace I/O pointer for big pcluster by Gao Xiang · 3 years, 9 months ago
  65. 9f6cc76 erofs: introduce physical cluster slab pools by Gao Xiang · 3 years, 9 months ago
  66. 5248873 erofs: introduce multipage per-CPU buffers by Gao Xiang · 3 years, 9 months ago
  67. 54e0b6c erofs: reserve physical_clusterbits[] by Gao Xiang · 3 years, 9 months ago
  68. fe6adcc erofs: Clean up spelling mistakes found in fs/erofs by Ruiqi Gong · 3 years, 9 months ago
  69. 1437371 erofs: add on-disk compression configurations by Gao Xiang · 3 years, 9 months ago
  70. 46249cd erofs: introduce on-disk lz4 fs configurations by Gao Xiang · 3 years, 9 months ago
  71. 5d50538 erofs: support adjust lz4 history window size by Huang Jianan · 3 years, 9 months ago
  72. de06a6a erofs: introduce erofs_sb_has_xxx() helpers by Gao Xiang · 3 years, 9 months ago
  73. 24a806d erofs: add unsupported inode i_format check by Gao Xiang · 3 years, 9 months ago
  74. 8137824 erofs: don't use erofs_map_blocks() any more by Yue Hu · 3 years, 9 months ago
  75. 0b96460 erofs: complete a missing case for inplace I/O by Gao Xiang · 3 years, 9 months ago
  76. 30048cd erofs: use sync decompression for atomic contexts only by Huang Jianan · 3 years, 10 months ago
  77. 648f2de erofs: use workqueue decompression for atomic contexts only by Huang Jianan · 3 years, 10 months ago
  78. b4892fa erofs: avoid memory allocation failure during rolling decompression by Huang Jianan · 3 years, 10 months ago
  79. 4206234 Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 3 years, 10 months ago
  80. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
  81. 9f37762 erofs: fix bio->bi_max_vecs behavior change by Gao Xiang · 3 years, 10 months ago
  82. 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  83. 5f7136d block: Add bio_max_segs by Matthew Wilcox (Oracle) · 4 years ago
  84. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  85. 205f92d Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 10 months ago
  86. ce063129 erofs: initialized fields can only be observed after bit is set by Gao Xiang · 3 years, 11 months ago
  87. bde5452 erofs: fix shift-out-of-bounds of blkszbits by Gao Xiang · 4 years ago
  88. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  89. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
  90. 181b150 erofs: use %pd instead of messing with ->d_name by Al Viro · 4 years ago
  91. d8b3df8 erofs: avoid using generic_block_bmap by Huang Jianan · 4 years, 1 month ago
  92. 1825c8d erofs: force inplace I/O under low memory scenario by Gao Xiang · 4 years, 1 month ago
  93. 473e15b erofs: simplify try_to_claim_pcluster() by Gao Xiang · 4 years, 1 month ago
  94. bf22507 erofs: insert to managed cache after adding to pcl by Gao Xiang · 4 years, 1 month ago
  95. 6aaa7b0 erofs: get rid of magical Z_EROFS_MAPPING_STAGING by Gao Xiang · 4 years, 1 month ago
  96. a426ce9 erofs: remove a void EROFS_VERSION macro set in Makefile by Vladimir Zapolskiy · 4 years, 2 months ago
  97. a30573b erofs: fix setting up pcluster for temporary pages by Gao Xiang · 4 years, 2 months ago
  98. d3938ee erofs: derive atime instead of leaving it empty by Gao Xiang · 4 years, 2 months ago
  99. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  100. 915f4c9 erofs: remove unnecessary enum entries by Chengguang Xu · 4 years, 3 months ago