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