summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
11 daysf2fs: fix listxattr handling of corrupted xattr entriesKeshav Verma1-3/+3
11 daysf2fs: fix potential deadlock in gc_merge path of f2fs_balance_fs()Chao Yu1-7/+7
11 daysf2fs: fix potential deadlock in f2fs_balance_fs()Ruipeng Qi3-0/+38
11 daysf2fs: bound i_inline_xattr_size for non-inline-xattr inodesBryam Vargas1-9/+10
11 daysf2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inodeChao Yu2-11/+50
11 daysf2fs: validate orphan inode entry countWenjie Qi1-1/+13
2026-07-04f2fs: keep atomic write retry from zeroing original dataWenjie Qi1-5/+11
2026-07-04f2fs: fix incorrect FI_NO_EXTENT handling in __destroy_extent_node()Yongpeng Yang1-12/+7
2026-07-04f2fs: validate ACL entry sizes in f2fs_acl_from_disk()Zhang Cen1-2/+16
2026-07-04f2fs: fix to round down start offset of fallocate for pin fileSunmin Jeong1-1/+8
2026-07-04f2fs: validate compress cache inode only when enabledWenjie Qi1-2/+7
2026-05-23f2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu2-0/+14
2026-05-23f2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
2026-05-23f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang1-2/+5
2026-05-14f2fs: fix uninitialized kobject put in f2fs_init_sysfs()Guangshuo Li1-4/+6
2026-05-14f2fs: fix node_cnt race between extent node destroy and writebackYongpeng Yang1-7/+10
2026-05-14f2fs: fix incorrect multidevice info in trace_f2fs_map_blocks()Yongpeng Yang1-1/+2
2026-05-14f2fs: fix fiemap boundary handling when read extent cache is incompleteYongpeng Yang1-3/+22
2026-05-14f2fs: add READ_ONCE() for i_blocks in f2fs_update_inode()Cen Zhang1-1/+1
2026-05-07f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu3-7/+12
2026-05-07f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
2026-04-27f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad1-3/+11
2026-04-27f2fs: fix to avoid memory leak in f2fs_rename()Chao Yu1-0/+1
2026-03-25f2fs: fix to avoid migrating empty sectionChao Yu1-1/+15
2026-03-25f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dicZhiguo Niu2-19/+21
2026-03-25f2fs: compress: change the first parameter of page_array_{alloc,free} to sbiZhiguo Niu1-20/+20
2026-02-19f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomi...Yongpeng Yang1-4/+10
2026-02-19f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu1-3/+9
2026-02-19f2fs: fix to avoid mapping wrong physical block for swapfileChao Yu1-7/+7
2026-02-19f2fs: fix out-of-bounds access in sysfs attribute read/writeYongpeng Yang1-8/+52
2026-02-19f2fs: fix to check sysfs filename w/ gc_pin_file_thresh correctlyChao Yu1-1/+1
2026-02-19f2fs: fix to add gc count stat in f2fs_gc_rangeZhiguo Niu1-0/+1
2026-01-08f2fs: fix to propagate error from f2fs_enable_checkpoint()Chao Yu1-10/+16
2026-01-08f2fs: dump more information for f2fs_{enable,disable}_checkpoint()Chao Yu1-0/+16
2026-01-08f2fs: add timeout in f2fs_enable_checkpoint()Chao Yu2-6/+17
2026-01-08f2fs: clear SBI_POR_DOING before initing inmem cursegSheng Yong1-3/+3
2026-01-08f2fs: fix to avoid updating compression context during writebackChao Yu4-3/+23
2026-01-08f2fs: drop inode from the donation list when the last file is closedJaegeuk Kim4-2/+11
2026-01-08f2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu4-36/+24
2026-01-08f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()Chao Yu1-8/+12
2026-01-08f2fs: fix return value of f2fs_recover_fsync_data()Chao Yu1-5/+9
2026-01-08f2fs: fix uninitialized one_time_gc in victim_sel_policyXiaole He1-1/+1
2026-01-08f2fs: fix age extent cache insertion skip on counter overflowXiaole He3-4/+16
2026-01-08f2fs: invalidate dentry cache on failed whiteout creationDeepanshu Kartikey1-2/+4
2026-01-08f2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu1-2/+5
2026-01-08f2fs: fix to avoid potential deadlockChao Yu3-46/+1
2026-01-08f2fs: ensure node page reads complete before f2fs_put_super() finishesJan Prusakowski1-8/+9
2025-12-18f2fs: maintain one time GC mode is enabled during whole zoned GC cycleDaeho Jeong1-7/+10
2025-12-18f2fs: add gc_boost_gc_greedy sysfs nodeDaeho Jeong3-1/+12
2025-12-18f2fs: add gc_boost_gc_multiple sysfs nodeDaeho Jeong3-1/+12