summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2026-07-18Revert "f2fs: remove non-uptodate folio from the page cache in move_data_block"Zhaoyang Huang1-5/+1
2026-07-18f2fs: fix to do sanity check on f2fs_get_node_folio_ra()Chao Yu2-1/+6
2026-07-18f2fs: detect more inconsistent cases in sanity_check_node_footer()Chao Yu1-3/+12
2026-07-18f2fs: optimize trace_f2fs_write_checkpoint with enumsYH Lin2-3/+9
2026-07-18f2fs: introduce f2fs_schedule_timeout()Chao Yu6-16/+24
2026-07-18f2fs: use memalloc_retry_wait() as much as possibleChao Yu2-2/+2
2026-07-18f2fs: fix listxattr handling of corrupted xattr entriesKeshav Verma1-3/+3
2026-07-18f2fs: fix potential deadlock in gc_merge path of f2fs_balance_fs()Chao Yu1-7/+7
2026-07-18f2fs: fix potential deadlock in f2fs_balance_fs()Ruipeng Qi3-0/+38
2026-07-18f2fs: bound i_inline_xattr_size for non-inline-xattr inodesBryam Vargas1-3/+3
2026-07-18f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inodeChao Yu2-11/+50
2026-07-18f2fs: remove non-uptodate folio from the page cache in move_data_blockYongpeng Yang1-1/+5
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-07-04f2fs: validate orphan inode entry countWenjie Qi1-1/+13
2026-07-04f2fs: pass correct iostat type for single node writesWenjie Qi1-1/+1
2026-05-23f2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu2-0/+14
2026-05-23f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang1-2/+5
2026-05-23f2fs: allow empty mount string for Opt_usr|grp|projjquotaJaegeuk Kim1-12/+15
2026-05-23f2fs: fix to preserve previous reserve_{blocks,node} value when remountZhiguo Niu1-0/+2
2026-05-23f2fs: expand scalability of f2fs mount optionChao Yu2-58/+63
2026-05-23f2fs: avoid reading already updated pages during GCJianan Huang1-1/+4
2026-05-23f2fs: use f2fs_filemap_get_folio() instead of f2fs_pagecache_get_page()Chao Yu2-20/+13
2026-05-14f2fs: fix fsck inconsistency caused by FGGC of node blockYongpeng Yang1-14/+13
2026-05-14f2fs: fix inline data not being written to disk in writeback pathYongpeng Yang3-1/+12
2026-05-14f2fs: refactor f2fs_move_node_folio functionYongpeng Yang1-22/+32
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 incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
2026-05-14f2fs: fix fsck inconsistency caused by incorrect nat_entry flag usageYongpeng Yang1-9/+5
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-04-27f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad1-3/+11
2026-04-27f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footerChao Yu1-1/+2
2026-04-27f2fs: fix to avoid memory leak in f2fs_rename()Chao Yu1-0/+1
2026-04-27f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
2026-04-27f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu3-7/+12
2026-02-19f2fs: fix incomplete block usage in compact SSA summariesDaeho Jeong1-4/+4
2026-02-19f2fs: fix to do sanity check on node footer in {read,write}_end_ioChao Yu4-19/+34
2026-02-19f2fs: fix to do sanity check on node footer in __write_node_folio()Chao Yu1-1/+5
2026-02-19f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_beginYeongjin Gil1-2/+10
2026-02-19f2fs: fix to avoid mapping wrong physical block for swapfileChao Yu1-7/+7
2026-02-19f2fs: support non-4KB block size without packed_ssa featureDaeho Jeong7-95/+121
2026-02-19f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu1-3/+9
2026-02-19f2fs: fix out-of-bounds access in sysfs attribute read/writeYongpeng Yang1-8/+52
2026-02-19f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomi...Yongpeng Yang1-4/+10