summaryrefslogtreecommitdiff
path: root/fs/erofs/super.c
AgeCommit message (Expand)Author
2023-08-23erofs: don't warn dedupe and fragments features anymoresunshijie
2023-08-23erofs: remove redundant erofs_fs_type declaration in super.cFerry Meng
2023-08-23erofs: add necessary kmem_cache_create flags for erofs inode cacheFerry Meng
2023-08-23erofs: clean up redundant comment and adjust code alignmentFerry Meng
2023-08-11erofs: boost negative xattr lookup with bloom filterJingbo Xu
2023-08-11erofs: DEFLATE compression supportGao Xiang
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-22erofs: remove unnecessary gotoYangtao Li
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang
2023-04-17erofs: enable long extended attribute name prefixesJingbo Xu
2023-04-17erofs: add helpers to load long xattr name prefixesJingbo Xu
2023-04-17erofs: move packed inode out of the compression partJingbo Xu
2023-04-17erofs: keep meta inode into erofs_bufGao Xiang
2023-04-17erofs: initialize packed inode after root inode is assignedJingbo Xu
2023-04-17erofs: don't warn ztailpacking feature anymoreYue Hu
2023-04-17erofs: support flattened block device for multi-blob imagesJia Zhu
2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu
2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang
2023-01-16erofs: clean up parsing of fscache related optionsJingbo Xu
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceHou Tao
2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu
2022-09-27erofs: clean up erofs_iget()Gao Xiang
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang
2022-09-26erofs: support on-disk compressed fragments dataYue Hu
2022-09-20erofs: introduce 'domain_id' mount optionJia Zhu
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu
2022-09-20erofs: code clean up for fscacheJia Zhu
2022-09-20erofs: use kill_anon_super() to kill super in fscache modeJia Zhu
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-18erofs: scan devices from device tableJeffle Xu
2022-05-18erofs: add 'fsid' mount optionJeffle Xu
2022-05-18erofs: implement fscache-based data readaheadJeffle Xu
2022-05-18erofs: register fscache context for extra data blobsJeffle Xu
2022-05-18erofs: register fscache context for primary data blobJeffle Xu
2022-05-18erofs: register fscache volumeJeffle Xu
2022-05-18erofs: add fscache mode check helperJeffle Xu
2022-05-17erofs: support idmapped mountsChao Yu
2022-05-17erofs: make filesystem exportableHongnan Li
2022-05-09erofs: Convert to release_folioMatthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-17erofs: refine managed inode stuffsGao Xiang