aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+7
2022-07-31erofs: update ctx->pos for every emitted direntGravatar Hongnan Li 1-9/+7
2022-07-22erofs: get rid of the leftover PAGE_SIZE in dir.cGravatar Gao Xiang 1-2/+2
2022-07-22erofs: get rid of erofs_prepare_dio() helperGravatar Gao Xiang 1-24/+15
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gravatar Gao Xiang 4-56/+93
2022-07-21erofs: record the longest decompressed size in this roundGravatar Gao Xiang 2-58/+31
2022-07-21erofs: introduce z_erofs_do_decompressed_bvec()Gravatar Gao Xiang 1-27/+22
2022-07-21erofs: try to leave (de)compressed_pages on stack if possibleGravatar Gao Xiang 1-13/+21
2022-07-21erofs: introduce struct z_erofs_decompress_backendGravatar Gao Xiang 2-67/+76
2022-07-21erofs: get rid of `z_pagemap_global'Gravatar Gao Xiang 2-25/+4
2022-07-21erofs: clean up `enum z_erofs_collectmode'Gravatar Gao Xiang 1-32/+31
2022-07-21erofs: get rid of `enum z_erofs_page_type'Gravatar Gao Xiang 1-25/+5
2022-07-21erofs: rework online page handlingGravatar Gao Xiang 2-83/+42
2022-07-21erofs: switch compressed_pages[] to bufvecGravatar Gao Xiang 2-60/+57
2022-07-21erofs: introduce `z_erofs_parse_in_bvecs'Gravatar Gao Xiang 1-52/+80
2022-07-21erofs: drop the old pagevec approachGravatar Gao Xiang 3-171/+18
2022-07-21erofs: introduce bufvec to store decompressed buffersGravatar Gao Xiang 2-50/+153
2022-07-21erofs: introduce `z_erofs_parse_out_bvecs()'Gravatar Gao Xiang 1-38/+43
2022-07-21erofs: clean up z_erofs_collector_begin()Gravatar Gao Xiang 1-17/+15
2022-07-21erofs: get rid of unneeded `inode', `map' and `sb'Gravatar Gao Xiang 1-23/+19
2022-07-17dax: introduce holder for dax_deviceGravatar Shiyang Ruan 1-4/+6
2022-07-09erofs: avoid consecutive detection for Highmem memoryGravatar Gao Xiang 1-6/+10
2022-07-09erofs: wake up all waiters after z_erofs_lzma_head readyGravatar Yuwen Chen 1-0/+1
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-1/+1
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-129/+94
2022-05-31erofs: fix 'backmost' member of z_erofs_decompress_frontendGravatar Weizhao Ouyang 1-1/+1
2022-05-31erofs: simplify z_erofs_pcluster_readmore()Gravatar Gao Xiang 1-13/+10
2022-05-31erofs: get rid of label `restart_now'Gravatar Gao Xiang 1-19/+14
2022-05-31erofs: get rid of `struct z_erofs_collection'Gravatar Gao Xiang 2-96/+65
2022-05-29erofs: fix crash when enable tracepoint cachefiles_prep_readGravatar Xin Yin 1-0/+1
2022-05-29erofs: leave compressed inodes unsupported in fscache mode for nowGravatar Jeffle Xu 1-1/+4
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 4-23/+22
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-1/+1
2022-05-18erofs: scan devices from device tableGravatar Jeffle Xu 2-39/+72
2022-05-18erofs: change to use asynchronous io for fscache readpage/readaheadGravatar Xin Yin 1-43/+201
2022-05-18erofs: add 'fsid' mount optionGravatar Jeffle Xu 2-3/+32
2022-05-18erofs: implement fscache-based data readaheadGravatar Jeffle Xu 2-0/+94
2022-05-18erofs: implement fscache-based data read for inline layoutGravatar Jeffle Xu 1-0/+32
2022-05-18erofs: implement fscache-based data read for non-inline layoutGravatar Jeffle Xu 3-0/+57
2022-05-18erofs: implement fscache-based metadata readGravatar Jeffle Xu 2-4/+40
2022-05-18erofs: register fscache context for extra data blobsGravatar Jeffle Xu 3-1/+12
2022-05-18erofs: register fscache context for primary data blobGravatar Jeffle Xu 2-4/+12
2022-05-18erofs: add erofs_fscache_read_folios() helperGravatar Jeffle Xu 1-0/+54
2022-05-18erofs: add anonymous inode caching metadata for data blobsGravatar Jeffle Xu 2-5/+40
2022-05-18erofs: add fscache context helper functionsGravatar Jeffle Xu 2-0/+60
2022-05-18erofs: register fscache volumeGravatar Jeffle Xu 5-0/+69
2022-05-18erofs: add fscache mode check helperGravatar Jeffle Xu 2-15/+34
2022-05-18erofs: make erofs_map_blocks() generally availableGravatar Jeffle Xu 2-2/+4
2022-05-17erofs: support idmapped mountsGravatar Chao Yu 2-2/+2
2022-05-17erofs: make filesystem exportableGravatar Hongnan Li 3-4/+43