| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-02 | erofs: include the trailing NUL in FS_IOC_GETFSLABEL | Zhan Xusheng | 1 | -1/+1 |
| 2026-02-23 | erofs: allow sharing page cache with the same aops only | Hongbo Li | 1 | -1/+6 |
| 2026-02-03 | erofs: separate plain and compressed filesystems formally | Gao Xiang | 1 | -4/+10 |
| 2026-02-03 | erofs: use inode_set_cached_link() | Gao Xiang | 1 | -12/+20 |
| 2026-01-28 | erofs: mark inodes without acls in erofs_read_inode() | Gao Xiang | 1 | -0/+5 |
| 2026-01-23 | erofs: support unencoded inodes for page cache share | Hongbo Li | 1 | -1/+2 |
| 2026-01-23 | erofs: add erofs_inode_set_aops helper to set the aops | Hongbo Li | 1 | -23/+1 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -1/+1 |
| 2025-09-25 | erofs: Add support for FS_IOC_GETFSLABEL | Bo Liu (OpenAnolis) | 1 | -4/+36 |
| 2025-07-24 | erofs: implement metadata compression | Bo Liu (OpenAnolis) | 1 | -8/+9 |
| 2025-07-24 | erofs: remove need_kmap in erofs_read_metabuf() | Gao Xiang | 1 | -4/+4 |
| 2025-03-17 | erofs: support dot-omitted directories | Gao Xiang | 1 | -1/+3 |
| 2025-03-17 | erofs: implement 48-bit block addressing for unencoded inodes | Gao Xiang | 1 | -9/+24 |
| 2025-03-17 | erofs: add 48-bit block addressing on-disk support | Gao Xiang | 1 | -3/+3 |
| 2025-03-17 | erofs: simplify erofs_{read,fill}_inode() | Gao Xiang | 1 | -57/+35 |
| 2025-03-17 | erofs: get rid of erofs_kmap_type | Bo Liu | 1 | -3/+3 |
| 2024-11-18 | erofs: clarify direct I/O support | Gao Xiang | 1 | -6/+6 |
| 2024-09-12 | erofs: reject inodes with negative i_size | Gao Xiang | 1 | -3/+6 |
| 2024-09-10 | erofs: refactor read_inode calling convention | Yiyang Wu | 1 | -59/+52 |
| 2024-09-10 | erofs: use kmemdup_nul in erofs_fill_symlink | Yiyang Wu | 1 | -8/+2 |
| 2024-09-10 | erofs: support compressed inodes for fileio | Gao Xiang | 1 | -6/+0 |
| 2024-09-10 | erofs: support unencoded inodes for fileio | Gao Xiang | 1 | -5/+12 |
| 2024-09-10 | erofs: add file-backed mount support | Gao Xiang | 1 | -1/+4 |
| 2024-09-10 | erofs: fix incorrect symlink detection in fast symlink | Gao Xiang | 1 | -14/+6 |
| 2024-08-19 | erofs: allow large folios for compressed files | Gao Xiang | 1 | -10/+8 |
| 2024-07-26 | erofs: support STATX_DIOALIGN | Hongbo Li | 1 | -2/+17 |
| 2024-05-18 | erofs: mechanically convert erofs_read_metabuf() to offsets | Al Viro | 1 | -2/+2 |
| 2024-03-10 | erofs: support compressed inodes over fscache | Jingbo Xu | 1 | -8/+6 |
| 2024-01-25 | erofs: get rid of unneeded GFP_NOFS | Jingbo Xu | 1 | -1/+1 |
| 2023-12-18 | erofs: enable sub-page compressed block support | Gao Xiang | 1 | -2/+4 |
| 2023-11-17 | erofs: simplify erofs_read_inode() | Ferry Meng | 1 | -63/+35 |
| 2023-10-18 | erofs: convert to new timestamp accessors | Jeff Layton | 1 | -1/+2 |
| 2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -9/+5 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
| 2023-07-13 | erofs: convert to ctime accessor functions | Jeff Layton | 1 | -8/+4 |
| 2023-07-12 | erofs: fix fsdax unavailability for chunk-based regular files | Xin Yin | 1 | -1/+2 |
| 2023-04-17 | erofs: sunset erofs_dbg() | Gao Xiang | 1 | -3/+0 |
| 2023-04-17 | erofs: get rid of z_erofs_fill_inode() | Gao Xiang | 1 | -4/+8 |
| 2023-04-17 | erofs: set block size to the on-disk block size | Jingbo Xu | 1 | -1/+2 |
| 2023-04-17 | erofs: avoid hardcoded blocksize for subpage block support | Jingbo Xu | 1 | -9/+11 |
| 2023-02-20 | Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -20/+22 |
| 2023-02-15 | erofs: simplify iloc() | Gao Xiang | 1 | -1/+1 |
| 2023-02-15 | erofs: clean up erofs_iget() | Gao Xiang | 1 | -19/+21 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2022-12-12 | Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
| 2022-12-07 | erofs: use kmap_local_page() only for erofs_bread() | Gao Xiang | 1 | -0/+1 |
| 2022-12-07 | erofs: enable large folios for fscache mode | Jingbo Xu | 1 | -2/+1 |
| 2022-12-07 | erofs: enable large folios for iomap mode | Jingbo Xu | 1 | -0/+2 |
| 2022-10-20 | fs: rename current get acl method | Christian Brauner | 1 | -3/+3 |
| 2022-09-27 | erofs: clean up erofs_iget() | Gao Xiang | 1 | -16/+8 |
| 2022-09-20 | erofs: fix order >= MAX_ORDER warning due to crafted negative i_size | Gao Xiang | 1 | -1/+1 |
| 2022-05-29 | erofs: leave compressed inodes unsupported in fscache mode for now | Jeffle Xu | 1 | -1/+4 |
| 2022-05-18 | erofs: implement fscache-based data read for non-inline layout | Jeffle Xu | 1 | -0/+4 |
| 2022-05-17 | erofs: support idmapped mounts | Chao Yu | 1 | -1/+1 |
| 2022-05-17 | erofs: remove obsoleted comments | Gao Xiang | 1 | -5/+0 |
| 2022-03-17 | erofs: rename ctime to mtime | David Anderson | 1 | -2/+2 |
| 2022-01-04 | erofs: use meta buffers for inode operations | Gao Xiang | 1 | -36/+32 |
| 2021-10-17 | erofs: decouple basic mount options from fs_context | Gao Xiang | 1 | -1/+1 |
| 2021-09-23 | erofs: fix misbehavior of unsupported chunk format check | Gao Xiang | 1 | -1/+1 |
| 2021-08-25 | erofs: fix double free of 'copied' | Gao Xiang | 1 | -0/+1 |
| 2021-08-20 | erofs: support reading chunk-based uncompressed files | Gao Xiang | 1 | -1/+17 |
| 2021-08-19 | erofs: add fiemap support with iomap | Gao Xiang | 1 | -0/+1 |
| 2021-08-10 | erofs: dax support for non-tailpacking regular file | Gao Xiang | 1 | -0/+4 |
| 2021-08-10 | erofs: iomap support for non-tailpacking DIO | Huang Jianan | 1 | -1/+4 |
| 2021-06-08 | erofs: clean up file headers & footers | Gao Xiang | 1 | -2/+0 |
| 2021-03-29 | erofs: add unsupported inode i_format check | Gao Xiang | 1 | -0/+7 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -2/+3 |
| 2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
| 2020-11-04 | erofs: derive atime instead of leaving it empty | Gao Xiang | 1 | -10/+11 |
| 2020-08-03 | erofs: fix extended inode could cross boundary | Gao Xiang | 1 | -42/+79 |
| 2020-08-03 | erofs: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
| 2020-05-27 | erofs: code cleanup by removing ifdef macro surrounding | Chengguang Xu | 1 | -6/+0 |
| 2019-09-05 | erofs: always use iget5_locked | Gao Xiang | 1 | -7/+0 |
| 2019-09-05 | erofs: rename errln/infoln/debugln to erofs_{err, info, dbg} | Gao Xiang | 1 | -14/+17 |
| 2019-09-05 | erofs: save one level of indentation | Gao Xiang | 1 | -32/+33 |
| 2019-09-05 | erofs: kill all erofs specific fault injection | Gao Xiang | 1 | -2/+1 |
| 2019-09-05 | erofs: add "erofs_" prefix for common and short functions | Gao Xiang | 1 | -4/+4 |
| 2019-09-05 | erofs: kill prio and nofail of erofs_get_meta_page() | Gao Xiang | 1 | -1/+1 |
| 2019-09-05 | erofs: better erofs symlink stuffs | Gao Xiang | 1 | -41/+27 |
| 2019-09-05 | erofs: update comments in inode.c | Gao Xiang | 1 | -3/+2 |
| 2019-09-05 | erofs: use erofs_inode naming | Gao Xiang | 1 | -6/+6 |
| 2019-09-05 | erofs: better naming for erofs inode related stuffs | Gao Xiang | 1 | -53/+71 |
| 2019-09-05 | erofs: some macros are much more readable as a function | Gao Xiang | 1 | -2/+2 |
| 2019-09-04 | erofs: using switch-case while checking the inode type. | Pratik Shinde | 1 | -6/+12 |
| 2019-08-30 | erofs: remove all likely/unlikely annotations | Gao Xiang | 1 | -5/+5 |
| 2019-08-24 | erofs: move erofs out of staging | Gao Xiang | 1 | -0/+332 |