index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
inode.c
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
-13
/
+21
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
[next]