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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-25
f2fs: add f2fs_init_write_merge_io function
Yufen Yu
3
-24
/
+32
2022-05-25
f2fs: avoid unneeded error handling for revoke_entry_slab allocation
Chao Yu
1
-5
/
+0
2022-05-25
f2fs: allow compression for mmap files in compress_mode=user
Sungjong Seo
1
-10
/
+0
2022-05-23
f2fs: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-20
f2fs: make f2fs_read_inline_data() more readable
Chao Liu
1
-0
/
+4
2022-05-19
f2fs: fix to do sanity check for inline inode
Chao Yu
3
-7
/
+26
2022-05-19
f2fs: fix fallocate to use file_modified to update permissions consistently
Chao Yu
1
-0
/
+4
2022-05-17
f2fs: don't use casefolded comparison for "." and ".."
Eric Biggers
3
-11
/
+13
2022-05-17
f2fs: do not stop GC when requiring a free section
Jaegeuk Kim
6
-14
/
+30
2022-05-12
f2fs: keep wait_ms if EAGAIN happens
Jaegeuk Kim
1
-2
/
+2
2022-05-12
f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parameters
Jaegeuk Kim
6
-51
/
+98
2022-05-12
f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTION
Eric Biggers
1
-2
/
+3
2022-05-12
f2fs: kill volatile write support
Jaegeuk Kim
7
-157
/
+10
2022-05-12
f2fs: change the current atomic write way
Daeho Jeong
13
-446
/
+303
2022-05-12
f2fs: don't need inode lock for system hidden quota
Jaegeuk Kim
1
-2
/
+4
2022-05-09
f2fs: stop allocating pinned sections if EAGAIN happens
Jaegeuk Kim
1
-1
/
+1
2022-05-09
f2fs: skip GC if possible when checkpoint disabling
Weichao Guo
1
-2
/
+7
2022-05-07
f2fs: give priority to select unpinned section for foreground GC
Chao Yu
3
-14
/
+82
2022-05-07
f2fs: fix to do sanity check on total_data_blocks
Chao Yu
3
-13
/
+25
2022-05-06
f2fs: fix deadloop in foreground GC
Chao Yu
1
-12
/
+20
2022-05-06
f2fs: fix to do sanity check on block address in f2fs_do_zero_range()
Chao Yu
1
-4
/
+12
2022-05-06
f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()
Chao Yu
1
-4
/
+10
2022-05-06
f2fs: write checkpoint during FG_GC
Byungki Lee
1
-15
/
+23
2022-05-06
f2fs: fix to clear dirty inode in f2fs_evict_inode()
Chao Yu
1
-1
/
+15
2022-05-06
f2fs: ensure only power of 2 zone sizes are allowed
Luis Chamberlain
1
-0
/
+4
2022-05-06
f2fs: call bdev_zone_sectors() only once on init_blkz_info()
Luis Chamberlain
1
-3
/
+6
2022-05-06
f2fs: extend stat_lock to avoid potential race in statfs
Niels Dossche
1
-5
/
+8
2022-05-06
f2fs: avoid infinite loop to flush node pages
Jaegeuk Kim
3
-22
/
+32
2022-05-06
f2fs: use flush command instead of FUA for zoned device
Jaegeuk Kim
2
-2
/
+3
2022-05-06
f2fs: remove WARN_ON in f2fs_is_valid_blkaddr
Dongliang Mu
1
-2
/
+2
2022-04-26
f2fs: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-14
/
+13
2022-04-26
f2fs: Remove usage of list iterator pas the loop for list_move_tail()
Jakob Koschel
1
-3
/
+5
2022-04-26
f2fs: fix dereference of stale list iterator after loop body
Jakob Koschel
1
-3
/
+6
2022-04-26
f2fs: fix to do sanity check on inline_dots inode
Chao Yu
1
-0
/
+7
2022-04-26
f2fs: introduce data read/write showing path info
Jaegeuk Kim
2
-7
/
+145
2022-04-26
f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inode
Jaegeuk Kim
1
-3
/
+0
2022-04-26
f2fs: don't set GC_FAILURE_PIN for background GC
Chao Yu
1
-1
/
+2
2022-04-26
f2fs: check pinfile in gc_data_segment() in advance
Chao Yu
1
-0
/
+7
2022-04-25
Merge tag 'f2fs-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
7
-221
/
+27
2022-04-25
no-MMU: expose vmalloc_huge() for alloc_large_system_hash()
Linus Torvalds
1
-0
/
+2
2022-04-25
Linux 5.18-rc4
Linus Torvalds
1
-1
/
+1
2022-04-24
Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+5
2022-04-24
Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
6
-66
/
+66
2022-04-24
Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-9
/
+10
2022-04-24
Merge tag 'edac_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-5
/
+11
2022-04-24
kvmalloc: use vmalloc_huge for vmalloc allocations
Linus Torvalds
1
-2
/
+9
2022-04-24
page_alloc: use vmalloc_huge for large system hash
Song Liu
1
-1
/
+1
2022-04-24
Merge tag '5.18-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
8
-66
/
+52
2022-04-24
Merge tag 'arc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
9
-27
/
+24
2022-04-23
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-3
/
+12
[next]