aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
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
2022-01-27f2fs: fix to reserve space for IO align featureChao Yu
2022-01-27f2fs: fix to do sanity check in is_alive()Chao Yu
2022-01-11f2fs: quota: fix potential deadlockChao Yu
2021-12-29f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu
2021-12-01f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo
2021-11-17f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim
2021-09-22f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu
2021-09-22f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu
2021-09-22f2fs: fix to account missing .skipped_gc_rwsemChao Yu
2021-09-22f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li
2021-09-22f2fs: show f2fs instance in printk_ratelimitedChao Yu
2021-09-22f2fs: quota: fix potential deadlockChao Yu
2021-09-12f2fs: report correct st_size for encrypted symlinksEric Biggers