aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27erofs: clean up erofs_iget()Gao Xiang1-16/+8
2022-09-20erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang1-1/+1
2022-05-29erofs: leave compressed inodes unsupported in fscache mode for nowJeffle Xu1-1/+4
2022-05-18erofs: implement fscache-based data read for non-inline layoutJeffle Xu1-0/+4
2022-05-17erofs: support idmapped mountsChao Yu1-1/+1
2022-05-17erofs: remove obsoleted commentsGao Xiang1-5/+0
2022-03-17erofs: rename ctime to mtimeDavid Anderson1-2/+2
2022-01-04erofs: use meta buffers for inode operationsGao Xiang1-36/+32
2021-10-17erofs: decouple basic mount options from fs_contextGao Xiang1-1/+1
2021-09-23erofs: fix misbehavior of unsupported chunk format checkGao Xiang1-1/+1
2021-08-25erofs: fix double free of 'copied'Gao Xiang1-0/+1
2021-08-20erofs: support reading chunk-based uncompressed filesGao Xiang1-1/+17
2021-08-19erofs: add fiemap support with iomapGao Xiang1-0/+1
2021-08-10erofs: dax support for non-tailpacking regular fileGao Xiang1-0/+4
2021-08-10erofs: iomap support for non-tailpacking DIOHuang Jianan1-1/+4
2021-06-08erofs: clean up file headers & footersGao Xiang1-2/+0
2021-03-29erofs: add unsupported inode i_format checkGao Xiang1-0/+7
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+3
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2020-11-04erofs: derive atime instead of leaving it emptyGao Xiang1-10/+11
2020-08-03erofs: fix extended inode could cross boundaryGao Xiang1-42/+79
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-05-27erofs: code cleanup by removing ifdef macro surroundingChengguang Xu1-6/+0
2019-09-05erofs: always use iget5_lockedGao Xiang1-7/+0
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang1-14/+17
2019-09-05erofs: save one level of indentationGao Xiang1-32/+33
2019-09-05erofs: kill all erofs specific fault injectionGao Xiang1-2/+1
2019-09-05erofs: add "erofs_" prefix for common and short functionsGao Xiang1-4/+4
2019-09-05erofs: kill prio and nofail of erofs_get_meta_page()Gao Xiang1-1/+1
2019-09-05erofs: better erofs symlink stuffsGao Xiang1-41/+27
2019-09-05erofs: update comments in inode.cGao Xiang1-3/+2
2019-09-05erofs: use erofs_inode namingGao Xiang1-6/+6
2019-09-05erofs: better naming for erofs inode related stuffsGao Xiang1-54/+72
2019-09-05erofs: some macros are much more readable as a functionGao Xiang1-2/+2
2019-09-04erofs: using switch-case while checking the inode type.Pratik Shinde1-6/+12
2019-08-30erofs: remove all likely/unlikely annotationsGao Xiang1-5/+5
2019-08-24erofs: move erofs out of stagingGao Xiang1-0/+332