1. 6ea5aad erofs: add REQ_RAHEAD flag to readahead requests by Gao Xiang · 4 years, 3 months ago
  2. bf9a123 erofs: fold in should_decompress_synchronously() by Gao Xiang · 4 years, 3 months ago
  3. 6c3e485 erofs: avoid unnecessary variable `err' by Gao Xiang · 4 years, 3 months ago
  4. e3f78d5 erofs: remove unneeded parameter by Chao Yu · 4 years, 4 months ago
  5. 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
  6. 0e62ea3 erofs: remove WQ_CPU_INTENSIVE flag from unbound wq's by Gao Xiang · 4 years, 5 months ago
  7. 592e7cd erofs: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  8. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  9. 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
  10. 0615090 erofs: convert compressed files from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  11. 0c07a9f erofs: convert uncompressed files from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  12. f57a3fe erofs: convert to use the new mount fs_context api by Chao Yu · 4 years, 7 months ago
  13. 64094a0 erofs: convert workstn to XArray by Gao Xiang · 4 years, 11 months ago
  14. 1e4a295 erofs: clean up z_erofs_submit_queue() by Gao Xiang · 5 years ago
  15. 587a67b erofs: fold in postsubmit_is_all_bypassed() by Gao Xiang · 5 years ago
  16. e5e9a43 erofs: remove unused tag argument while registering a workgroup by Vladimir Zapolskiy · 5 years ago
  17. 997626d erofs: remove unused tag argument while finding a workgroup by Vladimir Zapolskiy · 5 years ago
  18. 0c638f7 erofs: drop all vle annotations for runtime names by Gao Xiang · 5 years ago
  19. a93f8c3 erofs: set iowait for sync decompression by Gao Xiang · 5 years ago
  20. a4b1fab erofs: clean up decompress queue stuffs by Gao Xiang · 5 years ago
  21. 5ddcee1 erofs: get rid of __stagingpage_alloc helper by Gao Xiang · 5 years ago
  22. bda17a4 erofs: remove dead code since managed cache is now built-in by Gao Xiang · 5 years ago
  23. 9e579fc erofs: clean up collection handling routines by Gao Xiang · 5 years ago
  24. dc76ea8 erofs: fix mis-inplace determination related with noio chain by Gao Xiang · 5 years ago
  25. 4f761fa erofs: rename errln/infoln/debugln to erofs_{err, info, dbg} by Gao Xiang · 5 years ago
  26. e2c71e7 erofs: kill all erofs specific fault injection by Gao Xiang · 5 years ago
  27. 99634bf erofs: add "erofs_" prefix for common and short functions by Gao Xiang · 5 years ago
  28. 94e4e15 erofs: kill __submit_bio() by Gao Xiang · 5 years ago
  29. a5c0b78 erofs: localize erofs_grab_bio() by Gao Xiang · 5 years ago
  30. a5876e2 erofs: use erofs_inode naming by Gao Xiang · 5 years ago
  31. 8d8a09b erofs: remove all likely/unlikely annotations by Gao Xiang · 5 years ago
  32. 47e4937 erofs: move erofs out of staging by Gao Xiang · 5 years ago[Renamed (99%) from drivers/staging/erofs/zdata.c]
  33. e12a0ce staging: erofs: detect potential multiref due to corrupted images by Gao Xiang · 5 years ago
  34. bfc4ccb staging: erofs: avoid loop in submit chains by Gao Xiang · 5 years ago
  35. 138e1a0 staging: erofs: add two missing erofs_workgroup_put for corrupted images by Gao Xiang · 5 years ago
  36. ee45197 staging: erofs: some compressed cluster should be submitted for corrupted images by Gao Xiang · 5 years ago
  37. 4279f3f staging: erofs: turn cache strategies into mount options by Gao Xiang · 5 years ago
  38. 97e86a8 staging: erofs: tidy up decompression frontend by Gao Xiang · 5 years ago
  39. 046d64e staging: erofs: tidy up zpvec.h by Gao Xiang · 5 years ago
  40. b25a151 staging: erofs: refine erofs_allocpage() by Gao Xiang · 5 years ago
  41. 14f362b staging: erofs: clean up internal.h by Gao Xiang · 5 years ago
  42. 57b78c9 staging: erofs: rename source files for better understanding by Gao Xiang · 5 years ago[Renamed (99%) from drivers/staging/erofs/unzip_vle.c]
  43. 29b24f6 staging: erofs: update source file headers by Gao Xiang · 5 years ago
  44. 441dfcc staging: erofs: avoid opened loop codes by Chao Yu · 5 years ago
  45. a9f69bd staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr) by Shobhit Kukreti · 6 years ago
  46. b6a7618 staging: erofs: integrate decompression inplace by Gao Xiang · 6 years ago
  47. 88aaf5a staging: erofs: switch to new decompression backend by Gao Xiang · 6 years ago
  48. 2748123 staging: erofs: move stagingpage operations to compress.h by Gao Xiang · 6 years ago
  49. fa61a33 staging: erofs: move per-CPU buffers implementation to utils.c by Gao Xiang · 6 years ago
  50. 152a333 staging: erofs: add compacted compression indexes support by Gao Xiang · 6 years ago
  51. ec8c244 staging: erofs: add compacted ondisk compression indexes by Gao Xiang · 6 years ago
  52. 308f9df staging: erofs: fix warning Comparison to bool by Hariprasad Kelam · 6 years ago
  53. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  54. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  55. b397f82 Merge 5.1-rc3 into staging-next by Greg Kroah-Hartman · 6 years ago
  56. b6391ac staging: erofs: fix error handling when failed to read compresssed data by Gao Xiang · 6 years ago
  57. 14a56ec staging: erofs: support IO read error injection by Gao Xiang · 6 years ago
  58. d61fbb6 staging: erofs: introduce erofs_page_is_managed() by Gao Xiang · 6 years ago
  59. 1115249 staging: erofs: fix error handling when failed to read compresssed data by Gao Xiang · 6 years ago
  60. 447a362 staging: erofs: fix parenthesis alignment by Julian Merida · 6 years ago
  61. 8bce6dc staging: erofs: fix to handle error path of erofs_vmap() by Chao Yu · 6 years ago
  62. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  63. a112152 staging: erofs: fix mis-acted TAIL merging behavior by Gao Xiang · 6 years ago
  64. 1e5ceea staging: erofs: fix illegal address access under memory pressure by Gao Xiang · 6 years ago
  65. af692e1 staging: erofs: compressed_pages should not be accessed again after freed by Gao Xiang · 6 years ago
  66. 047d4ab staging: erofs: remove rcu_read_lock() in erofs_try_to_free_cached_page by Gao Xiang · 6 years ago
  67. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  68. 2093123 staging: erofs: remove redundant unlikely annotation in unzip_vle.c by Chengguang Xu · 6 years ago
  69. 3b42341 staging: erofs: clean up erofs_map_blocks_iter by Chao Yu · 6 years ago
  70. 0a64d62 staging: erofs: fixed -Wmissing-prototype warnings by making functions static. by Jeremy Sowden · 6 years ago
  71. 70b1799 staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONs by Gao Xiang · 6 years ago
  72. 7146a4f staging: erofs: simplify `z_erofs_vle_submit_all' by Gao Xiang · 6 years ago
  73. 6afd227 staging: erofs: redefine where `owned_workgrp_t' points by Gao Xiang · 6 years ago
  74. 92e6efd staging: erofs: refine compressed pages preload flow by Gao Xiang · 6 years ago
  75. 9248fce staging: erofs: revisit the page submission flow by Gao Xiang · 6 years ago
  76. 672e547 staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholder by Gao Xiang · 6 years ago
  77. c1448fa staging: erofs: introduce MNGD_MAPPING helper by Gao Xiang · 6 years ago
  78. 848bd9a staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io' by Gao Xiang · 6 years ago
  79. f0c519f staging: erofs: rename strange variable names in z_erofs_vle_frontend by Gao Xiang · 6 years ago
  80. 2d9b5dc staging: erofs: decompress asynchronously if PG_readahead page at first by Gao Xiang · 6 years ago
  81. 23edf3a staging: erofs: locked before registering for all new workgroups by Gao Xiang · 6 years ago
  82. 48d4bf3 staging: erofs: separate into init_once / always by Gao Xiang · 6 years ago
  83. ba9ce77 staging: erofs: fix `trace_erofs_readpage' position by Gao Xiang · 6 years ago
  84. 2853a06 staging: erofs: unzip_vle.c: Align parameter to the parentesis by Cristian Sicilia · 6 years ago
  85. bc8098d staging: erofs: unzip_vle.c: Constant in comparison on right side by Cristian Sicilia · 6 years ago
  86. 42d40b4 staging: erofs: unzip_vle.c: Replace comparison to NULL. by Cristian Sicilia · 6 years ago
  87. 0a0b7e6 staging: erofs: add the missing __init tags by Gao Xiang · 6 years ago
  88. 5fb76bb staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages' by Gao Xiang · 6 years ago
  89. e5e3abb staging: erofs: drop multiref support temporarily by Gao Xiang · 6 years ago
  90. b27661c staging: erofs: fold in `__update_workgrp_llen' by Gao Xiang · 6 years ago
  91. 284db12 staging: erofs: add trace points for reading zipped data by Chen Gong · 6 years ago
  92. 1e05ff3 staging: erofs: complete error handing of z_erofs_do_read_page by Gao Xiang · 6 years ago
  93. 0734ffb staging: erofs: fix a bug when appling cache strategy by Gao Xiang · 6 years ago
  94. c1ccc86 staging: erofs: complete error handing of z_erofs_map_blocks_iter by Gao Xiang · 6 years ago
  95. a07eedd staging: erofs: clean up z_erofs_map_blocks_iter by Gao Xiang · 6 years ago
  96. 37ec35a staging: erofs: fix a missing endian conversion by Gao Xiang · 6 years ago
  97. 7dd68b1 staging: erofs: use explicit unsigned int type by Thomas Weißschuh · 6 years ago
  98. 1257bf8 staging: erofs: fix potential overflow in z_erofs_vle_normalaccess_readpage{,s} by Gao Xiang · 6 years ago
  99. d6421a4 staging: erofs: fix compression mapping beyond EOF by Gao Xiang · 6 years ago
  100. 390c642 staging: erofs: fix integer overflow on 32-bit platform by Gao Xiang · 6 years ago