aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/nvdimm/nvdimmLinus 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/git/nvdimm/nvdimmLinus 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
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2020-10-09erofs: remove unnecessary enum entriesChengguang Xu1-2/+0
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-05-29erofs: convert to use the new mount fs_context apiChao Yu1-141/+112
2020-05-27erofs: code cleanup by removing ifdef macro surroundingChengguang Xu1-3/+1