summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-1/+1
|\
* \ Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
| |/
* | erofs: fix double free of 'copied'Gao Xiang2021-08-251-0/+1
* | erofs: support reading chunk-based uncompressed filesGao Xiang2021-08-203-11/+102
* | erofs: introduce chunk-based file on-disk formatGao Xiang2021-08-201-2/+45
* | erofs: add fiemap support with iomapGao Xiang2021-08-195-1/+59
* | erofs: add support for the full decompressed lengthGao Xiang2021-08-192-8/+92
* | erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Yue Hu2021-08-113-5/+3
* | erofs: directly use wrapper erofs_page_is_managed() when shrinkingYue Hu2021-08-111-2/+1
* | erofs: convert all uncompressed cases to iomapGao Xiang2021-08-101-239/+51
* | erofs: dax support for non-tailpacking regular fileGao Xiang2021-08-104-4/+104
* | erofs: iomap support for non-tailpacking DIOHuang Jianan2021-08-104-1/+100
|/
* erofs: clean up file headers & footersGao Xiang2021-06-0818-34/+0
* erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()Yue Hu2021-06-082-7/+2
* erofs: fix error return code in erofs_read_superblock()Wei Yongjun2021-06-081-0/+1
* erofs: fix 1 lcluster-sized pcluster for big pclusterGao Xiang2021-05-131-2/+19
* erofs: enable big pcluster featureGao Xiang2021-04-101-1/+4
* erofs: support decompress big pcluster for lz4 backendGao Xiang2021-04-102-95/+138
* erofs: support parsing big pcluster compact indexesGao Xiang2021-04-101-10/+62
* erofs: support parsing big pcluster compress indexesGao Xiang2021-04-101-6/+73
* erofs: adjust per-CPU buffers according to max_pclusterblksGao Xiang2021-04-102-4/+18
* erofs: add big physical cluster definitionGao Xiang2021-04-102-4/+16
* erofs: fix up inplace I/O pointer for big pclusterGao Xiang2021-04-101-14/+14
* erofs: introduce physical cluster slab poolsGao Xiang2021-04-105-80/+126
* erofs: introduce multipage per-CPU buffersGao Xiang2021-04-106-34/+163
* erofs: reserve physical_clusterbits[]Gao Xiang2021-04-074-21/+2
* erofs: Clean up spelling mistakes found in fs/erofsRuiqi Gong2021-04-032-2/+2
* erofs: add on-disk compression configurationsGao Xiang2021-03-294-7/+157
* erofs: introduce on-disk lz4 fs configurationsGao Xiang2021-03-294-6/+25
* erofs: support adjust lz4 history window sizeHuang Jianan2021-03-294-6/+42
* erofs: introduce erofs_sb_has_xxx() helpersGao Xiang2021-03-293-3/+11
* erofs: add unsupported inode i_format checkGao Xiang2021-03-292-0/+10
* erofs: don't use erofs_map_blocks() any moreYue Hu2021-03-292-21/+4
* erofs: complete a missing case for inplace I/OGao Xiang2021-03-291-15/+29
* erofs: use sync decompression for atomic contexts onlyHuang Jianan2021-03-293-2/+9
* erofs: use workqueue decompression for atomic contexts onlyHuang Jianan2021-03-291-1/+8
* erofs: avoid memory allocation failure during rolling decompressionHuang Jianan2021-03-291-3/+2
* Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-03-131-17/+11
|\
| * erofs: fix bio->bi_max_vecs behavior changeGao Xiang2021-03-081-17/+11
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
|/
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-3/+1
|\
| * block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-3/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-232-5/+7
|\ \
| * | fs: make helpers idmap mount awareChristian Brauner2021-01-242-4/+6
| * | stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | | Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2021-02-221-2/+2
|\ \ \ | |_|/ |/| |
| * | erofs: use %pd instead of messing with ->d_nameAl Viro2021-01-061-2/+2
| |/
* | erofs: initialized fields can only be observed after bit is setGao Xiang2021-02-112-2/+18
* | erofs: fix shift-out-of-bounds of blkszbitsGao Xiang2021-02-111-2/+2
|/