summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
14 daysf2fs: validate ACL entry sizes in f2fs_acl_from_disk()Zhang Cen
2026-06-19f2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang
2026-06-19f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang
2026-02-19f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu
2026-02-19f2fs: fix out-of-bounds access in sysfs attribute read/writeYongpeng Yang
2026-01-19f2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu
2026-01-19f2fs: fix to propagate error from f2fs_enable_checkpoint()Chao Yu
2026-01-19f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()Chao Yu
2026-01-19f2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu
2026-01-19f2fs: fix return value of f2fs_recover_fsync_data()Chao Yu
2026-01-19f2fs: invalidate dentry cache on failed whiteout creationDeepanshu Kartikey
2025-08-28f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu
2025-08-28f2fs: fix to do sanity check on ino and xnidChao Yu
2025-08-28f2fs: fix to avoid out-of-boundary access in devs.pathChao Yu
2025-08-28f2fs: fix to avoid panic in f2fs_evict_inodeChao Yu
2025-08-28f2fs: fix to avoid UAF in f2fs_sync_inode_meta()Chao Yu
2025-07-17f2fs: don't over-report free space or inodes in statvfsChao Yu
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim
2025-06-27f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu
2025-06-27f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu
2025-06-27f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu
2025-06-27f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu
2025-05-02f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()Chao Yu
2025-03-13f2fs: fix to wait dio completionChao Yu
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han
2024-12-14f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang
2024-12-14f2fs: remove the unused flush argument to change_cursegChristoph Hellwig
2024-12-14f2fs: open code allocate_segment_by_defaultChristoph Hellwig
2024-12-14f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig
2024-12-14f2fs: avoid using native allocate_segment_by_default()Chao Yu
2024-12-14f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei
2024-10-17f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn
2024-10-17f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich
2024-10-17f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich
2024-10-17f2fs: reduce expensive checkpoint trigger frequencyChao Yu
2024-10-17f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu
2024-10-17f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu
2024-10-17f2fs: fix typoYonggil Song
2024-10-17f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu
2024-09-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu
2024-08-19f2fs: fix start segno of large sectionSheng Yong
2024-08-19f2fs: fix to don't dirty inode for readonly filesystemChao Yu
2024-07-05f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He
2024-06-16f2fs: compress: fix compression chksumChao Yu
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu
2024-06-16f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu
2024-06-16f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu
2024-06-16f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu
2024-06-16f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu