index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-23
erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is off
Yue Hu
1
-6
/
+7
2023-04-16
erofs: cleanup i_format-related stuffs
Gao Xiang
1
-14
/
+4
2023-04-16
erofs: sunset erofs_dbg()
Gao Xiang
1
-2
/
+0
2023-04-16
erofs: fix potential overflow calculating xattr_isize
Jingbo Xu
1
-1
/
+1
2023-04-16
erofs: get rid of z_erofs_fill_inode()
Gao Xiang
1
-2
/
+0
2023-04-16
erofs: enable long extended attribute name prefixes
Jingbo Xu
1
-0
/
+1
2023-04-16
erofs: add helpers to load long xattr name prefixes
Jingbo Xu
1
-0
/
+10
2023-04-16
erofs: move packed inode out of the compression part
Jingbo Xu
1
-1
/
+1
2023-04-16
erofs: keep meta inode into erofs_buf
Gao Xiang
1
-2
/
+4
2023-04-16
erofs: initialize packed inode after root inode is assigned
Jingbo Xu
1
-0
/
+1
2023-04-16
erofs: support flattened block device for multi-blob images
Jia Zhu
1
-0
/
+1
2023-04-16
erofs: set block size to the on-disk block size
Jingbo Xu
1
-9
/
+1
2023-04-16
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
1
-13
/
+7
2023-03-09
erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init
Yangtao Li
1
-2
/
+2
2023-02-20
Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-97
/
+49
2023-02-15
erofs: unify anonymous inodes for blob
Jingbo Xu
1
-4
/
+3
2023-02-15
erofs: maintain cookies of share domain in self-contained list
Jingbo Xu
1
-0
/
+4
2023-02-15
erofs: remove unused EROFS_GET_BLOCKS_RAW flag
Jingbo Xu
1
-6
/
+4
2023-02-15
erofs: tidy up internal.h
Gao Xiang
1
-56
/
+28
2023-02-15
erofs: get rid of erofs_inode_datablocks()
Gao Xiang
1
-6
/
+0
2023-02-15
erofs: simplify iloc()
Gao Xiang
1
-7
/
+9
2023-02-15
erofs: remove linux/buffer_head.h dependency
Gao Xiang
1
-14
/
+6
2023-02-15
erofs: clean up erofs_iget()
Gao Xiang
1
-9
/
+0
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-12-07
erofs: use kmap_local_page() only for erofs_bread()
Gao Xiang
1
-2
/
+1
2022-12-07
erofs: check the uniqueness of fsid in shared domain in advance
Hou Tao
1
-2
/
+8
2022-11-10
erofs: fix use-after-free of fsid and domain_id string
Jingbo Xu
1
-2
/
+4
2022-09-27
erofs: clean up erofs_iget()
Gao Xiang
1
-1
/
+1
2022-09-27
erofs: clean up unnecessary code and comments
Gao Xiang
1
-2
/
+0
2022-09-26
erofs: introduce partial-referenced pclusters
Gao Xiang
1
-0
/
+4
2022-09-26
erofs: support on-disk compressed fragments data
Yue Hu
1
-3
/
+13
2022-09-23
erofs: support interlaced uncompressed data for compressed files
Yue Hu
1
-0
/
+1
2022-09-20
erofs: Support sharing cookies in the same domain
Jia Zhu
1
-0
/
+3
2022-09-20
erofs: introduce a pseudo mnt to manage shared cookies
Jia Zhu
1
-0
/
+1
2022-09-20
erofs: introduce fscache-based domain
Jia Zhu
1
-0
/
+9
2022-09-20
erofs: code clean up for fscache
Jia Zhu
1
-10
/
+9
2022-09-05
erofs: fix pcluster use-after-free on UP platforms
Gao Xiang
1
-29
/
+0
2022-05-17
erofs: implement fscache-based data read for non-inline layout
Jeffle Xu
1
-0
/
+2
2022-05-17
erofs: register fscache context for extra data blobs
Jeffle Xu
1
-0
/
+2
2022-05-17
erofs: register fscache context for primary data blob
Jeffle Xu
1
-0
/
+1
2022-05-17
erofs: add anonymous inode caching metadata for data blobs
Jeffle Xu
1
-2
/
+4
2022-05-17
erofs: add fscache context helper functions
Jeffle Xu
1
-0
/
+19
2022-05-17
erofs: register fscache volume
Jeffle Xu
1
-0
/
+16
2022-05-17
erofs: add fscache mode check helper
Jeffle Xu
1
-0
/
+5
2022-05-17
erofs: make erofs_map_blocks() generally available
Jeffle Xu
1
-0
/
+2
2022-05-17
erofs: make filesystem exportable
Hongnan Li
1
-1
/
+1
2022-05-17
erofs: remove obsoleted comments
Gao Xiang
1
-25
/
+0
2022-03-16
erofs: use meta buffers for reading directories
Gao Xiang
1
-0
/
+2
2022-03-02
erofs: fix ztailpacking on > 4GiB filesystems
Gao Xiang
1
-1
/
+1
2022-01-13
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
[next]