aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
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
2020-11-05f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim
2020-11-05f2fs: fix to check segment boundary during SIT page readaheadChao Yu
2020-11-05f2fs: fix uninit-value in f2fs_lookupChao Yu
2020-11-05f2fs: add trace exit in exception pathZhang Qilong
2020-10-29f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles
2020-10-01f2fs: stop GC when the victim becomes fully validJaegeuk Kim
2020-10-01f2fs: avoid kernel panic on corruption testJaegeuk Kim
2020-09-23f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi
2020-09-23f2fs: fix indefinite loop scanning for free nidSahitya Tummala
2020-09-03f2fs: fix use-after-free issueLi Guifu
2020-09-03f2fs: fix error path in do_recover_data()Chao Yu
2020-06-24f2fs: avoid utf8_strncasecmp() with unstable nameEric Biggers
2020-06-24f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers
2020-06-24f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers
2020-06-24f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu
2020-06-24f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov
2020-06-22f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim
2020-04-29f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang