| Commit message (Expand) | Author | Age | Files | Lines |
* | erofs: protect s_inodes with s_inode_list_lock for fscache | Dawei Li | 2022-10-17 | 1 | -0/+3 |
* | erofs: fix up inplace decompression success rate | Gao Xiang | 2022-10-17 | 1 | -5/+4 |
* | erofs: shouldn't churn the mapping page for duplicated copies | Gao Xiang | 2022-10-17 | 2 | -8/+6 |
* | erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy() | Yue Hu | 2022-10-17 | 1 | -12/+10 |
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 2022-10-07 | 1 | -1/+12 |
|\ |
|
| * | erofs: add manual PSI accounting for the compressed address space | Christoph Hellwig | 2022-09-20 | 1 | -1/+12 |
* | | erofs: clean up erofs_iget() | Gao Xiang | 2022-09-27 | 4 | -22/+14 |
* | | erofs: clean up unnecessary code and comments | Gao Xiang | 2022-09-27 | 4 | -16/+2 |
* | | erofs: fold in z_erofs_reload_indexes() | Yue Hu | 2022-09-27 | 1 | -20/+8 |
* | | erofs: introduce partial-referenced pclusters | Gao Xiang | 2022-09-26 | 7 | -2/+23 |
* | | erofs: support on-disk compressed fragments data | Yue Hu | 2022-09-26 | 6 | -17/+152 |
* | | erofs: support interlaced uncompressed data for compressed files | Yue Hu | 2022-09-23 | 4 | -23/+41 |
* | | erofs: clean up .read_folio() and .readahead() in fscache mode | Jingbo Xu | 2022-09-23 | 1 | -130/+83 |
* | | erofs: introduce 'domain_id' mount option | Jia Zhu | 2022-09-20 | 2 | -2/+34 |
* | | erofs: Support sharing cookies in the same domain | Jia Zhu | 2022-09-20 | 2 | -6/+96 |
* | | erofs: introduce a pseudo mnt to manage shared cookies | Jia Zhu | 2022-09-20 | 3 | -2/+45 |
* | | erofs: introduce fscache-based domain | Jia Zhu | 2022-09-20 | 2 | -17/+121 |
* | | erofs: code clean up for fscache | Jia Zhu | 2022-09-20 | 3 | -43/+36 |
* | | erofs: use kill_anon_super() to kill super in fscache mode | Jia Zhu | 2022-09-20 | 1 | -1/+1 |
* | | erofs: fix order >= MAX_ORDER warning due to crafted negative i_size | Gao Xiang | 2022-09-20 | 1 | -1/+1 |
* | | erofs: fix pcluster use-after-free on UP platforms | Gao Xiang | 2022-09-05 | 1 | -29/+0 |
* | | erofs: avoid the potentially wrong m_plen for big pcluster | Yue Hu | 2022-09-05 | 1 | -8/+8 |
* | | erofs: fix error return code in erofs_fscache_{meta_,}read_folio | Sun Ke | 2022-09-05 | 1 | -2/+6 |
|/ |
|
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-08-06 | 2 | -5/+7 |
|\ |
|
| * | dax: introduce holder for dax_device | Shiyang Ruan | 2022-07-18 | 1 | -4/+6 |
| * | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 2022-07-04 | 1 | -1/+1 |
* | | erofs: update ctx->pos for every emitted dirent | Hongnan Li | 2022-07-31 | 1 | -9/+7 |
* | | erofs: get rid of the leftover PAGE_SIZE in dir.c | Gao Xiang | 2022-07-22 | 1 | -2/+2 |
* | | erofs: get rid of erofs_prepare_dio() helper | Gao Xiang | 2022-07-22 | 1 | -24/+15 |
* | | erofs: introduce multi-reference pclusters (fully-referenced) | Gao Xiang | 2022-07-22 | 4 | -56/+93 |
* | | erofs: record the longest decompressed size in this round | Gao Xiang | 2022-07-21 | 2 | -58/+31 |
* | | erofs: introduce z_erofs_do_decompressed_bvec() | Gao Xiang | 2022-07-21 | 1 | -27/+22 |
* | | erofs: try to leave (de)compressed_pages on stack if possible | Gao Xiang | 2022-07-21 | 1 | -13/+21 |
* | | erofs: introduce struct z_erofs_decompress_backend | Gao Xiang | 2022-07-21 | 2 | -67/+76 |
* | | erofs: get rid of `z_pagemap_global' | Gao Xiang | 2022-07-21 | 2 | -25/+4 |
* | | erofs: clean up `enum z_erofs_collectmode' | Gao Xiang | 2022-07-21 | 1 | -32/+31 |
* | | erofs: get rid of `enum z_erofs_page_type' | Gao Xiang | 2022-07-21 | 1 | -25/+5 |
* | | erofs: rework online page handling | Gao Xiang | 2022-07-21 | 2 | -83/+42 |
* | | erofs: switch compressed_pages[] to bufvec | Gao Xiang | 2022-07-21 | 2 | -60/+57 |
* | | erofs: introduce `z_erofs_parse_in_bvecs' | Gao Xiang | 2022-07-21 | 1 | -52/+80 |
* | | erofs: drop the old pagevec approach | Gao Xiang | 2022-07-21 | 3 | -171/+18 |
* | | erofs: introduce bufvec to store decompressed buffers | Gao Xiang | 2022-07-21 | 2 | -50/+153 |
* | | erofs: introduce `z_erofs_parse_out_bvecs()' | Gao Xiang | 2022-07-21 | 1 | -38/+43 |
* | | erofs: clean up z_erofs_collector_begin() | Gao Xiang | 2022-07-21 | 1 | -17/+15 |
* | | erofs: get rid of unneeded `inode', `map' and `sb' | Gao Xiang | 2022-07-21 | 1 | -23/+19 |
* | | erofs: avoid consecutive detection for Highmem memory | Gao Xiang | 2022-07-09 | 1 | -6/+10 |
* | | erofs: wake up all waiters after z_erofs_lzma_head ready | Yuwen Chen | 2022-07-09 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-06-01 | 4 | -129/+94 |
|\ |
|
| * | erofs: fix 'backmost' member of z_erofs_decompress_frontend | Weizhao Ouyang | 2022-05-31 | 1 | -1/+1 |
| * | erofs: simplify z_erofs_pcluster_readmore() | Gao Xiang | 2022-05-31 | 1 | -13/+10 |