summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
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
2021-07-25f2fs: Show casefolding support only when supportedDaniel Rosenberg
2021-07-20f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu
2021-05-19f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers
2021-05-19f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King
2021-05-11f2fs: fix to avoid out-of-bounds memory accessChao Yu
2021-03-07f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu
2021-03-07f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim
2021-03-04f2fs: fix out-of-repair __setattr_copy()Chao Yu
2021-03-04f2fs: fix a wrong condition in __submit_bioDehe Gu
2021-03-04f2fs: fix to avoid inconsistent quota dataYi Chen
2021-01-06f2fs: avoid race condition for shrinker countJaegeuk Kim
2021-01-06f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu
2021-01-06f2fs: prevent creating duplicate encrypted filenamesEric Biggers
2020-12-30f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim