summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2025-08-28f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu1-0/+10
2025-08-28f2fs: fix to do sanity check on ino and xnidChao Yu1-0/+7
2025-08-28f2fs: fix to avoid out-of-boundary access in devs.pathChao Yu1-1/+1
2025-08-28f2fs: fix to avoid panic in f2fs_evict_inodeChao Yu1-0/+13
2025-08-28f2fs: fix to avoid UAF in f2fs_sync_inode_meta()Chao Yu1-2/+6
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim1-0/+9
2025-06-27f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1
2025-06-27f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu2-6/+6
2025-06-27f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu1-1/+1
2025-06-27f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu1-2/+8
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han1-1/+3
2024-11-08f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+15
2024-11-08f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-11-08f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich1-1/+2
2024-11-08f2fs: reduce expensive checkpoint trigger frequencyChao Yu3-2/+17
2024-11-08f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu1-1/+1
2024-11-08f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu1-2/+2
2024-11-08f2fs: fix typoYonggil Song1-1/+1
2024-11-08f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu3-9/+35
2024-09-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu1-2/+3
2024-08-19f2fs: fix to don't dirty inode for readonly filesystemChao Yu1-0/+3
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-06-16f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu1-1/+1
2024-02-23f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu1-6/+17
2024-01-25f2fs: fix to avoid dirent corruptionChao Yu1-1/+1
2024-01-25f2fs: explicitly null-terminate the xattr listEric Biggers1-0/+6
2023-11-20f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu1-0/+1
2023-11-08f2fs: fix to do sanity check on inode type during garbage collectionChao Yu1-1/+2
2023-07-27Revert "f2fs: fix potential corruption when moving a directory"Jan Kara1-15/+1
2023-07-27f2fs: fix error path handling in truncate_dnode()Chao Yu1-1/+3
2023-05-30f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2-3/+12
2023-05-17f2fs: fix potential corruption when moving a directoryJaegeuk Kim1-1/+15
2023-05-17f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li1-7/+8
2023-03-11fs: f2fs: initialize fsdata in pagecache_write()Alexander Potapenko1-1/+1
2023-03-11f2fs: use memcpy_{to,from}_page() where possibleEric Biggers3-28/+8
2023-03-11f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers1-3/+3
2023-03-11f2fs: fix information leak in f2fs_move_inline_dirents()Eric Biggers1-7/+6
2023-02-22f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu1-6/+12
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim1-1/+2
2023-01-18f2fs: should put a page when checking the summary infoPavel Machek1-0/+1
2023-01-18f2fs: avoid victim selection from previous victim sectionYonggil Song1-2/+3
2023-01-18f2fs: fix normal discard processDongdong Zhang1-1/+1
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong1-2/+1
2022-10-26f2fs: fix to do sanity check on summary infoChao Yu2-4/+21
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu3-1/+21
2022-10-26f2fs: increase the limit for reserve_rootJaegeuk Kim1-2/+2
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu1-1/+5
2022-06-14f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu1-2/+2
2022-06-14f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu1-0/+4
2022-06-14f2fs: don't need inode lock for system hidden quotaJaegeuk Kim1-2/+4