summaryrefslogtreecommitdiffstats
path: root/fs/erofs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-6/+9
|\
| * dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-2/+2
| * dax: remove dax_capableChristoph Hellwig2021-12-041-4/+7
* | erofs: use meta buffers for super operationsGao Xiang2022-01-041-77/+27
* | erofs: add on-disk compressed tail-packing inline supportYue Hu2021-12-311-0/+3
* | erofs: add sysfs node to control sync decompression strategyHuang Jianan2021-12-081-1/+1
* | erofs: add sysfs interfaceHuang Jianan2021-12-081-0/+12
|/
* erofs: lzma compression supportGao Xiang2021-10-191-3/+14
* erofs: add multiple device supportGao Xiang2021-10-181-10/+146
* erofs: decouple basic mount options from fs_contextGao Xiang2021-10-171-30/+28
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-1/+1
|\
* | erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Yue Hu2021-08-111-1/+1
* | erofs: dax support for non-tailpacking regular fileGao Xiang2021-08-101-2/+57
|/
* erofs: clean up file headers & footersGao Xiang2021-06-081-2/+0
* erofs: fix error return code in erofs_read_superblock()Wei Yongjun2021-06-081-0/+1
* erofs: introduce multipage per-CPU buffersGao Xiang2021-04-101-0/+2
* erofs: add on-disk compression configurationsGao Xiang2021-03-291-1/+140
* erofs: introduce on-disk lz4 fs configurationsGao Xiang2021-03-291-1/+1
* erofs: support adjust lz4 history window sizeHuang Jianan2021-03-291-1/+3
* erofs: introduce erofs_sb_has_xxx() helpersGao Xiang2021-03-291-1/+1
* erofs: use sync decompression for atomic contexts onlyHuang Jianan2021-03-291-0/+1
* erofs: fix shift-out-of-bounds of blkszbitsGao Xiang2021-02-111-2/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | erofs: remove unnecessary enum entriesChengguang Xu2020-10-091-2/+0
|/
* erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-031-1/+1
* erofs: convert to use the new mount fs_context apiChao Yu2020-05-291-141/+112
* erofs: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-271-3/+1
* erofs: convert workstn to XArrayGao Xiang2020-03-031-1/+1
* erofs: remove unnecessary output in erofs_show_options()Chengguang Xu2019-11-241-3/+0
* erofs: support superblock checksumPratik Shinde2019-11-241-2/+34
* erofs: fix return value check in erofs_read_superblock()Wei Yongjun2019-10-011-2/+2
* erofs: use read_mapping_page instead of sb_breadGao Xiang2019-09-051-6/+9
* erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang2019-09-051-28/+55
* erofs: kill all erofs specific fault injectionGao Xiang2019-09-051-70/+0
* erofs: add "erofs_" prefix for common and short functionsGao Xiang2019-09-051-20/+20
* erofs: kill verbose debug info in erofs_fill_superGao Xiang2019-09-051-7/+2
* erofs: use dsb instead of layout for ondisk super_blockGao Xiang2019-09-051-18/+17
* erofs: better erofs symlink stuffsGao Xiang2019-09-051-3/+2
* erofs: use erofs_inode namingGao Xiang2019-09-051-5/+5
* erofs: kill erofs_{init,exit}_inode_cacheGao Xiang2019-09-051-19/+12
* erofs: better naming for erofs inode related stuffsGao Xiang2019-09-051-1/+1
* erofs: use feature_incompat rather than requirementsGao Xiang2019-09-051-5/+5
* erofs: remove all likely/unlikely annotationsGao Xiang2019-08-301-8/+8
* erofs: move erofs out of stagingGao Xiang2019-08-241-0/+669