summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
12 daysf2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu2-0/+14
12 daysf2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
12 daysf2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang1-2/+5
12 daysf2fs: Use sysfs_emit_at() to simplify codeChristophe JAILLET1-24/+21
2026-05-17f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu3-7/+12
2026-05-17f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
2026-05-17f2fs: fix node_cnt race between extent node destroy and writebackYongpeng Yang1-7/+10
2026-05-17f2fs: fix incorrect multidevice info in trace_f2fs_map_blocks()Yongpeng Yang1-1/+2
2026-05-17f2fs: fix fiemap boundary handling when read extent cache is incompleteYongpeng Yang1-3/+22
2026-05-17f2fs: add READ_ONCE() for i_blocks in f2fs_update_inode()Cen Zhang1-1/+1
2026-05-17f2fs: fix to detect potential corrupted nid in free_nid_listChao Yu1-1/+16
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: zone: fix to avoid inconsistence in between SIT and SSAChao Yu1-0/+3
2026-03-25f2fs: fix to avoid migrating empty sectionChao Yu1-1/+15
2026-02-19f2fs: fix to avoid mapping wrong physical block for swapfileChao Yu1-7/+7
2026-02-19f2fs: fix zoned block device information initializationWenjie Qi2-0/+28
2026-02-19f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu1-3/+9
2026-02-19f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomi...Yongpeng Yang1-4/+10
2026-02-19f2fs: fix out-of-bounds access in sysfs attribute read/writeYongpeng Yang1-8/+52
2026-02-19f2fs: fix to add gc count stat in f2fs_gc_rangeZhiguo Niu1-0/+1
2026-01-11f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()Chao Yu1-8/+12
2026-01-11f2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu4-36/+24
2026-01-11f2fs: fix to propagate error from f2fs_enable_checkpoint()Chao Yu1-9/+15
2026-01-11f2fs: fix to avoid updating compression context during writebackChao Yu4-3/+23
2026-01-11f2fs: drop inode from the donation list when the last file is closedJaegeuk Kim4-2/+11
2026-01-11f2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim5-6/+84
2026-01-11f2fs: remove unused GC_FAILURE_PINChao Yu4-22/+13
2026-01-11f2fs: fix to avoid potential deadlockChao Yu3-46/+1
2026-01-11f2fs: use f2fs_err_ratelimited() to avoid redundant logsChao Yu1-3/+6
2026-01-11f2fs: fix return value of f2fs_recover_fsync_data()Chao Yu1-5/+9
2026-01-11f2fs: fix age extent cache insertion skip on counter overflowXiaole He3-4/+16
2026-01-11f2fs: invalidate dentry cache on failed whiteout creationDeepanshu Kartikey1-2/+4
2026-01-11f2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu1-2/+5
2026-01-11f2fs: ensure node page reads complete before f2fs_put_super() finishesJan Prusakowski1-8/+9
2025-12-01f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dicZhiguo Niu2-19/+21
2025-12-01f2fs: compress: change the first parameter of page_array_{alloc,free} to sbiZhiguo Niu1-20/+20
2025-11-24f2fs: fix to avoid overflow while left shift operationChao Yu1-1/+1
2025-11-24f2fs: fix infinite loop in __insert_extent_tree()wangzijie1-0/+6
2025-10-23f2fs: fix wrong block mapping for multi-devicesJaegeuk Kim1-1/+1
2025-10-15f2fs: fix zero-sized extent for precache extentswangzijie1-3/+4
2025-10-15f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()Chao Yu1-20/+19
2025-10-15f2fs: fix to truncate first page in error path of f2fs_truncate()Chao Yu1-1/+9
2025-10-15f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()Chao Yu1-1/+1
2025-10-15f2fs: fix condition in __allow_reserved_blocks()Chao Yu1-3/+1
2025-08-28f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu1-0/+10
2025-08-28f2fs: check the generic conditions firstJaegeuk Kim1-12/+12
2025-08-15f2fs: fix to trigger foreground gc during f2fs_map_blocks() in lfs modeChao Yu1-1/+4
2025-08-15f2fs: fix to calculate dirty data during has_not_enough_free_secs()Chao Yu1-2/+1
2025-08-15f2fs: fix to update upper_p in __get_secs_required() correctlyChao Yu1-1/+1