aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-29erofs: convert to use the new mount fs_context apiGravatar Chao Yu 1-141/+112
2020-05-27erofs: code cleanup by removing ifdef macro surroundingGravatar Chengguang Xu 1-3/+1
2020-03-03erofs: convert workstn to XArrayGravatar Gao Xiang 1-1/+1
2019-11-24erofs: remove unnecessary output in erofs_show_options()Gravatar Chengguang Xu 1-3/+0
2019-11-24erofs: support superblock checksumGravatar Pratik Shinde 1-2/+34
2019-10-01erofs: fix return value check in erofs_read_superblock()Gravatar Wei Yongjun 1-2/+2
2019-09-05erofs: use read_mapping_page instead of sb_breadGravatar Gao Xiang 1-6/+9
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gravatar Gao Xiang 1-28/+55
2019-09-05erofs: kill all erofs specific fault injectionGravatar Gao Xiang 1-70/+0
2019-09-05erofs: add "erofs_" prefix for common and short functionsGravatar Gao Xiang 1-20/+20
2019-09-05erofs: kill verbose debug info in erofs_fill_superGravatar Gao Xiang 1-7/+2
2019-09-05erofs: use dsb instead of layout for ondisk super_blockGravatar Gao Xiang 1-18/+17
2019-09-05erofs: better erofs symlink stuffsGravatar Gao Xiang 1-3/+2
2019-09-05erofs: use erofs_inode namingGravatar Gao Xiang 1-5/+5
2019-09-05erofs: kill erofs_{init,exit}_inode_cacheGravatar Gao Xiang 1-19/+12
2019-09-05erofs: better naming for erofs inode related stuffsGravatar Gao Xiang 1-1/+1
2019-09-05erofs: use feature_incompat rather than requirementsGravatar Gao Xiang 1-5/+5
2019-08-30erofs: remove all likely/unlikely annotationsGravatar Gao Xiang 1-8/+8
2019-08-24erofs: move erofs out of stagingGravatar Gao Xiang 1-0/+669