aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-12erofs: reject inodes with negative i_sizeGao Xiang1-3/+6
2024-09-10erofs: refactor read_inode calling conventionYiyang Wu1-59/+52
2024-09-10erofs: use kmemdup_nul in erofs_fill_symlinkYiyang Wu1-8/+2
2024-09-10erofs: support compressed inodes for fileioGao Xiang1-6/+0
2024-09-10erofs: support unencoded inodes for fileioGao Xiang1-5/+12
2024-09-10erofs: add file-backed mount supportGao Xiang1-1/+4
2024-09-10erofs: fix incorrect symlink detection in fast symlinkGao Xiang1-14/+6
2024-08-19erofs: allow large folios for compressed filesGao Xiang1-10/+8
2024-07-26erofs: support STATX_DIOALIGNHongbo Li1-2/+17
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro1-2/+2
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu1-8/+6
2024-01-25erofs: get rid of unneeded GFP_NOFSJingbo Xu1-1/+1
2023-12-18erofs: enable sub-page compressed block supportGao Xiang1-2/+4
2023-11-17erofs: simplify erofs_read_inode()Ferry Meng1-63/+35
2023-10-18erofs: convert to new timestamp accessorsJeff Layton1-1/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+5
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-13erofs: convert to ctime accessor functionsJeff Layton1-8/+4
2023-07-12erofs: fix fsdax unavailability for chunk-based regular filesXin Yin1-1/+2
2023-04-17erofs: sunset erofs_dbg()Gao Xiang1-3/+0
2023-04-17erofs: get rid of z_erofs_fill_inode()Gao Xiang1-4/+8
2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu1-1/+2
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu1-9/+11
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-20/+22
2023-02-15erofs: simplify iloc()Gao Xiang1-1/+1
2023-02-15erofs: clean up erofs_iget()Gao Xiang1-19/+21
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2022-12-12Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gao Xiang1-0/+1
2022-12-07erofs: enable large folios for fscache modeJingbo Xu1-2/+1
2022-12-07erofs: enable large folios for iomap modeJingbo Xu1-0/+2
2022-10-20fs: rename current get acl methodChristian Brauner1-3/+3
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