summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
...
* | erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang2022-07-224-56/+93
* | erofs: record the longest decompressed size in this roundGao Xiang2022-07-212-58/+31
* | erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang2022-07-211-27/+22
* | erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang2022-07-211-13/+21
* | erofs: introduce struct z_erofs_decompress_backendGao Xiang2022-07-212-67/+76
* | erofs: get rid of `z_pagemap_global'Gao Xiang2022-07-212-25/+4
* | erofs: clean up `enum z_erofs_collectmode'Gao Xiang2022-07-211-32/+31
* | erofs: get rid of `enum z_erofs_page_type'Gao Xiang2022-07-211-25/+5
* | erofs: rework online page handlingGao Xiang2022-07-212-83/+42
* | erofs: switch compressed_pages[] to bufvecGao Xiang2022-07-212-60/+57
* | erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang2022-07-211-52/+80
* | erofs: drop the old pagevec approachGao Xiang2022-07-213-171/+18
* | erofs: introduce bufvec to store decompressed buffersGao Xiang2022-07-212-50/+153
* | erofs: introduce `z_erofs_parse_out_bvecs()'Gao Xiang2022-07-211-38/+43
* | erofs: clean up z_erofs_collector_begin()Gao Xiang2022-07-211-17/+15
* | erofs: get rid of unneeded `inode', `map' and `sb'Gao Xiang2022-07-211-23/+19
* | erofs: avoid consecutive detection for Highmem memoryGao Xiang2022-07-091-6/+10
* | erofs: wake up all waiters after z_erofs_lzma_head readyYuwen Chen2022-07-091-0/+1
|/
* Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-014-129/+94
|\
| * erofs: fix 'backmost' member of z_erofs_decompress_frontendWeizhao Ouyang2022-05-311-1/+1
| * erofs: simplify z_erofs_pcluster_readmore()Gao Xiang2022-05-311-13/+10
| * erofs: get rid of label `restart_now'Gao Xiang2022-05-311-19/+14
| * erofs: get rid of `struct z_erofs_collection'Gao Xiang2022-05-312-96/+65
| * erofs: fix crash when enable tracepoint cachefiles_prep_readXin Yin2022-05-291-0/+1
| * erofs: leave compressed inodes unsupported in fscache mode for nowJeffle Xu2022-05-291-1/+4
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-244-23/+22
|\ \
| * | erofs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-8/+8
| * | erofs: Convert erofs zdata to read_folioMatthew Wilcox (Oracle)2022-05-091-3/+4
| * | fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
* | | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-241-1/+1
|\ \ \ | |_|/ |/| |
| * | iomap: add per-iomap_iter private dataChristoph Hellwig2022-05-161-1/+1
| |/
* | erofs: scan devices from device tableJeffle Xu2022-05-182-39/+72
* | erofs: change to use asynchronous io for fscache readpage/readaheadXin Yin2022-05-181-43/+201
* | erofs: add 'fsid' mount optionJeffle Xu2022-05-182-3/+32
* | erofs: implement fscache-based data readaheadJeffle Xu2022-05-182-0/+94
* | erofs: implement fscache-based data read for inline layoutJeffle Xu2022-05-181-0/+32
* | erofs: implement fscache-based data read for non-inline layoutJeffle Xu2022-05-183-0/+57
* | erofs: implement fscache-based metadata readJeffle Xu2022-05-182-4/+40
* | erofs: register fscache context for extra data blobsJeffle Xu2022-05-183-1/+12
* | erofs: register fscache context for primary data blobJeffle Xu2022-05-182-4/+12
* | erofs: add erofs_fscache_read_folios() helperJeffle Xu2022-05-181-0/+54
* | erofs: add anonymous inode caching metadata for data blobsJeffle Xu2022-05-182-5/+40
* | erofs: add fscache context helper functionsJeffle Xu2022-05-182-0/+60
* | erofs: register fscache volumeJeffle Xu2022-05-185-0/+69
* | erofs: add fscache mode check helperJeffle Xu2022-05-182-15/+34
* | erofs: make erofs_map_blocks() generally availableJeffle Xu2022-05-182-2/+4
* | erofs: support idmapped mountsChao Yu2022-05-172-2/+2
* | erofs: make filesystem exportableHongnan Li2022-05-173-4/+43
* | erofs: fix buffer copy overflow of ztailpacking featureGao Xiang2022-05-171-2/+3
* | erofs: refine on-disk definition commentsGao Xiang2022-05-171-20/+21