summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
5 daysf2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu2-0/+14
5 daysf2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
5 daysf2fs: 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
2025-12-18f2fs: introduce reserved_pin_section sysfs entryChao Yu4-3/+18
2025-12-18f2fs: sysfs: add encoding_flags entryChao Yu1-0/+9
2025-12-18f2fs: add carve_out sysfs nodeDaeho Jeong3-1/+7
2025-12-18f2fs: fix to avoid running out of free segmentsChao Yu1-0/+12
2025-12-18f2fs: add a sysfs entry to reclaim POSIX_FADV_NOREUSE pagesJaegeuk Kim3-0/+155
2025-12-18f2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim5-6/+84
2025-11-24f2fs: fix to avoid overflow while left shift operationChao Yu1-1/+1
2025-11-13f2fs: fix infinite loop in __insert_extent_tree()wangzijie1-0/+6
2025-11-13f2fs: fix wrong layout information on 16KB pageJaegeuk Kim1-3/+6
2025-11-13f2fs: fix to detect potential corrupted nid in free_nid_listChao Yu1-1/+16
2025-11-02f2fs: fix to avoid panic once fallocation fails for pinfileChao Yu2-13/+15