index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-19
f2fs: fix to zero post-eof page
Chao Yu
1
-0
/
+38
2025-06-10
f2fs: Fix __write_node_folio() conversion
Matthew Wilcox (Oracle)
1
-1
/
+0
2025-05-30
Merge tag 'f2fs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
23
-1729
/
+1960
2025-05-28
f2fs: fix to correct check conditions in f2fs_cross_rename
Zhiguo Niu
1
-1
/
+1
2025-05-28
f2fs: use d_inode(dentry) cleanup dentry->d_inode
Zhiguo Niu
2
-6
/
+6
2025-05-28
f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabled
Chao Yu
1
-1
/
+1
2025-05-28
f2fs: clean up to check bi_status w/ BLK_STS_OK
Chao Yu
2
-4
/
+4
2025-05-28
f2fs: introduce is_{meta,node}_folio
Chao Yu
5
-15
/
+24
2025-05-28
f2fs: add ckpt_valid_blocks to the section entry
yohan.joung
2
-18
/
+85
2025-05-28
f2fs: add a method for calculating the remaining blocks in the current segmen...
yohan.joung
1
-4
/
+19
2025-05-28
f2fs: introduce FAULT_VMALLOC
Chao Yu
3
-5
/
+11
2025-05-28
f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctx
Chao Yu
2
-13
/
+15
2025-05-28
f2fs: add f2fs_bug_on() in f2fs_quota_read()
Chao Yu
1
-0
/
+6
2025-05-28
f2fs: add f2fs_bug_on() to detect potential bug
Chao Yu
2
-3
/
+8
2025-05-28
f2fs: remove unused sbi argument from checksum functions
Eric Biggers
5
-35
/
+24
2025-05-13
f2fs: don't over-report free space or inodes in statvfs
Chao Yu
1
-12
/
+18
2025-05-09
f2fs: fix freezing filesystem during resize
Christian Brauner
1
-3
/
+3
2025-05-09
super: add filesystem freezing helpers for suspend and hibernate
Christian Brauner
1
-3
/
+3
2025-05-08
f2fs: return bool from __write_node_folio
Christoph Hellwig
1
-16
/
+13
2025-05-08
f2fs: simplify return value handling in f2fs_fsync_node_pages
Christoph Hellwig
1
-12
/
+11
2025-05-08
f2fs: always unlock the page in f2fs_write_single_data_page
Christoph Hellwig
2
-7
/
+4
2025-05-08
f2fs: remove wbc->for_reclaim handling
Christoph Hellwig
4
-40
/
+5
2025-05-08
f2fs: return bool from __f2fs_write_meta_folio
Christoph Hellwig
1
-11
/
+11
2025-05-08
f2fs: fix to return correct error number in f2fs_sync_node_pages()
Chao Yu
1
-2
/
+6
2025-05-06
f2fs: drop usage of folio_index
Kairui Song
3
-5
/
+5
2025-05-06
f2fs: support FAULT_TIMEOUT
Chao Yu
3
-0
/
+21
2025-05-06
f2fs: handle error cases of memory donation
Daeho Jeong
3
-10
/
+27
2025-05-06
f2fs: fix to bail out in get_new_segment()
Chao Yu
1
-1
/
+5
2025-05-06
f2fs: sysfs: export linear_lookup in features directory
Chao Yu
1
-0
/
+6
2025-05-06
f2fs: sysfs: add encoding_flags entry
Chao Yu
1
-0
/
+9
2025-04-28
f2fs: zone: fix to calculate first_zoned_segno correctly
Chao Yu
4
-20
/
+69
2025-04-28
f2fs: fix to do sanity check on sit_bitmap_size
Chao Yu
1
-0
/
+8
2025-04-28
f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()
Chao Yu
1
-1
/
+1
2025-04-28
f2fs: clean up w/ fscrypt_is_bounce_page()
Chao Yu
1
-1
/
+1
2025-04-28
f2fs: Convert clear_node_page_dirty() to clear_node_folio_dirty()
Matthew Wilcox (Oracle)
1
-8
/
+8
2025-04-28
f2fs: Use a folio in flush_inline_data()
Matthew Wilcox (Oracle)
1
-13
/
+13
2025-04-28
f2fs: Remove f2fs_new_node_page()
Matthew Wilcox (Oracle)
2
-8
/
+2
2025-04-28
f2fs: Convert fsync_node_entry->page to folio
Matthew Wilcox (Oracle)
4
-16
/
+17
2025-04-28
f2fs: Pass a folio to get_dnode_addr()
Matthew Wilcox (Oracle)
4
-13
/
+13
2025-04-28
f2fs: Convert dnode_of_data->node_page to node_folio
Matthew Wilcox (Oracle)
9
-64
/
+64
2025-04-28
f2fs: Pass a folio to set_nid()
Matthew Wilcox (Oracle)
2
-9
/
+9
2025-04-28
f2fs: Pass a folio to f2fs_update_inode()
Matthew Wilcox (Oracle)
5
-15
/
+15
2025-04-28
f2fs: Return a folio from f2fs_init_inode_metadata()
Matthew Wilcox (Oracle)
3
-22
/
+22
2025-04-28
f2fs: Pass a folio to f2fs_init_read_extent_tree()
Matthew Wilcox (Oracle)
3
-6
/
+6
2025-04-28
f2fs: Use a folio in f2fs_wait_on_block_writeback()
Matthew Wilcox (Oracle)
1
-5
/
+5
2025-04-28
f2fs: Use a folio in redirty_blocks()
Matthew Wilcox (Oracle)
1
-18
/
+20
2025-04-28
f2fs: Use a folio in f2fs_encrypt_one_page()
Matthew Wilcox (Oracle)
1
-6
/
+7
2025-04-28
f2fs: Convert f2fs_load_compressed_page() to f2fs_load_compressed_folio()
Matthew Wilcox (Oracle)
3
-13
/
+12
2025-04-28
f2fs: Use a folio in prepare_compress_overwrite()
Matthew Wilcox (Oracle)
2
-16
/
+26
2025-04-28
f2fs: Use a folio in f2fs_cache_compressed_page()
Matthew Wilcox (Oracle)
1
-12
/
+12
[next]