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
starfive-6.6.48-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
/
data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-24
f2fs: use cow inode data when updating atomic write
Daeho Jeong
1
-5
/
+10
2023-04-18
f2fs: relax sanity check if checkpoint is corrupted
Jaegeuk Kim
1
-0
/
+4
2023-04-18
f2fs: remove folio_detach_private() in .invalidate_folio and .release_folio
Chao Yu
1
-23
/
+2
2023-04-10
f2fs: fix to drop all dirty pages during umount() if cp_error is set
Chao Yu
1
-1
/
+2
2023-04-10
f2fs: fix to avoid use-after-free for cached IPU bio
Chao Yu
1
-1
/
+4
2023-03-30
f2fs: remove else in f2fs_write_cache_pages()
Yangtao Li
1
-5
/
+2
2023-03-30
f2fs: convert to use bitmap API
Yangtao Li
1
-6
/
+6
2023-02-28
Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-311
/
+313
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-26
/
+58
2023-02-20
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
1
-2
/
+1
2023-02-07
f2fs: fix typos in comments
Jinyoung CHOI
1
-4
/
+4
2023-02-07
f2fs: fix kernel crash due to null io->bio
Jaegeuk Kim
1
-0
/
+4
2023-02-07
f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_un...
Yangtao Li
1
-2
/
+2
2023-02-06
f2fs: fix cgroup writeback accounting with fs-layer encryption
Eric Biggers
1
-3
/
+3
2023-02-03
f2fs: convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
1
-26
/
+58
2023-02-03
f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info
Chao Yu
1
-5
/
+5
2023-01-11
f2fs: merge f2fs_show_injection_info() into time_to_inject()
Yangtao Li
1
-6
/
+2
2023-01-10
f2fs: simplify f2fs_readpage_limit()
Eric Biggers
1
-2
/
+1
2023-01-07
f2fs: avoid to check PG_error flag
Chao Yu
1
-2
/
+0
2023-01-07
f2fs: introduce IS_F2FS_IPU_* macro
Yangtao Li
1
-15
/
+10
2023-01-07
f2fs: refactor the hole reporting and allocation logic in f2fs_map_blocks
Christoph Hellwig
1
-57
/
+56
2023-01-07
f2fs: factor out a f2fs_map_no_dnode
Christoph Hellwig
1
-23
/
+24
2023-01-07
f2fs: factor a f2fs_map_blocks_cached helper
Christoph Hellwig
1
-27
/
+38
2023-01-07
f2fs: remove the create argument to f2fs_map_blocks
Christoph Hellwig
1
-36
/
+27
2023-01-07
f2fs: remove f2fs_get_block
Christoph Hellwig
1
-11
/
+7
2023-01-07
f2fs: simplify __allocate_data_block
Christoph Hellwig
1
-6
/
+5
2023-01-07
f2fs: reflow prepare_write_begin
Christoph Hellwig
1
-29
/
+32
2023-01-07
f2fs: f2fs_do_map_lock
Christoph Hellwig
1
-22
/
+23
2023-01-07
f2fs: add a f2fs_get_block_locked helper
Christoph Hellwig
1
-2
/
+14
2023-01-07
f2fs: add a f2fs_lookup_extent_cache_block helper
Christoph Hellwig
1
-33
/
+18
2023-01-07
f2fs: split __submit_bio
Christoph Hellwig
1
-53
/
+58
2023-01-07
f2fs: rename F2FS_MAP_UNWRITTEN to F2FS_MAP_DELALLOC
Christoph Hellwig
1
-4
/
+4
2023-01-07
f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_begin
Christoph Hellwig
1
-10
/
+14
2023-01-04
f2fs: fix to call clear_page_private_reference in .{release,invalid}_folio
Chao Yu
1
-0
/
+2
2023-01-03
f2fs: initialize extent_cache parameter
Jaegeuk Kim
1
-1
/
+1
2022-12-15
Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-25
/
+29
2022-12-13
f2fs: refactor extent_cache to support for read and more
Jaegeuk Kim
1
-10
/
+10
2022-12-08
f2fs: do some cleanup for f2fs module init
Yangtao Li
1
-10
/
+4
2022-11-29
fsverity: stop using PG_error to track error status
Eric Biggers
1
-20
/
+33
2022-11-28
f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACE
Daeho Jeong
1
-0
/
+3
2022-11-11
f2fs: optimize iteration over sparse directories
Chao Yu
1
-5
/
+12
2022-10-11
Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-16
/
+37
2022-10-07
f2fs: account swapfile inodes
Chao Yu
1
-0
/
+2
2022-10-04
f2fs: support recording errors into superblock
Chao Yu
1
-3
/
+21
2022-10-04
f2fs: support recording stop_checkpoint reason into super_block
Chao Yu
1
-2
/
+4
2022-10-04
f2fs: remove the unnecessary check in f2fs_xattr_fiemap
Zhang Qilong
1
-1
/
+1
2022-10-04
f2fs: fix to account FS_CP_DATA_IO correctly
Chao Yu
1
-2
/
+2
2022-10-04
f2fs: code clean and fix a type error
Zhang Qilong
1
-1
/
+1
2022-10-04
f2fs: let FI_OPU_WRITE override FADVISE_COLD_BIT
Weichao Guo
1
-1
/
+1
2022-10-04
f2fs: fix wrong dirty page count when race between mmap and fallocate.
Shuqi Zhang
1
-2
/
+1
[next]