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
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-26
Merge tag 'f2fs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
19
-870
/
+877
2023-04-24
f2fs: remove unnessary comment in __may_age_extent_tree
Qi Han
1
-1
/
+0
2023-04-24
f2fs: allocate node blocks for atomic write block replacement
Daeho Jeong
1
-1
/
+1
2023-04-24
f2fs: use cow inode data when updating atomic write
Daeho Jeong
1
-5
/
+10
2023-04-24
f2fs: remove power-of-two limitation of zoned device
Jaegeuk Kim
4
-11
/
+6
2023-04-20
f2fs: allocate trace path buffer from names_cache
Wu Bo
2
-2
/
+15
2023-04-18
f2fs: add has_enough_free_secs()
Yangtao Li
3
-24
/
+31
2023-04-18
f2fs: relax sanity check if checkpoint is corrupted
Jaegeuk Kim
3
-7
/
+29
2023-04-18
f2fs: refactor f2fs_gc to call checkpoint in urgent condition
Jaegeuk Kim
1
-14
/
+13
2023-04-18
f2fs: remove folio_detach_private() in .invalidate_folio and .release_folio
Chao Yu
3
-108
/
+77
2023-04-18
f2fs: remove bulk remove_proc_entry() and unnecessary kobject_del()
Yangtao Li
1
-13
/
+2
2023-04-14
f2fs: support iopoll method
Wu Bo
1
-0
/
+1
2023-04-14
f2fs: fix to check return value of inc_valid_block_count()
Chao Yu
1
-1
/
+7
2023-04-14
f2fs: fix to check return value of f2fs_do_truncate_blocks()
Chao Yu
1
-1
/
+5
2023-04-14
f2fs: fix passing relative address when discard zones
Daeho Jeong
1
-3
/
+2
2023-04-13
f2fs: fix potential corruption when moving a directory
Jaegeuk Kim
1
-1
/
+15
2023-04-13
f2fs: add radix_tree_preload_end in error case
Yohan Joung
1
-0
/
+1
2023-04-13
f2fs: fix to recover quota data correctly
Chao Yu
5
-38
/
+61
2023-04-13
f2fs: fix to check readonly condition correctly
Chao Yu
2
-1
/
+6
2023-04-13
f2fs: fix to keep consistent i_gc_rwsem lock order
Chao Yu
1
-4
/
+4
2023-04-10
f2fs: fix to drop all dirty pages during umount() if cp_error is set
Chao Yu
2
-3
/
+12
2023-04-10
f2fs: fix to avoid use-after-free for cached IPU bio
Chao Yu
1
-1
/
+4
2023-04-10
f2fs: remove unneeded in-memory i_crtime copy
Chao Yu
2
-5
/
+1
2023-04-10
f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only()
Chao Yu
2
-3
/
+3
2023-04-10
f2fs: use common implementation of file type
Weizhao Ouyang
3
-38
/
+4
2023-04-10
f2fs: merge lz4hc_compress_pages() to lz4_compress_pages()
Yangtao Li
1
-22
/
+8
2023-04-10
f2fs: convert to use sysfs_emit
Yangtao Li
1
-8
/
+3
2023-04-10
f2fs: set default compress option only when sb_has_compression
Yangtao Li
1
-4
/
+6
2023-04-10
f2fs: Fix system crash due to lack of free space in LFS
Yonggil Song
3
-11
/
+40
2023-04-10
f2fs: remove struct victim_selection default_v_ops
Yangtao Li
4
-21
/
+10
2023-04-04
f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block
Jaegeuk Kim
1
-1
/
+1
2023-04-04
f2fs: fix iostat lock protection
Qilin Tan
1
-2
/
+2
2023-04-04
f2fs: fix align check for npo2
Yohan Joung
1
-2
/
+3
2023-04-04
f2fs: add compression feature check for all compress mount opt
Yangtao Li
1
-0
/
+12
2023-04-04
f2fs: convert is_extension_exist() to return bool type
Yangtao Li
1
-6
/
+6
2023-03-30
f2fs: fix scheduling while atomic in decompression path
Jaegeuk Kim
3
-2
/
+8
2023-03-30
f2fs: preserve direct write semantics when buffering is forced
Hans Holmberg
1
-8
/
+26
2023-03-30
f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...
Yangtao Li
1
-0
/
+6
2023-03-30
f2fs: remove else in f2fs_write_cache_pages()
Yangtao Li
1
-5
/
+2
2023-03-30
f2fs: apply zone capacity to all zone type
Jaegeuk Kim
2
-61
/
+7
2023-03-30
f2fs: fix to handle filemap_fdatawrite() error in f2fs_ioc_decompress_file/f2...
Yangtao Li
1
-4
/
+10
2023-03-30
f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show()
Yangtao Li
2
-19
/
+23
2023-03-30
f2fs: Fix discard bug on zoned block devices with 2MiB zone size
Yonggil Song
1
-1
/
+3
2023-03-30
f2fs: remove entire rb_entry sharing
Jaegeuk Kim
2
-112
/
+71
2023-03-30
f2fs: factor out discard_cmd usage from general rb_tree use
Jaegeuk Kim
3
-139
/
+169
2023-03-30
f2fs: factor out victim_entry usage from general rb_tree use
Jaegeuk Kim
5
-115
/
+93
2023-03-30
f2fs: fix uninitialized skipped_gc_rwsem
Yonggil Song
1
-1
/
+1
2023-03-30
f2fs: handle dqget error in f2fs_transfer_project_quota()
Yangtao Li
1
-7
/
+8
2023-03-30
f2fs: convert to use bitmap API
Yangtao Li
10
-46
/
+44
2023-03-30
f2fs: export compress_percent and compress_watermark entries
Yangtao Li
1
-0
/
+18
[next]