summaryrefslogtreecommitdiffstats
path: root/fs/erofs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-121-0/+2
|\
| * erofs: use kmap_local_page() only for erofs_bread()Gao Xiang2022-12-071-0/+1
| * erofs: enable large folios for fscache modeJingbo Xu2022-12-071-2/+1
| * erofs: enable large folios for iomap modeJingbo Xu2022-12-071-0/+2
* | fs: rename current get acl methodChristian Brauner2022-10-201-3/+3
|/
* erofs: clean up erofs_iget()Gao Xiang2022-09-271-16/+8
* erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang2022-09-201-1/+1
* erofs: leave compressed inodes unsupported in fscache mode for nowJeffle Xu2022-05-291-1/+4
* erofs: implement fscache-based data read for non-inline layoutJeffle Xu2022-05-181-0/+4
* erofs: support idmapped mountsChao Yu2022-05-171-1/+1
* erofs: remove obsoleted commentsGao Xiang2022-05-171-5/+0
* erofs: rename ctime to mtimeDavid Anderson2022-03-171-2/+2
* erofs: use meta buffers for inode operationsGao Xiang2022-01-041-36/+32
* erofs: decouple basic mount options from fs_contextGao Xiang2021-10-171-1/+1
* erofs: fix misbehavior of unsupported chunk format checkGao Xiang2021-09-231-1/+1
* erofs: fix double free of 'copied'Gao Xiang2021-08-251-0/+1
* erofs: support reading chunk-based uncompressed filesGao Xiang2021-08-201-1/+17
* erofs: add fiemap support with iomapGao Xiang2021-08-191-0/+1
* erofs: dax support for non-tailpacking regular fileGao Xiang2021-08-101-0/+4
* erofs: iomap support for non-tailpacking DIOHuang Jianan2021-08-101-1/+4
* erofs: clean up file headers & footersGao Xiang2021-06-081-2/+0
* erofs: add unsupported inode i_format checkGao Xiang2021-03-291-0/+7
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+3
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* erofs: derive atime instead of leaving it emptyGao Xiang2020-11-041-10/+11
* erofs: fix extended inode could cross boundaryGao Xiang2020-08-031-42/+79
* erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-031-1/+1
* erofs: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-271-6/+0
* erofs: always use iget5_lockedGao Xiang2019-09-051-7/+0
* erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang2019-09-051-14/+17
* erofs: save one level of indentationGao Xiang2019-09-051-32/+33
* erofs: kill all erofs specific fault injectionGao Xiang2019-09-051-2/+1
* erofs: add "erofs_" prefix for common and short functionsGao Xiang2019-09-051-4/+4
* erofs: kill prio and nofail of erofs_get_meta_page()Gao Xiang2019-09-051-1/+1
* erofs: better erofs symlink stuffsGao Xiang2019-09-051-41/+27
* erofs: update comments in inode.cGao Xiang2019-09-051-3/+2
* erofs: use erofs_inode namingGao Xiang2019-09-051-6/+6
* erofs: better naming for erofs inode related stuffsGao Xiang2019-09-051-54/+72
* erofs: some macros are much more readable as a functionGao Xiang2019-09-051-2/+2
* erofs: using switch-case while checking the inode type.Pratik Shinde2019-09-041-6/+12
* erofs: remove all likely/unlikely annotationsGao Xiang2019-08-301-5/+5
* erofs: move erofs out of stagingGao Xiang2019-08-241-0/+332