summaryrefslogtreecommitdiff
path: root/fs/erofs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang1-2/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2023-06-22erofs: remove unnecessary gotoYangtao Li1-5/+2
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-3/+4
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang1-62/+0
2023-04-16erofs: enable long extended attribute name prefixesJingbo Xu1-0/+7
2023-04-16erofs: add helpers to load long xattr name prefixesJingbo Xu1-3/+3
2023-04-16erofs: move packed inode out of the compression partJingbo Xu1-3/+1
2023-04-16erofs: keep meta inode into erofs_bufGao Xiang1-3/+3
2023-04-16erofs: initialize packed inode after root inode is assignedJingbo Xu1-11/+11
2023-04-16erofs: don't warn ztailpacking feature anymoreYue Hu1-2/+0
2023-04-16erofs: support flattened block device for multi-blob imagesJia Zhu1-1/+4
2023-04-16erofs: set block size to the on-disk block sizeJingbo Xu1-16/+29
2023-04-16erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu1-11/+16
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu1-0/+2
2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang1-1/+0
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-18dax: introduce holder for dax_deviceShiyang Ruan1-4/+6
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-8/+8
2022-05-17erofs: scan devices from device tableJeffle Xu1-33/+69
2022-05-17erofs: add 'fsid' mount optionJeffle Xu1-1/+30
2022-05-17erofs: implement fscache-based data readaheadJeffle Xu1-0/+4
2022-05-17erofs: register fscache context for extra data blobsJeffle Xu1-1/+7
2022-05-17erofs: register fscache context for primary data blobJeffle Xu1-4/+11
2022-05-17erofs: register fscache volumeJeffle Xu1-0/+5
2022-05-17erofs: 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-10erofs: Convert to release_folioMatthew Wilcox (Oracle)1-8/+8
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-9/+8
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16erofs: 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-13Merge 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-30erofs: 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