summaryrefslogtreecommitdiffstats
path: root/fs/erofs/super.c
Commit message (Expand)AuthorAgeFilesLines
* erofs: don't warn dedupe and fragments features anymoresunshijie2023-08-231-4/+0
* erofs: remove redundant erofs_fs_type declaration in super.cFerry Meng2023-08-231-1/+0
* erofs: add necessary kmem_cache_create flags for erofs inode cacheFerry Meng2023-08-231-3/+3
* erofs: clean up redundant comment and adjust code alignmentFerry Meng2023-08-231-18/+4
* erofs: boost negative xattr lookup with bloom filterJingbo Xu2023-08-111-0/+1
* erofs: DEFLATE compression supportGao Xiang2023-08-111-0/+10
* erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang2023-08-011-2/+0
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-3/+4
|\
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-3/+4
| * block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* | erofs: remove unnecessary gotoYangtao Li2023-06-221-5/+2
* | erofs: adapt managed inode operations into foliosGao Xiang2023-05-291-62/+0
|/
* erofs: enable long extended attribute name prefixesJingbo Xu2023-04-171-0/+7
* erofs: add helpers to load long xattr name prefixesJingbo Xu2023-04-171-3/+3
* erofs: move packed inode out of the compression partJingbo Xu2023-04-171-3/+1
* erofs: keep meta inode into erofs_bufGao Xiang2023-04-171-3/+3
* erofs: initialize packed inode after root inode is assignedJingbo Xu2023-04-171-11/+11
* erofs: don't warn ztailpacking feature anymoreYue Hu2023-04-171-2/+0
* erofs: support flattened block device for multi-blob imagesJia Zhu2023-04-171-1/+4
* erofs: set block size to the on-disk block sizeJingbo Xu2023-04-171-16/+29
* erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu2023-04-171-11/+16
* 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
| |/