summaryrefslogtreecommitdiffstats
path: root/fs/erofs/super.c
Commit message (Expand)AuthorAgeFilesLines
* erofs: unify anonymous inodes for blobJingbo Xu2023-02-151-0/+2
* erofs: remove linux/buffer_head.h dependencyGao Xiang2023-02-151-1/+0
* erofs: clean up parsing of fscache related optionsJingbo Xu2023-01-161-7/+6
* erofs: check the uniqueness of fsid in shared domain in advanceHou Tao2022-12-071-1/+1
* erofs: fix use-after-free of fsid and domain_id stringJingbo Xu2022-11-101-17/+22
* erofs: clean up erofs_iget()Gao Xiang2022-09-271-4/+4
* erofs: introduce partial-referenced pclustersGao Xiang2022-09-261-0/+2
* erofs: support on-disk compressed fragments dataYue Hu2022-09-261-0/+15
* erofs: introduce 'domain_id' mount optionJia Zhu2022-09-201-0/+17
* erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu2022-09-201-2/+31
* erofs: code clean up for fscacheJia Zhu2022-09-201-13/+8
* erofs: use kill_anon_super() to kill super in fscache modeJia Zhu2022-09-201-1/+1
* dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-4/+6
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-8/+8
|\
| * erofs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-8/+8
* | erofs: scan devices from device tableJeffle Xu2022-05-181-33/+69
* | erofs: add 'fsid' mount optionJeffle Xu2022-05-181-1/+30
* | erofs: implement fscache-based data readaheadJeffle Xu2022-05-181-0/+4
* | erofs: register fscache context for extra data blobsJeffle Xu2022-05-181-1/+7
* | erofs: register fscache context for primary data blobJeffle Xu2022-05-181-4/+11
* | erofs: register fscache volumeJeffle Xu2022-05-181-0/+5
* | erofs: add fscache mode check helperJeffle Xu2022-05-181-15/+29
* | erofs: support idmapped mountsChao Yu2022-05-171-1/+1
* | erofs: make filesystem exportableHongnan Li2022-05-171-0/+40
|/
* 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
| |/
* | erofs: refine managed inode stuffsGao Xiang2022-03-171-2/+6
* | erofs: use meta buffers for erofs_read_superblock()Jeffle Xu2022-03-161-8/+5
|/
* 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