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
2020-09-09
f2fs: Return EOF on unaligned end of file DIO read
Gabriel Krisman Bertazi
1
-0
/
+3
2020-09-09
f2fs: fix indefinite loop scanning for free nid
Sahitya Tummala
1
-0
/
+3
2020-09-09
f2fs: Fix type of section block count variables
Shin'ichiro Kawasaki
1
-4
/
+4
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-3
/
+3
2020-08-11
Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
20
-289
/
+745
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+1
2020-08-04
f2fs: prepare a waiter before entering io_schedule
Jaegeuk Kim
1
-2
/
+2
2020-08-04
f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...
Zhihao Cheng
1
-1
/
+1
2020-08-04
f2fs: replace test_and_set/clear_bit() with set/clear_bit()
Yufen Yu
1
-2
/
+2
2020-08-04
f2fs: make file immutable even if releasing zero compression block
Daeho Jeong
1
-3
/
+3
2020-08-03
f2fs: compress: disable compression mount option if compression is off
Chao Yu
1
-1
/
+14
2020-08-03
f2fs: compress: add sanity check during compressed cluster read
Chao Yu
1
-3
/
+1
2020-08-03
f2fs: use macro instead of f2fs verity version
Jack Qiu
1
-2
/
+4
2020-08-03
f2fs: fix deadlock between quota writes and checkpoint
Jaegeuk Kim
1
-0
/
+2
2020-08-03
f2fs: correct comment of f2fs_exist_written_data
Jack Qiu
1
-1
/
+1
2020-07-26
f2fs: compress: delay temp page allocation
Chao Yu
1
-16
/
+21
2020-07-26
f2fs: compress: fix to update isize when overwriting compressed file
Chao Yu
1
-0
/
+4
2020-07-26
f2fs: space related cleanup
Jack Qiu
7
-15
/
+15
2020-07-24
f2fs: fix use-after-free issue
Li Guifu
1
-2
/
+3
2020-07-24
f2fs: Change the type of f2fs_flush_inline_data() to void
Jia Yang
2
-4
/
+2
2020-07-21
f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctl
Daeho Jeong
2
-0
/
+206
2020-07-21
f2fs: should avoid inode eviction in synchronous path
Jaegeuk Kim
1
-3
/
+7
2020-07-21
f2fs: segment.h: delete a duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-21
f2fs: compress: fix to avoid memory leak on cc->cpages
Chao Yu
1
-0
/
+2
2020-07-21
f2fs: use generic names for generic ioctls
Eric Biggers
2
-51
/
+28
2020-07-16
f2fs: Eliminate usage of uninitialized_var() macro
Jason Yan
1
-3
/
+1
2020-07-09
f2fs: don't keep meta inode pages used for compressed block migration
Chao Yu
1
-2
/
+3
2020-07-08
f2fs: add inline encryption support
Satya Tangirala
3
-14
/
+102
2020-07-08
f2fs: fix error path in do_recover_data()
Chao Yu
4
-13
/
+26
2020-07-08
f2fs: fix to wait GCed compressed page writeback
Chao Yu
1
-0
/
+7
2020-07-08
f2fs: remove write attribute of main_blkaddr sysfs node
Dehe Gu
1
-1
/
+8
2020-07-08
f2fs: add GC_URGENT_LOW mode in gc_urgent
Daeho Jeong
4
-10
/
+20
2020-07-08
f2fs: avoid readahead race condition
Jaegeuk Kim
3
-0
/
+23
2020-07-08
f2fs: fix return value of move_data_block()
Chao Yu
1
-1
/
+3
2020-07-08
f2fs: add parameter op_flag in f2fs_submit_page_read()
Jia Yang
1
-4
/
+6
2020-07-08
f2fs: split f2fs_allocate_new_segments()
Chao Yu
4
-19
/
+27
2020-07-08
f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocks
Yubo Feng
1
-1
/
+3
2020-07-08
f2fs: fix an oops in f2fs_is_compressed_page
Yu Changchun
2
-0
/
+15
2020-07-08
f2fs: make trace enter and end in pairs for unlink
Lihong Kou
1
-4
/
+6
2020-07-08
f2fs: fix to check page dirty status before writeback
Chao Yu
1
-0
/
+6
2020-07-08
f2fs: remove the unused compr parameter
Wang Xiaojun
1
-3
/
+3
2020-07-08
f2fs: support to trace f2fs_fiemap()
Chao Yu
2
-1
/
+7
2020-07-08
f2fs: support to trace f2fs_bmap()
Chao Yu
1
-3
/
+11
2020-07-08
f2fs: fix wrong return value of f2fs_bmap_compress()
Chao Yu
1
-2
/
+1
2020-07-08
f2fs: remove useless parameter of __insert_free_nid()
Liu Song
1
-6
/
+4
2020-07-08
f2fs: fix typo in comment of f2fs_do_add_link
Liu Song
1
-1
/
+1
2020-07-08
f2fs: fix to wait page writeback before update
Chao Yu
3
-12
/
+11
2020-07-08
f2fs: show more debug info for per-temperature log
Chao Yu
2
-12
/
+55
2020-07-08
f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_range
Qilong Zhang
3
-8
/
+21
2020-07-08
f2fs: clean up parameter of f2fs_allocate_data_block()
Chao Yu
4
-6
/
+6
[next]