index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
data.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
2024-03-12
1
-19
/
+3
*
f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate()
Chao Yu
2024-03-04
1
-2
/
+2
*
f2fs: fix blkofs_end correctly in f2fs_migrate_blocks()
Chao Yu
2024-03-04
1
-2
/
+3
*
f2fs: fix to handle segment allocation failure correctly
Chao Yu
2024-02-29
1
-2
/
+5
*
f2fs: support file pinning for zoned devices
Daeho Jeong
2024-02-27
1
-19
/
+39
*
f2fs: deprecate io_bits
Jaegeuk Kim
2024-02-20
1
-71
/
+2
*
f2fs: fix NULL pointer dereference in f2fs_submit_page_write()
Wenjie Qi
2024-02-05
1
-4
/
+4
*
f2fs: zone: fix to wait completion of last bio in zone correctly
Chao Yu
2024-02-05
1
-2
/
+1
*
f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
Chao Yu
2024-02-05
1
-2
/
+3
*
f2fs: compress: fix to cover normal cluster write with cp_rwsem
Chao Yu
2024-02-05
1
-1
/
+2
*
f2fs: compress: fix to guarantee persisting compressed blocks by CP
Chao Yu
2024-02-05
1
-8
/
+9
*
Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-11
1
-31
/
+17
|
\
|
*
f2fs: fix to wait on block writeback for post_read case
Chao Yu
2023-12-11
1
-3
/
+4
|
*
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
Chao Yu
2023-12-11
1
-5
/
+3
|
*
f2fs: update blkaddr in __set_data_blkaddr() for cleanup
Chao Yu
2023-12-11
1
-7
/
+6
|
*
f2fs: introduce get_dnode_addr() to clean up codes
Chao Yu
2023-12-11
1
-9
/
+2
|
*
f2fs: delete obsolete FI_DROP_CACHE
Chao Yu
2023-12-11
1
-3
/
+0
|
*
f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
Chao Yu
2023-12-11
1
-2
/
+0
|
*
f2fs: use shared inode lock during f2fs_fiemap()
Chao Yu
2023-11-17
1
-2
/
+2
*
|
block: remove support for the host aware zone model
Christoph Hellwig
2023-12-19
1
-1
/
+1
|
/
*
f2fs: Support Block Size == Page Size
Daniel Rosenberg
2023-10-04
1
-1
/
+1
*
f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file()
Chao Yu
2023-09-12
1
-0
/
+5
*
f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
Chao Yu
2023-09-12
1
-3
/
+1
*
f2fs: compress: fix to avoid use-after-free on dic
Chao Yu
2023-09-12
1
-1
/
+3
*
f2fs: compress: fix deadloop in f2fs_write_cache_pages()
Chao Yu
2023-09-12
1
-2
/
+18
*
f2fs: fix error path of f2fs_submit_page_read()
Chao Yu
2023-08-23
1
-0
/
+3
*
f2fs: increase usage of folio_next_index() helper
Minjie Du
2023-08-14
1
-2
/
+1
*
f2fs: get out of a repeat loop when getting a locked data page
Jaegeuk Kim
2023-08-14
1
-6
/
+2
*
f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
2023-06-26
1
-1
/
+0
*
f2fs: fix potential deadlock due to unpaired node_write lock use
Chao Yu
2023-06-12
1
-3
/
+4
*
f2fs: maintain six open zones for zoned devices
Daeho Jeong
2023-05-23
1
-0
/
+58
*
f2fs: remove redundant goto statement in f2fs_read_single_page()
Li Zetao
2023-05-08
1
-1
/
+0
*
f2fs: support errors=remount-ro|continue|panic mountoption
Chao Yu
2023-05-08
1
-0
/
+4
*
f2fs: use cow inode data when updating atomic write
Daeho Jeong
2023-04-24
1
-5
/
+10
*
f2fs: relax sanity check if checkpoint is corrupted
Jaegeuk Kim
2023-04-18
1
-0
/
+4
*
f2fs: remove folio_detach_private() in .invalidate_folio and .release_folio
Chao Yu
2023-04-17
1
-23
/
+2
*
f2fs: fix to drop all dirty pages during umount() if cp_error is set
Chao Yu
2023-04-10
1
-1
/
+2
*
f2fs: fix to avoid use-after-free for cached IPU bio
Chao Yu
2023-04-10
1
-1
/
+4
*
f2fs: remove else in f2fs_write_cache_pages()
Yangtao Li
2023-03-29
1
-5
/
+2
*
f2fs: convert to use bitmap API
Yangtao Li
2023-03-29
1
-6
/
+6
*
Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-27
1
-311
/
+313
|
\
|
*
f2fs: fix typos in comments
Jinyoung CHOI
2023-02-07
1
-4
/
+4
|
*
f2fs: fix kernel crash due to null io->bio
Jaegeuk Kim
2023-02-07
1
-0
/
+4
|
*
f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_un...
Yangtao Li
2023-02-07
1
-2
/
+2
|
*
f2fs: fix cgroup writeback accounting with fs-layer encryption
Eric Biggers
2023-02-05
1
-3
/
+3
|
*
f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info
Chao Yu
2023-02-02
1
-5
/
+5
|
*
f2fs: merge f2fs_show_injection_info() into time_to_inject()
Yangtao Li
2023-01-11
1
-6
/
+2
|
*
f2fs: avoid to check PG_error flag
Chao Yu
2023-01-06
1
-2
/
+0
|
*
f2fs: introduce IS_F2FS_IPU_* macro
Yangtao Li
2023-01-06
1
-15
/
+10
|
*
f2fs: refactor the hole reporting and allocation logic in f2fs_map_blocks
Christoph Hellwig
2023-01-06
1
-57
/
+56
[next]