summaryrefslogtreecommitdiffstats
path: root/fs/erofs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16erofs: clean up parsing of fscache related optionsJingbo Xu1-7/+6
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceHou Tao1-1/+1
2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu1-17/+22
2022-09-27erofs: clean up erofs_iget()Gao Xiang1-4/+4
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang1-0/+2
2022-09-26erofs: support on-disk compressed fragments dataYue Hu1-0/+15
2022-09-20erofs: introduce 'domain_id' mount optionJia Zhu1-0/+17
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu1-2/+31
2022-09-20erofs: code clean up for fscacheJia Zhu1-13/+8
2022-09-20erofs: use kill_anon_super() to kill super in fscache modeJia Zhu1-1/+1
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-4/+6
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-8/+8
2022-05-18erofs: scan devices from device tableJeffle Xu1-33/+69
2022-05-18erofs: add 'fsid' mount optionJeffle Xu1-1/+30
2022-05-18erofs: implement fscache-based data readaheadJeffle Xu1-0/+4
2022-05-18erofs: register fscache context for extra data blobsJeffle Xu1-1/+7
2022-05-18erofs: register fscache context for primary data blobJeffle Xu1-4/+11
2022-05-18erofs: register fscache volumeJeffle Xu1-0/+5
2022-05-18erofs: add fscache mode check helperJeffle Xu1-15/+29
2022-05-17erofs: support idmapped mountsChao Yu1-1/+1
2022-05-17erofs: make filesystem exportableHongnan Li1-0/+40
2022-05-09erofs: Convert to release_folioMatthew Wilcox (Oracle)1-8/+8
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-9/+8
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-17erofs: refine managed inode stuffsGao Xiang1-2/+6
2022-03-16erofs: use meta buffers for erofs_read_superblock()Jeffle Xu1-8/+5
2022-03-15erofs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-9/+8
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+9
2022-01-04erofs: use meta buffers for super operationsGao Xiang1-77/+27
2021-12-31erofs: add on-disk compressed tail-packing inline supportYue Hu1-0/+3
2021-12-08erofs: add sysfs node to control sync decompression strategyHuang Jianan1-1/+1
2021-12-08erofs: add sysfs interfaceHuang Jianan1-0/+12
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-2/+2
2021-12-04dax: remove dax_capableChristoph Hellwig1-4/+7
2021-10-19erofs: lzma compression supportGao Xiang1-3/+14
2021-10-18erofs: add multiple device supportGao Xiang1-10/+146
2021-10-17erofs: decouple basic mount options from fs_contextGao Xiang1-30/+28
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-08-11erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Yue Hu1-1/+1
2021-08-10erofs: dax support for non-tailpacking regular fileGao Xiang1-2/+57
2021-06-08erofs: clean up file headers & footersGao Xiang1-2/+0
2021-06-08erofs: fix error return code in erofs_read_superblock()Wei Yongjun1-0/+1
2021-04-10erofs: introduce multipage per-CPU buffersGao Xiang1-0/+2
2021-03-29erofs: add on-disk compression configurationsGao Xiang1-1/+140
2021-03-29erofs: introduce on-disk lz4 fs configurationsGao Xiang1-1/+1
2021-03-29erofs: support adjust lz4 history window sizeHuang Jianan1-1/+3
2021-03-29erofs: introduce erofs_sb_has_xxx() helpersGao Xiang1-1/+1
2021-03-29erofs: use sync decompression for atomic contexts onlyHuang Jianan1-0/+1
2021-02-11erofs: fix shift-out-of-bounds of blkszbitsGao Xiang1-2/+2