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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-09
squashfs: Convert squashfs to read_folio
Matthew Wilcox (Oracle)
3
-5
/
+7
2022-05-09
romfs: Convert romfs to read_folio
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-05-09
orangefs: Convert orangefs to read_folio
Matthew Wilcox (Oracle)
1
-17
/
+16
2022-05-09
ocfs2: Convert ocfs2 to read_folio
Matthew Wilcox (Oracle)
4
-6
/
+8
2022-05-09
ntfs: Convert ntfs to read_folio
Matthew Wilcox (Oracle)
6
-28
/
+30
2022-05-09
nfs: Convert nfs to read_folio
Matthew Wilcox (Oracle)
2
-3
/
+4
2022-05-09
jfs: Convert metadata pages to read_folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-05-09
jffs2: Convert jffs2 to read_folio
Matthew Wilcox (Oracle)
2
-6
/
+6
2022-05-09
isofs: Convert symlinks and zisofs to read_folio
Matthew Wilcox (Oracle)
2
-5
/
+7
2022-05-09
hpfs: Convert symlinks to read_folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-05-09
hostfs: Convert hostfs to read_folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-05-09
fuse: Convert fuse to read_folio
Matthew Wilcox (Oracle)
2
-7
/
+8
2022-05-09
freevxfs: Convert vxfs_immed to read_folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2022-05-09
f2fs: Convert f2fs to read_folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-05-09
ext4: Convert ext4 to read_folio
Matthew Wilcox (Oracle)
2
-6
/
+7
2022-05-09
erofs: Convert erofs zdata to read_folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2022-05-09
efs: Convert efs symlinks to read_folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-05-09
ecryptfs: Convert ecryptfs to read_folio
Matthew Wilcox (Oracle)
1
-5
/
+6
2022-05-09
cramfs: Convert cramfs to read_folio
Matthew Wilcox (Oracle)
2
-7
/
+8
2022-05-09
coda: Convert coda to read_folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2022-05-09
cifs: Convert cifs to read_folio
Matthew Wilcox (Oracle)
1
-6
/
+7
2022-05-09
btrfs: Convert btrfs to read_folio
Matthew Wilcox (Oracle)
7
-13
/
+15
2022-05-09
befs: Convert befs to read_folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2022-05-09
afs: Convert afs_symlink_readpage to afs_symlink_read_folio
Matthew Wilcox (Oracle)
1
-8
/
+7
2022-05-09
affs: Convert affs to read_folio
Matthew Wilcox (Oracle)
2
-4
/
+6
2022-05-09
fs: Convert simple_readpage to simple_read_folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
13
-46
/
+48
2022-05-09
fs: Convert block_read_full_page() to block_read_full_folio()
Matthew Wilcox (Oracle)
22
-97
/
+104
2022-05-09
fs: Convert iomap_readpage to iomap_read_folio
Matthew Wilcox (Oracle)
5
-18
/
+17
2022-05-09
fs: Convert netfs_readpage to netfs_read_folio
Matthew Wilcox (Oracle)
4
-11
/
+10
2022-05-09
fs: Introduce aops->read_folio
Matthew Wilcox (Oracle)
3
-3
/
+6
2022-05-08
buffer: Rewrite nobh_truncate_page() to use folios
Matthew Wilcox (Oracle)
1
-37
/
+27
2022-05-08
mm/readahead: Convert page_cache_async_readahead to take a folio
Matthew Wilcox (Oracle)
3
-18
/
+19
2022-05-08
fs: Convert is_dirty_writeback() to take a folio
Matthew Wilcox (Oracle)
2
-20
/
+17
2022-05-08
f2fs: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-05-08
ext4: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-05-08
hfsplus: Call hfsplus_write_begin() and generic_write_end() directly
Matthew Wilcox (Oracle)
3
-7
/
+8
2022-05-08
hfs: Call hfs_write_begin() and generic_write_end() directly
Matthew Wilcox (Oracle)
3
-6
/
+7
2022-05-08
ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()
Matthew Wilcox (Oracle)
1
-4
/
+2
2022-05-08
ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly
Matthew Wilcox (Oracle)
3
-10
/
+12
2022-05-08
namei: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-08
buffer: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
1
-6
/
+8
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
37
-55
/
+49
2022-05-08
fs: Remove aop flags parameter from nobh_write_begin()
Matthew Wilcox (Oracle)
3
-5
/
+3
2022-05-08
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
18
-26
/
+26
2022-05-08
fs: Remove aop flags parameter from cont_write_begin()
Matthew Wilcox (Oracle)
8
-8
/
+8
2022-05-08
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
11
-20
/
+14
2022-05-08
fs: Remove aop_flags parameter from netfs_write_begin()
Matthew Wilcox (Oracle)
4
-5
/
+5
2022-05-08
fs: Remove AOP_FLAG_NOFS
Matthew Wilcox (Oracle)
1
-5
/
+1
2022-05-08
ext4: Use scoped memory APIs in ext4_write_begin()
Matthew Wilcox (Oracle)
3
-13
/
+11
[next]