summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han
2024-11-08f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn
2024-11-08f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich
2024-11-08f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich
2024-11-08f2fs: reduce expensive checkpoint trigger frequencyChao Yu
2024-11-08f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu
2024-11-08f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu
2024-11-08f2fs: fix typoYonggil Song
2024-11-08f2fs: 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 to don't dirty inode for readonly filesystemChao Yu
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu
2024-06-16f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu
2024-02-23f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu
2024-01-25f2fs: fix to avoid dirent corruptionChao Yu
2024-01-25f2fs: explicitly null-terminate the xattr listEric Biggers
2023-11-20f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu
2023-11-08f2fs: fix to do sanity check on inode type during garbage collectionChao Yu
2023-07-27Revert "f2fs: fix potential corruption when moving a directory"Jan Kara
2023-07-27f2fs: fix error path handling in truncate_dnode()Chao Yu
2023-05-30f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu
2023-05-17f2fs: fix potential corruption when moving a directoryJaegeuk Kim
2023-05-17f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li
2023-03-11fs: f2fs: initialize fsdata in pagecache_write()Alexander Potapenko
2023-03-11f2fs: use memcpy_{to,from}_page() where possibleEric Biggers
2023-03-11f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2023-03-11f2fs: fix information leak in f2fs_move_inline_dirents()Eric Biggers
2023-02-22f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim
2023-01-18f2fs: should put a page when checking the summary infoPavel Machek
2023-01-18f2fs: avoid victim selection from previous victim sectionYonggil Song
2023-01-18f2fs: fix normal discard processDongdong Zhang
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong
2022-10-26f2fs: fix to do sanity check on summary infoChao Yu
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu
2022-10-26f2fs: increase the limit for reserve_rootJaegeuk Kim
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu
2022-06-14f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu
2022-06-14f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu
2022-06-14f2fs: don't need inode lock for system hidden quotaJaegeuk Kim
2022-06-14f2fs: fix deadloop in foreground GCChao Yu
2022-06-14f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu
2022-06-14f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu
2022-06-14f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu
2022-06-14f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel
2022-04-15f2fs: fix to avoid potential deadlockChao Yu
2022-04-15f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim
2022-04-15f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu
2022-04-15f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park
2022-04-15f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu