summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim
2023-01-14f2fs: should put a page when checking the summary infoPavel Machek
2023-01-14f2fs: avoid victim selection from previous victim sectionYonggil Song
2023-01-14f2fs: fix normal discard processDongdong Zhang
2023-01-14f2fs: Fix the race condition of resize flag between resizefsZhang Qilong
2022-11-10ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)
2022-10-26f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu
2022-10-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu
2022-10-26f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu
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 do sanity check on segment type in build_sit_entries()Chao Yu
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu
2022-08-21f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu
2022-08-21f2fs: write checkpoint during FG_GCByungki Lee
2022-08-21f2fs: don't set GC_FAILURE_PIN for background GCChao Yu
2022-06-29f2fs: attach inline_data after setting compressionJaegeuk Kim
2022-06-14f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu
2022-06-09f2fs: fix to do sanity check for inline inodeChao Yu
2022-06-09f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu
2022-06-09f2fs: fix to do sanity check on total_data_blocksChao Yu
2022-06-09f2fs: don't need inode lock for system hidden quotaJaegeuk Kim
2022-06-09f2fs: fix deadloop in foreground GCChao Yu
2022-06-09f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu
2022-06-09f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu
2022-06-09f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu
2022-06-09f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel
2022-04-08f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu
2022-04-08f2fs: fix to do sanity check on curseg->alloc_typeChao Yu
2022-04-08f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang
2022-04-08f2fs: compress: remove unneeded read when rewrite whole clusterFengnan Chang
2022-04-08f2fs: fix to avoid potential deadlockChao Yu
2022-04-08f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim
2022-04-08f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu
2022-04-08f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu
2022-04-08f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park
2022-04-08f2fs: 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: compress: fix potential deadlock of compress fileHyeong-Jun Kim
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-26f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu
2021-11-26f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim
2021-11-26f2fs: fix to use WHINT_MODEKeoseong Park
2021-11-18f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim
2021-09-18f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim