aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsGravatar Al Viro 1-2/+2
2024-03-10erofs: support compressed inodes over fscacheGravatar Jingbo Xu 1-8/+6
2024-01-25erofs: get rid of unneeded GFP_NOFSGravatar Jingbo Xu 1-1/+1
2023-12-18erofs: enable sub-page compressed block supportGravatar Gao Xiang 1-2/+4
2023-11-17erofs: simplify erofs_read_inode()Gravatar Ferry Meng 1-63/+35
2023-10-18erofs: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-9/+5
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-07-13erofs: convert to ctime accessor functionsGravatar Jeff Layton 1-8/+4
2023-07-12erofs: fix fsdax unavailability for chunk-based regular filesGravatar Xin Yin 1-1/+2
2023-04-17erofs: sunset erofs_dbg()Gravatar Gao Xiang 1-3/+0
2023-04-17erofs: get rid of z_erofs_fill_inode()Gravatar Gao Xiang 1-4/+8
2023-04-17erofs: set block size to the on-disk block sizeGravatar Jingbo Xu 1-1/+2
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportGravatar Jingbo Xu 1-9/+11
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-20/+22
2023-02-15erofs: simplify iloc()Gravatar Gao Xiang 1-1/+1
2023-02-15erofs: clean up erofs_iget()Gravatar Gao Xiang 1-19/+21
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2022-12-12Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gravatar Gao Xiang 1-0/+1
2022-12-07erofs: enable large folios for fscache modeGravatar Jingbo Xu 1-2/+1
2022-12-07erofs: enable large folios for iomap modeGravatar Jingbo Xu 1-0/+2
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-3/+3
2022-09-27erofs: clean up erofs_iget()Gravatar Gao Xiang 1-16/+8
2022-09-20erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGravatar Gao Xiang 1-1/+1
2022-05-29erofs: leave compressed inodes unsupported in fscache mode for nowGravatar Jeffle Xu 1-1/+4
2022-05-18erofs: implement fscache-based data read for non-inline layoutGravatar Jeffle Xu 1-0/+4
2022-05-17erofs: support idmapped mountsGravatar Chao Yu 1-1/+1
2022-05-17erofs: remove obsoleted commentsGravatar Gao Xiang 1-5/+0
2022-03-17erofs: rename ctime to mtimeGravatar David Anderson 1-2/+2
2022-01-04erofs: use meta buffers for inode operationsGravatar Gao Xiang 1-36/+32
2021-10-17erofs: decouple basic mount options from fs_contextGravatar Gao Xiang 1-1/+1
2021-09-23erofs: fix misbehavior of unsupported chunk format checkGravatar Gao Xiang 1-1/+1
2021-08-25erofs: fix double free of 'copied'Gravatar Gao Xiang 1-0/+1
2021-08-20erofs: support reading chunk-based uncompressed filesGravatar Gao Xiang 1-1/+17
2021-08-19erofs: add fiemap support with iomapGravatar Gao Xiang 1-0/+1
2021-08-10erofs: dax support for non-tailpacking regular fileGravatar Gao Xiang 1-0/+4
2021-08-10erofs: iomap support for non-tailpacking DIOGravatar Huang Jianan 1-1/+4
2021-06-08erofs: clean up file headers & footersGravatar Gao Xiang 1-2/+0
2021-03-29erofs: add unsupported inode i_format checkGravatar Gao Xiang 1-0/+7
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-2/+3
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2020-11-04erofs: derive atime instead of leaving it emptyGravatar Gao Xiang 1-10/+11
2020-08-03erofs: fix extended inode could cross boundaryGravatar Gao Xiang 1-42/+79
2020-08-03erofs: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-05-27erofs: code cleanup by removing ifdef macro surroundingGravatar Chengguang Xu 1-6/+0
2019-09-05erofs: always use iget5_lockedGravatar Gao Xiang 1-7/+0
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gravatar Gao Xiang 1-14/+17
2019-09-05erofs: save one level of indentationGravatar Gao Xiang 1-32/+33
2019-09-05erofs: kill all erofs specific fault injectionGravatar Gao Xiang 1-2/+1