| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | erofs: remove fscache backend entirely | Gao Xiang | 1 | -6/+0 |
| 10 days | erofs: simplify RCU read critical sections | Gao Xiang | 1 | -18/+14 |
| 2026-05-29 | erofs: fix use-after-free on sbi->sync_decompress | Gao Xiang | 1 | -3/+3 |
| 2026-05-20 | erofs: fix managed cache race for unaligned extents | Gao Xiang | 1 | -7/+8 |
| 2026-04-21 | erofs: fix offset truncation when shifting pgoff on 32-bit platforms | Gao Xiang | 1 | -1/+1 |
| 2026-04-10 | erofs: clean up encoded map flags | Gao Xiang | 1 | -10/+9 |
| 2026-04-02 | erofs: ensure all folios are managed in erofs_try_to_free_all_cached_folios() | Zhan Xusheng | 1 | -2/+1 |
| 2026-03-19 | erofs: add GFP_NOIO in the bio completion if needed | Jiucheng Xu | 1 | -0/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -8/+8 |
| 2026-02-05 | erofs: fix inline data read failure for ztailpacking pclusters | Gao Xiang | 1 | -14/+16 |
| 2026-01-23 | erofs: support compressed inodes for page cache share | Hongzhen Luo | 1 | -14/+24 |
| 2026-01-23 | erofs: pass inode to trace_erofs_read_folio | Hongbo Li | 1 | -1/+1 |
| 2026-01-23 | erofs: tidy up synchronous decompression | Gao Xiang | 1 | -22/+13 |
| 2026-01-23 | erofs: avoid noisy messages for transient -ENOMEM | Gao Xiang | 1 | -3/+4 |
| 2026-01-23 | erofs: Use %pe format specifier for error pointers | Ferry Meng | 1 | -2/+2 |
| 2025-12-22 | erofs: fix unexpected EIO under memory pressure | Junbeom Yeom | 1 | -4/+4 |
| 2025-12-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+1 |
| 2025-11-28 | erofs: improve decompression error reporting | Gao Xiang | 1 | -4/+17 |
| 2025-10-20 | mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio() | Matthew Wilcox | 1 | -1/+1 |
| 2025-09-25 | erofs: drop redundant sanity check for ztailpacking inline | Gao Xiang | 1 | -3/+0 |
| 2025-09-23 | erofs: avoid reading more for fragment maps | Gao Xiang | 1 | -2/+2 |
| 2025-08-11 | erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOC | Junli Liu | 1 | -2/+11 |
| 2025-07-24 | erofs: implement metadata compression | Bo Liu (OpenAnolis) | 1 | -1/+4 |
| 2025-07-24 | erofs: remove need_kmap in erofs_read_metabuf() | Gao Xiang | 1 | -2/+3 |
| 2025-07-24 | erofs: get rid of {get,put}_page() for ztailpacking data | Gao Xiang | 1 | -8/+6 |
| 2025-07-12 | erofs: fix large fragment handling | Gao Xiang | 1 | -1/+1 |
| 2025-07-10 | erofs: address D-cache aliasing | Gao Xiang | 1 | -3/+3 |
| 2025-05-25 | erofs: support DEFLATE decompression by using Intel QAT | Bo Liu | 1 | -0/+1 |
| 2025-05-22 | erofs: add 'fsoffset' mount option to specify filesystem offset | Sheng Yong | 1 | -1/+2 |
| 2025-05-16 | erofs: lazily initialize per-CPU workers and CPU hotplug hooks | Sandeep Dhavale | 1 | -20/+50 |
| 2025-05-16 | erofs: refine readahead tracepoint | Gao Xiang | 1 | -3/+2 |
| 2025-05-07 | erofs: ensure the extra temporary copy is valid for shortened bvecs | Gao Xiang | 1 | -16/+13 |
| 2025-04-10 | erofs: remove duplicate code | Bo Liu | 1 | -1/+0 |
| 2025-03-17 | erofs: support unaligned encoded data | Gao Xiang | 1 | -47/+45 |
| 2025-03-17 | erofs: initialize decompression early | Gao Xiang | 1 | -2/+2 |
| 2025-03-17 | erofs: move {in,out}pages into struct z_erofs_decompress_req | Gao Xiang | 1 | -0/+2 |
| 2025-03-17 | erofs: get rid of erofs_kmap_type | Bo Liu | 1 | -2/+2 |
| 2025-02-07 | lockref: remove count argument of lockref_init | Andreas Gruenbacher | 1 | -1/+1 |
| 2025-01-25 | Merge tag 'erofs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -151/+92 |
| 2025-01-21 | Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2025-01-20 | Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+1 |
| 2025-01-17 | erofs: convert z_erofs_bind_cache() to folios | Gao Xiang | 1 | -31/+20 |
| 2025-01-17 | erofs: tidy up zdata.c | Gao Xiang | 1 | -68/+43 |
| 2025-01-17 | erofs: get rid of `z_erofs_next_pcluster_t` | Gao Xiang | 1 | -51/+29 |
| 2025-01-17 | erofs: fix potential return value overflow of z_erofs_shrink_scan() | Gao Xiang | 1 | -2/+1 |
| 2025-01-16 | erofs: use lockref_init for pcl->lockref | Christoph Hellwig | 1 | -2/+1 |
| 2025-01-08 | treewide: Introduce kthread_run_worker[_on_cpu]() | Frederic Weisbecker | 1 | -1/+1 |
| 2025-01-08 | kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() aut... | Frederic Weisbecker | 1 | -1/+1 |
| 2024-12-13 | erofs: fix PSI memstall accounting | Gao Xiang | 1 | -2/+2 |
| 2024-11-18 | erofs: add sysfs node to drop internal caches | Chunhai Guo | 1 | -1/+0 |
| 2024-11-18 | erofs: free pclusters if no cached folio is attached | Chunhai Guo | 1 | -19/+38 |
| 2024-11-18 | erofs: sunset `struct erofs_workgroup` | Gao Xiang | 1 | -71/+60 |
| 2024-11-18 | erofs: move erofs_workgroup operations into zdata.c | Gao Xiang | 1 | -7/+95 |
| 2024-11-18 | erofs: get rid of erofs_{find,insert}_workgroup | Gao Xiang | 1 | -10/+28 |
| 2024-10-11 | erofs: get rid of z_erofs_try_to_claim_pcluster() | Gao Xiang | 1 | -20/+9 |
| 2024-09-12 | erofs: allocate more short-lived pages from reserved pool first | Chunhai Guo | 1 | -2/+3 |
| 2024-09-12 | erofs: sunset unneeded NOFAILs | Gao Xiang | 1 | -26/+31 |
| 2024-09-10 | erofs: support compressed inodes for fileio | Gao Xiang | 1 | -10/+17 |
| 2024-09-10 | erofs: support unencoded inodes for fileio | Gao Xiang | 1 | -41/+5 |
| 2024-09-10 | erofs: handle overlapped pclusters out of crafted images properly | Gao Xiang | 1 | -33/+38 |
| 2024-07-13 | erofs: silence uninitialized variable warning in z_erofs_scan_folio() | Dan Carpenter | 1 | -1/+1 |
| 2024-07-11 | erofs: avoid refcounting short-lived pages | Gao Xiang | 1 | -9/+18 |
| 2024-07-09 | erofs: refine z_erofs_{init,exit}_subsystem() | Gao Xiang | 1 | -11/+18 |
| 2024-07-09 | erofs: move each decompressor to its own source file | Gao Xiang | 1 | -1/+1 |
| 2024-07-08 | erofs: tidy up `struct z_erofs_bvec` | Gao Xiang | 1 | -52/+49 |
| 2024-07-08 | erofs: teach z_erofs_scan_folios() to handle multi-page folios | Gao Xiang | 1 | -83/+80 |
| 2024-07-08 | erofs: convert z_erofs_read_fragment() to folios | Gao Xiang | 1 | -8/+7 |
| 2024-07-08 | erofs: convert z_erofs_pcluster_readmore() to folios | Gao Xiang | 1 | -8/+7 |
| 2024-05-18 | z_erofs_pcluster_begin(): don't bother with rounding position down | Al Viro | 1 | -1/+1 |
| 2024-05-18 | erofs: mechanically convert erofs_read_metabuf() to offsets | Al Viro | 1 | -1/+1 |
| 2024-04-25 | erofs_buf: store address_space instead of inode | Al Viro | 1 | -1/+1 |
| 2024-04-07 | erofs: switch erofs_bread() to passing offset instead of block number | Al Viro | 1 | -2/+2 |
| 2024-03-10 | erofs: support compressed inodes over fscache | Jingbo Xu | 1 | -12/+20 |
| 2024-03-10 | erofs: refine managed cache operations to folios | Gao Xiang | 1 | -32/+31 |
| 2024-03-10 | erofs: convert z_erofs_submissionqueue_endio() to folios | Gao Xiang | 1 | -11/+11 |
| 2024-03-10 | erofs: convert z_erofs_fill_bio_vec() to folios | Gao Xiang | 1 | -35/+36 |
| 2024-03-10 | erofs: get rid of `justfound` debugging tag | Gao Xiang | 1 | -17/+3 |
| 2024-03-10 | erofs: convert z_erofs_do_read_page() to folios | Gao Xiang | 1 | -16/+15 |
| 2024-03-10 | erofs: convert z_erofs_onlinepage_.* to folios | Gao Xiang | 1 | -28/+22 |
| 2024-01-27 | erofs: relaxed temporary buffers allocation on readahead | Chunhai Guo | 1 | -4/+12 |
| 2024-01-26 | erofs: fix infinite loop due to a race of filling compressed_bvecs | Gao Xiang | 1 | -36/+38 |
| 2024-01-25 | erofs: get rid of unneeded GFP_NOFS | Jingbo Xu | 1 | -4/+4 |
| 2023-12-21 | erofs: allow partially filled compressed bvecs | Yue Hu | 1 | -23/+13 |
| 2023-12-18 | erofs: enable sub-page compressed block support | Gao Xiang | 1 | -2/+4 |
| 2023-12-18 | erofs: fix ztailpacking for subpage compressed blocks | Gao Xiang | 1 | -1/+1 |
| 2023-12-15 | erofs: record `pclustersize` in bytes instead of pages | Gao Xiang | 1 | -38/+26 |
| 2023-12-15 | erofs: support I/O submission for sub-page compressed blocks | Gao Xiang | 1 | -82/+74 |
| 2023-12-15 | erofs: fix memory leak on short-lived bounced pages | Gao Xiang | 1 | -3/+2 |
| 2023-10-31 | erofs: fix erofs_insert_workgroup() lockref usage | Gao Xiang | 1 | -0/+1 |
| 2023-08-23 | erofs: release ztailpacking pclusters properly | Jingbo Xu | 1 | -1/+4 |
| 2023-08-23 | erofs: adapt folios for z_erofs_read_folio() | Gao Xiang | 1 | -5/+4 |
| 2023-08-23 | erofs: adapt folios for z_erofs_readahead() | Gao Xiang | 1 | -17/+15 |
| 2023-08-23 | erofs: get rid of fe->backmost for cache decompression | Gao Xiang | 1 | -5/+2 |
| 2023-08-23 | erofs: drop z_erofs_page_mark_eio() | Gao Xiang | 1 | -20/+9 |
| 2023-08-23 | erofs: tidy up z_erofs_do_read_page() | Gao Xiang | 1 | -29/+24 |
| 2023-08-23 | erofs: move preparation logic into z_erofs_pcluster_begin() | Gao Xiang | 1 | -33/+27 |
| 2023-08-23 | erofs: avoid obsolete {collector,collection} terms | Gao Xiang | 1 | -21/+18 |
| 2023-08-23 | erofs: simplify z_erofs_read_fragment() | Gao Xiang | 1 | -26/+13 |
| 2023-08-23 | erofs: refine warning messages for zdata I/Os | Ferry Meng | 1 | -14/+9 |
| 2023-08-01 | erofs: fix wrong primary bvec selection on deduplicated extents | Gao Xiang | 1 | -3/+4 |
| 2023-07-12 | erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF | Chunhai Guo | 1 | -1/+1 |
| 2023-07-12 | erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond... | Chunhai Guo | 1 | -1/+1 |
| 2023-06-22 | erofs: Fix detection of atomic context | Sandeep Dhavale | 1 | -1/+1 |
| 2023-06-18 | erofs: use poison pointer to replace the hard-coded address | Gao Xiang | 1 | -3/+1 |
| 2023-06-18 | erofs: use struct lockref to replace handcrafted approach | Gao Xiang | 1 | -7/+8 |
| 2023-05-29 | erofs: adapt managed inode operations into folios | Gao Xiang | 1 | -8/+51 |
| 2023-05-29 | erofs: kill hooked chains to avoid loops on deduplicated compressed images | Gao Xiang | 1 | -61/+11 |
| 2023-05-29 | erofs: avoid on-stack pagepool directly passed by arguments | Gao Xiang | 1 | -34/+30 |
| 2023-05-29 | erofs: allocate extra bvec pages directly instead of retrying | Gao Xiang | 1 | -19/+11 |
| 2023-05-29 | erofs: clean up z_erofs_pcluster_readmore() | Yue Hu | 1 | -15/+12 |
| 2023-05-29 | erofs: remove the member readahead from struct z_erofs_decompress_frontend | Yue Hu | 1 | -10/+8 |
| 2023-05-29 | erofs: fold in z_erofs_decompress() | Yue Hu | 1 | -1/+3 |
| 2023-05-23 | erofs: use HIPRI by default if per-cpu kthreads are enabled | Gao Xiang | 1 | -2/+0 |
| 2023-04-17 | erofs: sunset erofs_dbg() | Gao Xiang | 1 | -5/+0 |
| 2023-04-17 | erofs: keep meta inode into erofs_buf | Gao Xiang | 1 | -2/+2 |
| 2023-04-17 | erofs: avoid hardcoded blocksize for subpage block support | Jingbo Xu | 1 | -8/+10 |
| 2023-03-09 | erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL" | Gao Xiang | 1 | -6/+6 |
| 2023-02-16 | erofs: fix an error code in z_erofs_init_zip_subsystem() | Dan Carpenter | 1 | -1/+3 |
| 2023-02-15 | erofs: add per-cpu threads for decompression as an option | Sandeep Dhavale | 1 | -20/+170 |
| 2023-02-15 | erofs: move zdata.h into zdata.c | Gao Xiang | 1 | -1/+165 |
| 2023-02-15 | erofs: remove tagged pointer helpers | Gao Xiang | 1 | -20/+6 |
| 2023-02-15 | erofs: avoid tagged pointers to mark sync decompression | Gao Xiang | 1 | -26/+16 |
| 2023-01-10 | erofs: fix kvcalloc() misuse with __GFP_NOFAIL | Gao Xiang | 1 | -6/+6 |
| 2022-12-07 | erofs: Fix pcluster memleak when its block address is zero | Chen Zhongjin | 1 | -1/+2 |
| 2022-12-07 | erofs: clean up cached I/O strategies | Gao Xiang | 1 | -46/+31 |
| 2022-11-15 | Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+3 |
| 2022-11-08 | fs: fix leaked psi pressure state | Johannes Weiner | 1 | -7/+11 |
| 2022-11-08 | erofs: fix general protection fault when reading fragment | Yue Hu | 1 | -0/+3 |
| 2022-10-17 | erofs: fix up inplace decompression success rate | Gao Xiang | 1 | -5/+4 |
| 2022-10-17 | erofs: shouldn't churn the mapping page for duplicated copies | Gao Xiang | 1 | -5/+3 |
| 2022-10-07 | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+12 |
| 2022-09-26 | erofs: introduce partial-referenced pclusters | Gao Xiang | 1 | -0/+1 |
| 2022-09-26 | erofs: support on-disk compressed fragments data | Yue Hu | 1 | -1/+49 |
| 2022-09-20 | erofs: add manual PSI accounting for the compressed address space | Christoph Hellwig | 1 | -1/+12 |
| 2022-07-22 | erofs: introduce multi-reference pclusters (fully-referenced) | Gao Xiang | 1 | -54/+88 |
| 2022-07-21 | erofs: record the longest decompressed size in this round | Gao Xiang | 1 | -51/+27 |
| 2022-07-21 | erofs: introduce z_erofs_do_decompressed_bvec() | Gao Xiang | 1 | -27/+22 |
| 2022-07-21 | erofs: try to leave (de)compressed_pages on stack if possible | Gao Xiang | 1 | -13/+21 |
| 2022-07-21 | erofs: introduce struct z_erofs_decompress_backend | Gao Xiang | 1 | -65/+75 |
| 2022-07-21 | erofs: get rid of `z_pagemap_global' | Gao Xiang | 1 | -24/+4 |
| 2022-07-21 | erofs: clean up `enum z_erofs_collectmode' | Gao Xiang | 1 | -32/+31 |
| 2022-07-21 | erofs: get rid of `enum z_erofs_page_type' | Gao Xiang | 1 | -25/+5 |
| 2022-07-21 | erofs: rework online page handling | Gao Xiang | 1 | -34/+23 |
| 2022-07-21 | erofs: switch compressed_pages[] to bufvec | Gao Xiang | 1 | -58/+55 |
| 2022-07-21 | erofs: introduce `z_erofs_parse_in_bvecs' | Gao Xiang | 1 | -52/+80 |
| 2022-07-21 | erofs: drop the old pagevec approach | Gao Xiang | 1 | -6/+15 |
| 2022-07-21 | erofs: introduce bufvec to store decompressed buffers | Gao Xiang | 1 | -46/+131 |
| 2022-07-21 | erofs: introduce `z_erofs_parse_out_bvecs()' | Gao Xiang | 1 | -38/+43 |
| 2022-07-21 | erofs: clean up z_erofs_collector_begin() | Gao Xiang | 1 | -17/+15 |
| 2022-07-21 | erofs: get rid of unneeded `inode', `map' and `sb' | Gao Xiang | 1 | -23/+19 |
| 2022-06-01 | Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -100/+67 |
| 2022-05-31 | erofs: fix 'backmost' member of z_erofs_decompress_frontend | Weizhao Ouyang | 1 | -1/+1 |
| 2022-05-31 | erofs: simplify z_erofs_pcluster_readmore() | Gao Xiang | 1 | -13/+10 |
| 2022-05-31 | erofs: get rid of label `restart_now' | Gao Xiang | 1 | -19/+14 |
| 2022-05-31 | erofs: get rid of `struct z_erofs_collection' | Gao Xiang | 1 | -68/+43 |
| 2022-05-09 | erofs: Convert erofs zdata to read_folio | Matthew Wilcox (Oracle) | 1 | -3/+4 |
| 2022-04-15 | erofs: fix use-after-free of on-stack io[] | Hongyu Jin | 1 | -8/+4 |
| 2022-03-22 | Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -96/+88 |
| 2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+2 |
| 2022-03-17 | erofs: refine managed inode stuffs | Gao Xiang | 1 | -4/+3 |
| 2022-03-16 | erofs: clean up preload_compressed_pages() | Gao Xiang | 1 | -8/+10 |
| 2022-03-16 | erofs: get rid of `struct z_erofs_collector' | Gao Xiang | 1 | -86/+77 |
| 2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 1 | -3/+2 |
| 2022-01-24 | erofs: avoid unnecessary z_erofs_decompressqueue_work() declaration | Gao Xiang | 1 | -57/+56 |
| 2022-01-04 | erofs: use meta buffers for zmap operations | Gao Xiang | 1 | -14/+9 |
| 2021-12-31 | erofs: support inline data decompression | Yue Hu | 1 | -42/+97 |
| 2021-12-08 | erofs: add sysfs node to control sync decompression strategy | Huang Jianan | 1 | -4/+22 |
| 2021-11-13 | Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -26/+7 |
| 2021-11-08 | erofs: remove useless cache strategy of DELAYEDALLOC | Yue Hu | 1 | -20/+0 |
| 2021-11-08 | erofs: fix unsafe pagevec reuse of hooked pclusters | Gao Xiang | 1 | -6/+7 |
| 2021-10-25 | erofs: get rid of ->lru usage | Gao Xiang | 1 | -24/+18 |
| 2021-10-19 | erofs: lzma compression support | Gao Xiang | 1 | -2/+2 |
| 2021-10-19 | erofs: introduce readmore decompression strategy | Gao Xiang | 1 | -19/+80 |
| 2021-10-18 | erofs: get compression algorithms directly on mapping | Gao Xiang | 1 | -6/+6 |
| 2021-10-18 | erofs: add multiple device support | Gao Xiang | 1 | -5/+15 |
| 2021-10-17 | erofs: decouple basic mount options from fs_context | Gao Xiang | 1 | -4/+4 |
| 2021-08-11 | erofs: remove the mapping parameter from erofs_try_to_free_cached_page() | Yue Hu | 1 | -2/+1 |
| 2021-08-11 | erofs: directly use wrapper erofs_page_is_managed() when shrinking | Yue Hu | 1 | -2/+1 |
| 2021-06-08 | erofs: clean up file headers & footers | Gao Xiang | 1 | -2/+0 |
| 2021-06-08 | erofs: remove the occupied parameter from z_erofs_pagevec_enqueue() | Yue Hu | 1 | -3/+1 |
| 2021-04-10 | erofs: fix up inplace I/O pointer for big pcluster | Gao Xiang | 1 | -14/+14 |
| 2021-04-10 | erofs: introduce physical cluster slab pools | Gao Xiang | 1 | -55/+115 |
| 2021-04-07 | erofs: reserve physical_clusterbits[] | Gao Xiang | 1 | -2/+1 |
| 2021-04-03 | erofs: Clean up spelling mistakes found in fs/erofs | Ruiqi Gong | 1 | -1/+1 |
| 2021-03-29 | erofs: complete a missing case for inplace I/O | Gao Xiang | 1 | -15/+29 |
| 2021-03-29 | erofs: use sync decompression for atomic contexts only | Huang Jianan | 1 | -2/+6 |
| 2021-03-29 | erofs: use workqueue decompression for atomic contexts only | Huang Jianan | 1 | -1/+8 |
| 2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig | 1 | -1/+1 |
| 2020-12-09 | erofs: force inplace I/O under low memory scenario | Gao Xiang | 1 | -8/+40 |
| 2020-12-08 | erofs: simplify try_to_claim_pcluster() | Gao Xiang | 1 | -27/+24 |
| 2020-12-08 | erofs: insert to managed cache after adding to pcl | Gao Xiang | 1 | -17/+9 |
| 2020-12-08 | erofs: get rid of magical Z_EROFS_MAPPING_STAGING | Gao Xiang | 1 | -26/+31 |
| 2020-11-04 | erofs: fix setting up pcluster for temporary pages | Gao Xiang | 1 | -2/+5 |
| 2020-09-19 | erofs: add REQ_RAHEAD flag to readahead requests | Gao Xiang | 1 | -6/+11 |
| 2020-09-19 | erofs: fold in should_decompress_synchronously() | Gao Xiang | 1 | -9/+3 |
| 2020-09-19 | erofs: avoid unnecessary variable `err' | Gao Xiang | 1 | -3/+1 |
| 2020-09-18 | erofs: remove unneeded parameter | Chao Yu | 1 | -9/+6 |
| 2020-08-06 | Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+3 |
| 2020-08-03 | erofs: remove WQ_CPU_INTENSIVE flag from unbound wq's | Gao Xiang | 1 | -2/+2 |
| 2020-08-03 | erofs: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |