aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-02erofs: include the trailing NUL in FS_IOC_GETFSLABELZhan Xusheng1-1/+1
2026-02-23erofs: allow sharing page cache with the same aops onlyHongbo Li1-1/+6
2026-02-03erofs: separate plain and compressed filesystems formallyGao Xiang1-4/+10
2026-02-03erofs: use inode_set_cached_link()Gao Xiang1-13/+21
2026-01-28erofs: mark inodes without acls in erofs_read_inode()Gao Xiang1-0/+5
2026-01-23erofs: support unencoded inodes for page cache shareHongbo Li1-1/+2
2026-01-23erofs: add erofs_inode_set_aops helper to set the aopsHongbo Li1-23/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-09-25erofs: Add support for FS_IOC_GETFSLABELBo Liu (OpenAnolis)1-4/+36
2025-07-24erofs: implement metadata compressionBo Liu (OpenAnolis)1-8/+9
2025-07-24erofs: remove need_kmap in erofs_read_metabuf()Gao Xiang1-4/+4
2025-03-17erofs: support dot-omitted directoriesGao Xiang1-1/+3
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang1-9/+24
2025-03-17erofs: add 48-bit block addressing on-disk supportGao Xiang1-3/+3
2025-03-17erofs: simplify erofs_{read,fill}_inode()Gao Xiang1-57/+35
2025-03-17erofs: get rid of erofs_kmap_typeBo Liu1-3/+3
2024-11-18erofs: clarify direct I/O supportGao Xiang1-6/+6
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