summaryrefslogtreecommitdiffstats
path: root/fs/erofs/data.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\
| * iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-1/+1
* | erofs: add multiple device supportGao Xiang2021-10-181-13/+60
|/
* erofs: support reading chunk-based uncompressed filesGao Xiang2021-08-201-10/+80
* erofs: add fiemap support with iomapGao Xiang2021-08-191-1/+14
* erofs: convert all uncompressed cases to iomapGao Xiang2021-08-101-239/+51
* erofs: dax support for non-tailpacking regular fileGao Xiang2021-08-101-2/+40
* erofs: iomap support for non-tailpacking DIOHuang Jianan2021-08-101-0/+94
* erofs: clean up file headers & footersGao Xiang2021-06-081-2/+0
* erofs: don't use erofs_map_blocks() any moreYue Hu2021-03-291-17/+2
* erofs: fix bio->bi_max_vecs behavior changeGao Xiang2021-03-081-17/+11
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-3/+1
* erofs: avoid using generic_block_bmapHuang Jianan2020-12-101-19/+7
* erofs: add REQ_RAHEAD flag to readahead requestsGao Xiang2020-09-191-1/+1
* Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-061-1/+1
|\
| * erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-031-1/+1
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
|/
* Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-021-2/+2
|\
| * erofs: suppress false positive last_block warningGao Xiang2020-05-291-2/+2
* | erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-25/+14
|/
* erofs: fix erofs_get_meta_page locking due to a cleanupGao Xiang2019-10-011-3/+7
* erofs: use read_cache_page_gfp for erofs_get_meta_pageGao Xiang2019-09-051-61/+9
* erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang2019-09-051-4/+6
* erofs: kill all erofs specific fault injectionGao Xiang2019-09-051-7/+0
* erofs: add "erofs_" prefix for common and short functionsGao Xiang2019-09-051-2/+2
* erofs: kill __submit_bio()Gao Xiang2019-09-051-8/+13
* erofs: kill prio and nofail of erofs_get_meta_page()Gao Xiang2019-09-051-19/+6
* erofs: localize erofs_grab_bio()Gao Xiang2019-09-051-13/+15
* erofs: use erofs_inode namingGao Xiang2019-09-051-4/+4
* erofs: better naming for erofs inode related stuffsGao Xiang2019-09-051-4/+5
* erofs: reduntant assignment in __erofs_get_meta_page()Gao Xiang2019-08-301-2/+1
* erofs: remove all likely/unlikely annotationsGao Xiang2019-08-301-11/+11
* erofs: move erofs out of stagingGao Xiang2019-08-241-0/+423