index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2024-01-26
f2fs: fix the f2fs_file_write_iter tracepoint
Eric Biggers
1
-2
/
+3
2024-01-26
f2fs: fix to update iostat correctly in f2fs_filemap_fault()
Chao Yu
1
-1
/
+1
2024-01-26
f2fs: fix to check compress file in f2fs_move_file_range()
Chao Yu
1
-0
/
+5
2024-01-26
f2fs: fix to avoid dirent corruption
Chao Yu
1
-1
/
+1
2024-01-26
f2fs: explicitly null-terminate the xattr list
Eric Biggers
1
-0
/
+6
2023-11-28
f2fs: avoid format-overflow warning
Su Hui
1
-1
/
+1
2023-11-20
f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()
Chao Yu
1
-0
/
+1
2023-11-20
f2fs: compress: fix to avoid redundant compress extension
Chao Yu
1
-0
/
+33
2023-11-20
f2fs: compress: fix to avoid use-after-free on dic
Chao Yu
1
-1
/
+3
2023-07-23
f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
Chao Yu
3
-5
/
+20
2023-07-23
Revert "f2fs: fix potential corruption when moving a directory"
Jan Kara
1
-15
/
+1
2023-07-23
f2fs: fix error path handling in truncate_dnode()
Chao Yu
1
-1
/
+3
2023-06-14
f2fs: fix iostat lock protection
Qilin Tan
1
-2
/
+2
2023-05-24
f2fs: fix to check readonly condition correctly
Chao Yu
2
-1
/
+6
2023-05-24
f2fs: fix to drop all dirty pages during umount() if cp_error is set
Chao Yu
2
-3
/
+12
2023-05-17
f2fs: fix potential corruption when moving a directory
Jaegeuk Kim
1
-1
/
+15
2023-05-11
f2fs: fix to avoid use-after-free for cached IPU bio
Chao Yu
1
-1
/
+4
2023-05-11
f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...
Yangtao Li
1
-0
/
+6
2023-05-11
f2fs: apply zone capacity to all zone type
Jaegeuk Kim
2
-61
/
+7
2023-05-11
f2fs: enforce single zone capacity
Jaegeuk Kim
4
-35
/
+22
2023-05-11
f2fs: handle dqget error in f2fs_transfer_project_quota()
Yangtao Li
1
-7
/
+8
2023-03-17
f2fs: retry to update the inode page given data corruption
Jaegeuk Kim
1
-5
/
+7
2023-03-17
f2fs: do not bother checkpoint by f2fs_get_node_info
Jaegeuk Kim
11
-25
/
+26
2023-03-17
f2fs: avoid down_write on nat_tree_lock during checkpoint
Jaegeuk Kim
1
-0
/
+4
2023-03-11
f2fs: fix to avoid potential memory corruption in __update_iostat_latency()
Yangtao Li
1
-1
/
+5
2023-03-11
f2fs: allow set compression option of files without blocks
Yangtao Li
1
-1
/
+1
2023-03-11
fs: f2fs: initialize fsdata in pagecache_write()
Alexander Potapenko
1
-1
/
+1
2023-03-11
f2fs: use memcpy_{to,from}_page() where possible
Eric Biggers
3
-28
/
+8
2023-03-10
f2fs: fix cgroup writeback accounting with fs-layer encryption
Eric Biggers
1
-3
/
+3
2023-03-10
f2fs: fix information leak in f2fs_move_inline_dirents()
Eric Biggers
1
-7
/
+6
2023-02-09
f2fs: fix to do sanity check on i_extra_isize in is_alive()
Chao Yu
1
-6
/
+12
2023-01-24
f2fs: let's avoid panic if extent_tree is not created
Jaegeuk Kim
1
-1
/
+2
2023-01-12
f2fs: allow to read node block after shutdown
Jaegeuk Kim
1
-2
/
+1
2023-01-12
f2fs: should put a page when checking the summary info
Pavel Machek
1
-0
/
+1
2022-12-31
f2fs: avoid victim selection from previous victim section
Yonggil Song
1
-2
/
+3
2022-12-31
f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()
Chao Yu
1
-1
/
+1
2022-12-31
f2fs: fix normal discard process
Dongdong Zhang
1
-1
/
+1
2022-12-31
f2fs: fix to invalidate dcc->f2fs_issue_discard in error path
Chao Yu
1
-1
/
+3
2022-12-31
f2fs: Fix the race condition of resize flag between resizefs
Zhang Qilong
1
-3
/
+2
2022-11-10
ext4,f2fs: fix readahead of verity data
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-10-26
f2fs: fix to account FS_CP_DATA_IO correctly
Chao Yu
4
-8
/
+15
2022-10-26
f2fs: fix race condition on setting FI_NO_EXTENT flag
Zhang Qilong
1
-2
/
+1
2022-10-26
f2fs: fix to do sanity check on summary info
Chao Yu
2
-4
/
+21
2022-10-26
f2fs: fix to do sanity check on destination blkaddr during recovery
Chao Yu
3
-1
/
+21
2022-10-26
f2fs: increase the limit for reserve_root
Jaegeuk Kim
1
-2
/
+2
2022-10-26
f2fs: flush pending checkpoints when freezing super
Jaegeuk Kim
3
-9
/
+21
2022-10-26
f2fs: complete checkpoints during remount
Jaegeuk Kim
1
-0
/
+6
2022-08-25
f2fs: fix to do sanity check on segment type in build_sit_entries()
Chao Yu
1
-0
/
+13
2022-08-25
f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()
Chao Yu
1
-1
/
+5
2022-08-17
f2fs: do not allow to decompress files have FI_COMPRESS_RELEASED
Jaewook Kim
1
-0
/
+10
[next]