1. 7865827 erofs: avoid unnecessary z_erofs_decompressqueue_work() declaration by Gao Xiang · 3 years ago
  2. 09c5437 erofs: use meta buffers for zmap operations by Gao Xiang · 3 years ago
  3. cecf864 erofs: support inline data decompression by Yue Hu · 3 years ago
  4. 40452ff erofs: add sysfs node to control sync decompression strategy by Huang Jianan · 3 years, 1 month ago
  5. 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
  6. 4c7e425 erofs: remove useless cache strategy of DELAYEDALLOC by Yue Hu · 3 years, 2 months ago
  7. 86432a6 erofs: fix unsafe pagevec reuse of hooked pclusters by Gao Xiang · 3 years, 2 months ago
  8. eaa9172 erofs: get rid of ->lru usage by Gao Xiang · 3 years, 2 months ago
  9. 622cead erofs: lzma compression support by Gao Xiang · 3 years, 3 months ago
  10. 3862929 erofs: introduce readmore decompression strategy by Gao Xiang · 3 years, 3 months ago
  11. 8f89926 erofs: get compression algorithms directly on mapping by Gao Xiang · 3 years, 3 months ago
  12. dfeab2e erofs: add multiple device support by Gao Xiang · 3 years, 2 months ago
  13. e624246 erofs: decouple basic mount options from fs_context by Gao Xiang · 3 years, 3 months ago
  14. d252ff3 erofs: remove the mapping parameter from erofs_try_to_free_cached_page() by Yue Hu · 3 years, 5 months ago
  15. f4d4e5f erofs: directly use wrapper erofs_page_is_managed() when shrinking by Yue Hu · 3 years, 5 months ago
  16. c5fcb51 erofs: clean up file headers & footers by Gao Xiang · 3 years, 7 months ago
  17. 7dea3de7 erofs: remove the occupied parameter from z_erofs_pagevec_enqueue() by Yue Hu · 3 years, 8 months ago
  18. 81382f5 erofs: fix up inplace I/O pointer for big pcluster by Gao Xiang · 3 years, 9 months ago
  19. 9f6cc76 erofs: introduce physical cluster slab pools by Gao Xiang · 3 years, 9 months ago
  20. 54e0b6c erofs: reserve physical_clusterbits[] by Gao Xiang · 3 years, 9 months ago
  21. fe6adcc erofs: Clean up spelling mistakes found in fs/erofs by Ruiqi Gong · 3 years, 9 months ago
  22. 0b96460 erofs: complete a missing case for inplace I/O by Gao Xiang · 3 years, 9 months ago
  23. 30048cd erofs: use sync decompression for atomic contexts only by Huang Jianan · 3 years, 10 months ago
  24. 648f2de erofs: use workqueue decompression for atomic contexts only by Huang Jianan · 3 years, 10 months ago
  25. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
  26. 1825c8d erofs: force inplace I/O under low memory scenario by Gao Xiang · 4 years, 1 month ago
  27. 473e15b erofs: simplify try_to_claim_pcluster() by Gao Xiang · 4 years, 1 month ago
  28. bf22507 erofs: insert to managed cache after adding to pcl by Gao Xiang · 4 years, 1 month ago
  29. 6aaa7b0 erofs: get rid of magical Z_EROFS_MAPPING_STAGING by Gao Xiang · 4 years, 1 month ago
  30. a30573b erofs: fix setting up pcluster for temporary pages by Gao Xiang · 4 years, 2 months ago
  31. 6ea5aad erofs: add REQ_RAHEAD flag to readahead requests by Gao Xiang · 4 years, 3 months ago
  32. bf9a123 erofs: fold in should_decompress_synchronously() by Gao Xiang · 4 years, 3 months ago
  33. 6c3e485 erofs: avoid unnecessary variable `err' by Gao Xiang · 4 years, 3 months ago
  34. e3f78d5 erofs: remove unneeded parameter by Chao Yu · 4 years, 3 months ago
  35. 019c407 Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 4 years, 5 months ago
  36. 0e62ea3 erofs: remove WQ_CPU_INTENSIVE flag from unbound wq's by Gao Xiang · 4 years, 5 months ago
  37. 592e7cd erofs: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  38. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  39. d6f9469 Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 4 years, 7 months ago
  40. 0615090 erofs: convert compressed files from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  41. 0c07a9f erofs: convert uncompressed files from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  42. f57a3fe erofs: convert to use the new mount fs_context api by Chao Yu · 4 years, 7 months ago
  43. 64094a0 erofs: convert workstn to XArray by Gao Xiang · 4 years, 10 months ago
  44. 1e4a295 erofs: clean up z_erofs_submit_queue() by Gao Xiang · 5 years ago
  45. 587a67b erofs: fold in postsubmit_is_all_bypassed() by Gao Xiang · 5 years ago
  46. e5e9a43 erofs: remove unused tag argument while registering a workgroup by Vladimir Zapolskiy · 5 years ago
  47. 997626d erofs: remove unused tag argument while finding a workgroup by Vladimir Zapolskiy · 5 years ago
  48. 0c638f7 erofs: drop all vle annotations for runtime names by Gao Xiang · 5 years ago
  49. a93f8c3 erofs: set iowait for sync decompression by Gao Xiang · 5 years ago
  50. a4b1fab erofs: clean up decompress queue stuffs by Gao Xiang · 5 years ago
  51. 5ddcee1 erofs: get rid of __stagingpage_alloc helper by Gao Xiang · 5 years ago
  52. bda17a4 erofs: remove dead code since managed cache is now built-in by Gao Xiang · 5 years ago
  53. 9e579fc erofs: clean up collection handling routines by Gao Xiang · 5 years ago
  54. dc76ea8 erofs: fix mis-inplace determination related with noio chain by Gao Xiang · 5 years ago
  55. 4f761fa erofs: rename errln/infoln/debugln to erofs_{err, info, dbg} by Gao Xiang · 5 years ago
  56. e2c71e7 erofs: kill all erofs specific fault injection by Gao Xiang · 5 years ago
  57. 99634bf erofs: add "erofs_" prefix for common and short functions by Gao Xiang · 5 years ago
  58. 94e4e15 erofs: kill __submit_bio() by Gao Xiang · 5 years ago
  59. a5c0b78 erofs: localize erofs_grab_bio() by Gao Xiang · 5 years ago
  60. a5876e2 erofs: use erofs_inode naming by Gao Xiang · 5 years ago
  61. 8d8a09b erofs: remove all likely/unlikely annotations by Gao Xiang · 5 years ago
  62. 47e4937 erofs: move erofs out of staging by Gao Xiang · 5 years ago[Renamed (99%) from drivers/staging/erofs/zdata.c]
  63. e12a0ce staging: erofs: detect potential multiref due to corrupted images by Gao Xiang · 5 years ago
  64. bfc4ccb staging: erofs: avoid loop in submit chains by Gao Xiang · 5 years ago
  65. 138e1a0 staging: erofs: add two missing erofs_workgroup_put for corrupted images by Gao Xiang · 5 years ago
  66. ee45197 staging: erofs: some compressed cluster should be submitted for corrupted images by Gao Xiang · 5 years ago
  67. 4279f3f staging: erofs: turn cache strategies into mount options by Gao Xiang · 5 years ago
  68. 97e86a8 staging: erofs: tidy up decompression frontend by Gao Xiang · 5 years ago
  69. 046d64e staging: erofs: tidy up zpvec.h by Gao Xiang · 5 years ago
  70. b25a151 staging: erofs: refine erofs_allocpage() by Gao Xiang · 5 years ago
  71. 14f362b staging: erofs: clean up internal.h by Gao Xiang · 5 years ago
  72. 57b78c9 staging: erofs: rename source files for better understanding by Gao Xiang · 5 years ago[Renamed (99%) from drivers/staging/erofs/unzip_vle.c]
  73. 29b24f6 staging: erofs: update source file headers by Gao Xiang · 5 years ago
  74. 441dfcc staging: erofs: avoid opened loop codes by Chao Yu · 5 years ago
  75. a9f69bd staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr) by Shobhit Kukreti · 6 years ago
  76. b6a7618 staging: erofs: integrate decompression inplace by Gao Xiang · 6 years ago
  77. 88aaf5a staging: erofs: switch to new decompression backend by Gao Xiang · 6 years ago
  78. 2748123 staging: erofs: move stagingpage operations to compress.h by Gao Xiang · 6 years ago
  79. fa61a33 staging: erofs: move per-CPU buffers implementation to utils.c by Gao Xiang · 6 years ago
  80. 152a333 staging: erofs: add compacted compression indexes support by Gao Xiang · 6 years ago
  81. ec8c244 staging: erofs: add compacted ondisk compression indexes by Gao Xiang · 6 years ago
  82. 308f9df staging: erofs: fix warning Comparison to bool by Hariprasad Kelam · 6 years ago
  83. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  84. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  85. b397f82 Merge 5.1-rc3 into staging-next by Greg Kroah-Hartman · 6 years ago
  86. b6391ac staging: erofs: fix error handling when failed to read compresssed data by Gao Xiang · 6 years ago
  87. 14a56ec staging: erofs: support IO read error injection by Gao Xiang · 6 years ago
  88. d61fbb6 staging: erofs: introduce erofs_page_is_managed() by Gao Xiang · 6 years ago
  89. 1115249 staging: erofs: fix error handling when failed to read compresssed data by Gao Xiang · 6 years ago
  90. 447a362 staging: erofs: fix parenthesis alignment by Julian Merida · 6 years ago
  91. 8bce6dc staging: erofs: fix to handle error path of erofs_vmap() by Chao Yu · 6 years ago
  92. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  93. a112152 staging: erofs: fix mis-acted TAIL merging behavior by Gao Xiang · 6 years ago
  94. 1e5ceea staging: erofs: fix illegal address access under memory pressure by Gao Xiang · 6 years ago
  95. af692e1 staging: erofs: compressed_pages should not be accessed again after freed by Gao Xiang · 6 years ago
  96. 047d4ab staging: erofs: remove rcu_read_lock() in erofs_try_to_free_cached_page by Gao Xiang · 6 years ago
  97. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  98. 2093123 staging: erofs: remove redundant unlikely annotation in unzip_vle.c by Chengguang Xu · 6 years ago
  99. 3b42341 staging: erofs: clean up erofs_map_blocks_iter by Chao Yu · 6 years ago
  100. 0a64d62 staging: erofs: fixed -Wmissing-prototype warnings by making functions static. by Jeremy Sowden · 6 years ago