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.19.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-7.0.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
5 days
f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()
Yongpeng Yang
1
-2
/
+5
5 days
f2fs: allow empty mount string for Opt_usr|grp|projjquota
Jaegeuk Kim
1
-12
/
+15
5 days
f2fs: fix to preserve previous reserve_{blocks,node} value when remount
Zhiguo Niu
1
-0
/
+2
5 days
f2fs: fix data loss caused by incorrect use of nat_entry flag
Yongpeng Yang
1
-0
/
+3
5 days
f2fs: avoid reading already updated pages during GC
Jianan Huang
1
-1
/
+4
14 days
f2fs: fix fsck inconsistency caused by FGGC of node block
Yongpeng Yang
1
-14
/
+13
14 days
f2fs: fix inline data not being written to disk in writeback path
Yongpeng Yang
3
-1
/
+12
14 days
f2fs: refactor f2fs_move_node_folio function
Yongpeng Yang
1
-22
/
+32
14 days
f2fs: fix uninitialized kobject put in f2fs_init_sysfs()
Guangshuo Li
1
-4
/
+6
14 days
f2fs: fix node_cnt race between extent node destroy and writeback
Yongpeng Yang
1
-7
/
+10
14 days
f2fs: fix incorrect multidevice info in trace_f2fs_map_blocks()
Yongpeng Yang
1
-1
/
+2
14 days
f2fs: fix incorrect file address mapping when inline inode is unwritten
Yongpeng Yang
1
-4
/
+9
14 days
f2fs: fix fsck inconsistency caused by incorrect nat_entry flag usage
Yongpeng Yang
1
-9
/
+5
14 days
f2fs: fix fiemap boundary handling when read extent cache is incomplete
Yongpeng Yang
1
-3
/
+22
14 days
f2fs: fix false alarm of lockdep on cp_global_sem lock
Chao Yu
2
-0
/
+14
14 days
f2fs: add READ_ONCE() for i_blocks in f2fs_update_inode()
Cen Zhang
1
-1
/
+1
2026-04-27
f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()
George Saad
1
-3
/
+11
2026-04-27
f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footer
Chao Yu
1
-1
/
+2
2026-04-27
f2fs: fix to avoid memory leak in f2fs_rename()
Chao Yu
1
-0
/
+1
2026-04-27
f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()
Yongpeng Yang
1
-2
/
+2
2026-04-27
f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionally
Chao Yu
3
-7
/
+12
2026-02-23
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
1
-6
/
+5
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+4
2026-02-18
f2fs: make f2fs_verify_cluster() partially large-folio-aware
Eric Biggers
1
-4
/
+5
2026-02-18
f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()
Eric Biggers
1
-2
/
+0
2026-02-17
Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+2
2026-02-14
Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
18
-513
/
+1380
2026-02-12
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
7
-80
/
+83
2026-02-10
f2fs: sysfs: introduce critical_task_priority
Chao Yu
5
-0
/
+26
2026-02-10
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-3
/
+4
2026-02-09
Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+0
2026-02-04
fsverity: use a hashtable to find the fsverity_info
Christoph Hellwig
3
-8
/
+0
2026-02-04
f2fs: consolidate fsverity_info lookup
Christoph Hellwig
3
-56
/
+62
2026-02-03
fsverity: push out fsverity_info lookup
Christoph Hellwig
2
-7
/
+16
2026-02-03
fsverity: kick off hash readahead at data I/O submission time
Christoph Hellwig
2
-8
/
+22
2026-02-02
readahead: push invalidate_lock out of page_cache_ra_unbounded
Christoph Hellwig
1
-0
/
+2
2026-01-31
f2fs: introduce trace_f2fs_priority_update
Chao Yu
1
-5
/
+12
2026-01-31
f2fs: fix lock priority inversion issue
Chao Yu
4
-2
/
+96
2026-01-31
f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_begin
Yeongjin Gil
1
-2
/
+10
2026-01-30
f2fs: fix incomplete block usage in compact SSA summaries
Daeho Jeong
1
-4
/
+4
2026-01-29
fsverity: start consolidating pagecache code
Christoph Hellwig
1
-16
/
+1
2026-01-29
fsverity: pass struct file to ->write_merkle_tree_block
Christoph Hellwig
1
-3
/
+3
2026-01-29
f2fs: don't build the fsverity work handler for !CONFIG_FS_VERITY
Christoph Hellwig
1
-1
/
+1
2026-01-29
fs,fsverity: clear out fsverity_info from common code
Christoph Hellwig
1
-1
/
+0
2026-01-29
fs,fsverity: reject size changes on fsverity files in setattr_prepare
Christoph Hellwig
1
-4
/
+0
2026-01-29
fs: add helpers name_is_dot{,dot,_dotdot}
Amir Goldstein
2
-2
/
+2
2026-01-27
f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()
Chao Yu
2
-1
/
+3
2026-01-27
f2fs: optimize NAT block loading during checkpoint write
Yongpeng Yang
1
-1
/
+13
2026-01-27
f2fs: change size parameter of __has_cursum_space() to unsigned int
Yongpeng Yang
1
-1
/
+1
[next]