summaryrefslogtreecommitdiffstats
path: root/fs/erofs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* erofs: get rid of unneeded GFP_NOFSJingbo Xu2024-01-251-1/+1
* erofs: enable sub-page compressed block supportGao Xiang2023-12-181-2/+4
* erofs: simplify erofs_read_inode()Ferry Meng2023-11-171-63/+35
* erofs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+2
* Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-9/+5
|\
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * erofs: convert to ctime accessor functionsJeff Layton2023-07-131-8/+4
* | erofs: fix fsdax unavailability for chunk-based regular filesXin Yin2023-07-121-1/+2
|/
* erofs: sunset erofs_dbg()Gao Xiang2023-04-171-3/+0
* erofs: get rid of z_erofs_fill_inode()Gao Xiang2023-04-171-4/+8
* erofs: set block size to the on-disk block sizeJingbo Xu2023-04-171-1/+2
* erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu2023-04-171-9/+11
* Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-201-20/+22
|\
| * erofs: simplify iloc()Gao Xiang2023-02-151-1/+1
| * erofs: clean up erofs_iget()Gao Xiang2023-02-151-19/+21
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* 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