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
2019-11-13
block: rework zone reporting
Christoph Hellwig
1
-35
/
+16
2019-11-07
f2fs: fix potential overflow
Chao Yu
2
-2
/
+2
2019-11-07
f2fs: fix to update dir's i_pino during cross_rename
Chao Yu
1
-3
/
+12
2019-11-07
f2fs: support aligned pinned file
Jaegeuk Kim
7
-11
/
+73
2019-11-07
f2fs: avoid kernel panic on corruption test
Jaegeuk Kim
1
-1
/
+0
2019-11-07
block: add zone open, close and finish operations
Ajay Joshi
1
-1
/
+2
2019-11-06
f2fs: add support for IV_INO_LBLK_64 encryption policies
Eric Biggers
1
-6
/
+20
2019-11-04
fs: Use dquot_load_quota_inode() from filesystems
Jan Kara
1
-1
/
+1
2019-10-25
f2fs: cache global IPU bio
Chao Yu
4
-32
/
+169
2019-10-23
fs: compat_ioctl: move FITRIM emulation into file systems
Arnd Bergmann
1
-0
/
+1
2019-10-22
f2fs: fix to avoid memory leakage in f2fs_listxattr
Randall Huang
1
-1
/
+13
2019-10-22
f2fs: check total_segments from devices in raw_super
Qiuyang Sun
1
-0
/
+15
2019-10-22
f2fs: update multi-dev metadata in resize_fs
Qiuyang Sun
1
-2
/
+32
2019-10-22
f2fs: mark recovery flag correctly in read_raw_super_block()
Chengguang Xu via Linux-f2fs-devel
1
-4
/
+2
2019-10-04
f2fs: fix to update time in lazytime mode
Chao Yu
2
-9
/
+20
2019-09-22
Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
17
-203
/
+839
2019-09-19
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...
Linus Torvalds
1
-9
/
+12
2019-09-19
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
9
-15
/
+392
2019-09-17
f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()
Sahitya Tummala
1
-2
/
+2
2019-09-16
f2fs: fix to add missing F2FS_IO_ALIGNED() condition
Chao Yu
2
-2
/
+8
2019-09-16
f2fs: fix to fallback to buffered IO in IO aligned mode
Chao Yu
1
-3
/
+6
2019-09-16
f2fs: fix to handle error path correctly in f2fs_map_blocks
Chao Yu
1
-4
/
+4
2019-09-16
f2fs: fix extent corrupotion during directIO in LFS mode
Chao Yu
1
-1
/
+1
2019-09-16
f2fs: check all the data segments against all node ones
Surbhi Palande
1
-2
/
+2
2019-09-16
f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY
Lockywolf
1
-1
/
+3
2019-09-16
f2fs: fix inode rwsem regression
Goldwyn Rodrigues
1
-2
/
+3
2019-09-16
f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()
Chao Yu
2
-0
/
+10
2019-09-16
f2fs: avoid infinite GC loop due to stale atomic files
Jaegeuk Kim
2
-26
/
+18
2019-09-09
f2fs: Fix indefinite loop in f2fs_gc()
Sahitya Tummala
1
-1
/
+1
2019-09-07
f2fs: convert inline_data in prior to i_size_write
Jaegeuk Kim
1
-13
/
+13
2019-09-07
f2fs: fix error path of f2fs_convert_inline_page()
Chao Yu
1
-0
/
+1
2019-09-07
f2fs: fix flushing node pages when checkpoint is disabled
Jaegeuk Kim
1
-2
/
+4
2019-09-07
f2fs: enhance f2fs_is_checkpoint_ready()'s readability
Chao Yu
7
-44
/
+34
2019-09-07
f2fs: clean up __bio_alloc()'s parameter
Chao Yu
1
-16
/
+11
2019-09-07
f2fs: fix wrong error injection path in inc_valid_block_count()
Chao Yu
1
-1
/
+2
2019-09-07
f2fs: fix to writeout dirty inode during node flush
Chao Yu
1
-0
/
+49
2019-09-07
f2fs: optimize case-insensitive lookups
Chao Yu
2
-7
/
+53
2019-08-30
timestamp_truncate: Replace users of timespec64_trunc
Deepa Dinamani
1
-9
/
+12
2019-08-23
f2fs: introduce f2fs_match_name() for cleanup
Chao Yu
1
-19
/
+30
2019-08-23
f2fs: Fix indefinite loop in f2fs_gc()
Sahitya Tummala
3
-9
/
+46
2019-08-23
f2fs: allocate memory in batch in build_sit_info()
Chao Yu
2
-28
/
+24
2019-08-23
f2fs: support FS_IOC_{GET,SET}FSLABEL
Chao Yu
2
-0
/
+72
2019-08-23
f2fs: fix to avoid data corruption by forbidding SSR overwrite
Chao Yu
1
-3
/
+5
2019-08-23
f2fs: Fix build error while CONFIG_NLS=m
YueHaibing
1
-0
/
+1
2019-08-23
Revert "f2fs: avoid out-of-range memory access"
Chao Yu
1
-5
/
+0
2019-08-23
f2fs: cleanup the code in build_sit_entries.
Lihong Kou
1
-2
/
+0
2019-08-23
f2fs: fix wrong available node count calculation
Chao Yu
2
-5
/
+3
2019-08-23
f2fs: remove duplicate code in f2fs_file_write_iter
Lihong Kou
1
-5
/
+0
2019-08-23
f2fs: fix to migrate blocks correctly during defragment
Chao Yu
1
-4
/
+6
2019-08-23
f2fs: use wrapped f2fs_cp_error()
Chao Yu
1
-1
/
+1
[prev]
[next]