aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+1
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-70/+11
2023-10-31erofs: tidy up redundant includesGravatar Ferry Meng 1-3/+0
2023-10-31erofs: get rid of ROOT_NID()Gravatar Ferry Meng 1-3/+3
2023-10-31erofs: simplify compression configuration parserGravatar Gao Xiang 1-64/+8
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportGravatar Amir Goldstein 1-0/+1
2023-10-28erofs: Convert to use bdev_open_by_path()Gravatar Jan Kara 1-10/+10
2023-09-19erofs: allow empty device tags in flatdev modeGravatar Jingbo Xu 1-1/+1
2023-08-23erofs: don't warn dedupe and fragments features anymoreGravatar sunshijie 1-4/+0
2023-08-23erofs: remove redundant erofs_fs_type declaration in super.cGravatar Ferry Meng 1-1/+0
2023-08-23erofs: add necessary kmem_cache_create flags for erofs inode cacheGravatar Ferry Meng 1-3/+3
2023-08-23erofs: clean up redundant comment and adjust code alignmentGravatar Ferry Meng 1-18/+4
2023-08-11erofs: boost negative xattr lookup with bloom filterGravatar Jingbo Xu 1-0/+1
2023-08-11erofs: DEFLATE compression supportGravatar Gao Xiang 1-0/+10
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gravatar Gao Xiang 1-2/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-3/+4
2023-06-22erofs: remove unnecessary gotoGravatar Yangtao Li 1-5/+2
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-1/+1
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-3/+4
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-1/+1
2023-05-29erofs: adapt managed inode operations into foliosGravatar Gao Xiang 1-62/+0
2023-04-17erofs: enable long extended attribute name prefixesGravatar Jingbo Xu 1-0/+7
2023-04-17erofs: add helpers to load long xattr name prefixesGravatar Jingbo Xu 1-3/+3
2023-04-17erofs: move packed inode out of the compression partGravatar Jingbo Xu 1-3/+1
2023-04-17erofs: keep meta inode into erofs_bufGravatar Gao Xiang 1-3/+3
2023-04-17erofs: initialize packed inode after root inode is assignedGravatar Jingbo Xu 1-11/+11
2023-04-17erofs: don't warn ztailpacking feature anymoreGravatar Yue Hu 1-2/+0
2023-04-17erofs: support flattened block device for multi-blob imagesGravatar Jia Zhu 1-1/+4
2023-04-17erofs: set block size to the on-disk block sizeGravatar Jingbo Xu 1-16/+29
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportGravatar Jingbo Xu 1-11/+16
2023-02-15erofs: unify anonymous inodes for blobGravatar Jingbo Xu 1-0/+2
2023-02-15erofs: remove linux/buffer_head.h dependencyGravatar Gao Xiang 1-1/+0
2023-01-16erofs: clean up parsing of fscache related optionsGravatar Jingbo Xu 1-7/+6
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceGravatar Hou Tao 1-1/+1
2022-11-10erofs: fix use-after-free of fsid and domain_id stringGravatar Jingbo Xu 1-17/+22
2022-09-27erofs: clean up erofs_iget()Gravatar Gao Xiang 1-4/+4
2022-09-26erofs: introduce partial-referenced pclustersGravatar Gao Xiang 1-0/+2
2022-09-26erofs: support on-disk compressed fragments dataGravatar Yue Hu 1-0/+15
2022-09-20erofs: introduce 'domain_id' mount optionGravatar Jia Zhu 1-0/+17
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesGravatar Jia Zhu 1-2/+31
2022-09-20erofs: code clean up for fscacheGravatar Jia Zhu 1-13/+8
2022-09-20erofs: use kill_anon_super() to kill super in fscache modeGravatar Jia Zhu 1-1/+1
2022-07-17dax: introduce holder for dax_deviceGravatar Shiyang Ruan 1-4/+6
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-8/+8
2022-05-18erofs: scan devices from device tableGravatar Jeffle Xu 1-33/+69
2022-05-18erofs: add 'fsid' mount optionGravatar Jeffle Xu 1-1/+30
2022-05-18erofs: implement fscache-based data readaheadGravatar Jeffle Xu 1-0/+4
2022-05-18erofs: register fscache context for extra data blobsGravatar Jeffle Xu 1-1/+7
2022-05-18erofs: register fscache context for primary data blobGravatar Jeffle Xu 1-4/+11
2022-05-18erofs: register fscache volumeGravatar Jeffle Xu 1-0/+5