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
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-26
erofs: simplify compression configuration parser
Gao Xiang
1
-64
/
+8
2023-09-19
erofs: allow empty device tags in flatdev mode
Jingbo Xu
1
-1
/
+1
2023-08-23
erofs: don't warn dedupe and fragments features anymore
sunshijie
1
-4
/
+0
2023-08-23
erofs: remove redundant erofs_fs_type declaration in super.c
Ferry Meng
1
-1
/
+0
2023-08-23
erofs: add necessary kmem_cache_create flags for erofs inode cache
Ferry Meng
1
-3
/
+3
2023-08-23
erofs: clean up redundant comment and adjust code alignment
Ferry Meng
1
-18
/
+4
2023-08-11
erofs: boost negative xattr lookup with bloom filter
Jingbo Xu
1
-0
/
+1
2023-08-11
erofs: DEFLATE compression support
Gao Xiang
1
-0
/
+10
2023-08-01
erofs: drop unnecessary WARN_ON() in erofs_kill_sb()
Gao Xiang
1
-2
/
+0
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+4
2023-06-22
erofs: remove unnecessary goto
Yangtao Li
1
-5
/
+2
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-3
/
+4
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-1
/
+1
2023-05-29
erofs: adapt managed inode operations into folios
Gao Xiang
1
-62
/
+0
2023-04-16
erofs: enable long extended attribute name prefixes
Jingbo Xu
1
-0
/
+7
2023-04-16
erofs: add helpers to load long xattr name prefixes
Jingbo Xu
1
-3
/
+3
2023-04-16
erofs: move packed inode out of the compression part
Jingbo Xu
1
-3
/
+1
2023-04-16
erofs: keep meta inode into erofs_buf
Gao Xiang
1
-3
/
+3
2023-04-16
erofs: initialize packed inode after root inode is assigned
Jingbo Xu
1
-11
/
+11
2023-04-16
erofs: don't warn ztailpacking feature anymore
Yue Hu
1
-2
/
+0
2023-04-16
erofs: support flattened block device for multi-blob images
Jia Zhu
1
-1
/
+4
2023-04-16
erofs: set block size to the on-disk block size
Jingbo Xu
1
-16
/
+29
2023-04-16
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
1
-11
/
+16
2023-02-15
erofs: unify anonymous inodes for blob
Jingbo Xu
1
-0
/
+2
2023-02-15
erofs: remove linux/buffer_head.h dependency
Gao Xiang
1
-1
/
+0
2023-01-16
erofs: clean up parsing of fscache related options
Jingbo Xu
1
-7
/
+6
2022-12-07
erofs: check the uniqueness of fsid in shared domain in advance
Hou Tao
1
-1
/
+1
2022-11-10
erofs: fix use-after-free of fsid and domain_id string
Jingbo Xu
1
-17
/
+22
2022-09-27
erofs: clean up erofs_iget()
Gao Xiang
1
-4
/
+4
2022-09-26
erofs: introduce partial-referenced pclusters
Gao Xiang
1
-0
/
+2
2022-09-26
erofs: support on-disk compressed fragments data
Yue Hu
1
-0
/
+15
2022-09-20
erofs: introduce 'domain_id' mount option
Jia Zhu
1
-0
/
+17
2022-09-20
erofs: introduce a pseudo mnt to manage shared cookies
Jia Zhu
1
-2
/
+31
2022-09-20
erofs: code clean up for fscache
Jia Zhu
1
-13
/
+8
2022-09-20
erofs: use kill_anon_super() to kill super in fscache mode
Jia Zhu
1
-1
/
+1
2022-07-18
dax: introduce holder for dax_device
Shiyang Ruan
1
-4
/
+6
2022-05-25
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-8
/
+8
2022-05-17
erofs: scan devices from device table
Jeffle Xu
1
-33
/
+69
2022-05-17
erofs: add 'fsid' mount option
Jeffle Xu
1
-1
/
+30
2022-05-17
erofs: implement fscache-based data readahead
Jeffle Xu
1
-0
/
+4
2022-05-17
erofs: register fscache context for extra data blobs
Jeffle Xu
1
-1
/
+7
2022-05-17
erofs: register fscache context for primary data blob
Jeffle Xu
1
-4
/
+11
2022-05-17
erofs: register fscache volume
Jeffle Xu
1
-0
/
+5
2022-05-17
erofs: add fscache mode check helper
Jeffle Xu
1
-15
/
+29
2022-05-17
erofs: support idmapped mounts
Chao Yu
1
-1
/
+1
2022-05-17
erofs: make filesystem exportable
Hongnan Li
1
-0
/
+40
2022-05-10
erofs: Convert to release_folio
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-03-23
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-9
/
+8
2022-03-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
[next]