summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | erofs: remove obsoleted commentsGao Xiang2022-05-172-30/+0
* | erofs: do not prompt for risk any more when using big pclusterYue Hu2022-05-171-2/+0
|/
* erofs: fix use-after-free of on-stack io[]Hongyu Jin2022-04-152-9/+5
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-9/+8
|\
| * erofs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-9/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \
| * | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | | Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2210-197/+185
|\ \ \
| * | | erofs: rename ctime to mtimeDavid Anderson2022-03-172-4/+5
| * | | erofs: use meta buffers for inode lookupGao Xiang2022-03-171-30/+24
| * | | erofs: use meta buffers for reading directoriesGao Xiang2022-03-173-18/+17
| * | | fs: erofs: add sanity check for kobject in erofs_unregister_sysfsDongliang Mu2022-03-171-3/+5
| * | | erofs: refine managed inode stuffsGao Xiang2022-03-172-6/+9
| * | | erofs: clean up z_erofs_extent_lookbackGao Xiang2022-03-171-34/+33
| * | | erofs: silence warnings related to impossible m_plenGao Xiang2022-03-161-2/+2
| * | | erofs: clean up preload_compressed_pages()Gao Xiang2022-03-161-8/+10
| * | | erofs: get rid of `struct z_erofs_collector'Gao Xiang2022-03-161-86/+77
| * | | erofs: use meta buffers for erofs_read_superblock()Jeffle Xu2022-03-161-8/+5
| |/ /