summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2023-02-09f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu1-6/+12
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim1-1/+2
2023-01-12f2fs: allow to read node block after shutdownJaegeuk Kim1-2/+1
2023-01-12f2fs: should put a page when checking the summary infoPavel Machek1-0/+1
2022-12-31f2fs: avoid victim selection from previous victim sectionYonggil Song1-2/+3
2022-12-31f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu1-1/+1
2022-12-31f2fs: fix normal discard processDongdong Zhang1-1/+1
2022-12-31f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu1-1/+3
2022-12-31f2fs: Fix the race condition of resize flag between resizefsZhang Qilong1-3/+2
2022-11-10ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)1-1/+2
2022-10-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu4-8/+15
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong1-2/+1
2022-10-26f2fs: fix to do sanity check on summary infoChao Yu2-4/+21
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu3-1/+21
2022-10-26f2fs: increase the limit for reserve_rootJaegeuk Kim1-2/+2
2022-10-26f2fs: flush pending checkpoints when freezing superJaegeuk Kim3-9/+21
2022-10-26f2fs: complete checkpoints during remountJaegeuk Kim1-0/+6
2022-08-25f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu1-0/+13
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu1-1/+5
2022-08-17f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim1-0/+10
2022-08-17f2fs: allow compression for mmap files in compress_mode=userSungjong Seo1-10/+0
2022-08-17f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu1-8/+1
2022-06-29f2fs: attach inline_data after setting compressionJaegeuk Kim1-6/+11
2022-06-14f2fs: fix to tag gcing flag on page during file defragmentChao Yu1-0/+1
2022-06-14f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu1-2/+2
2022-06-09f2fs: fix to do sanity check for inline inodeChao Yu3-7/+26
2022-06-09f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu1-0/+4
2022-06-09f2fs: don't use casefolded comparison for "." and ".."Eric Biggers3-11/+13
2022-06-09f2fs: fix to do sanity check on total_data_blocksChao Yu3-13/+25
2022-06-09f2fs: don't need inode lock for system hidden quotaJaegeuk Kim1-2/+4
2022-06-09f2fs: fix deadloop in foreground GCChao Yu1-12/+20
2022-06-09f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu1-1/+15
2022-06-09f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu1-4/+12
2022-06-09f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu1-4/+10
2022-06-09f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel1-3/+6
2022-06-09f2fs: fix to do sanity check on inline_dots inodeChao Yu1-0/+7
2022-06-09f2fs: support fault injection for dquot_initialize()Chao Yu10-26/+44
2022-05-01iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-1/+1
2022-04-08f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu1-3/+2
2022-04-08f2fs: use spin_lock to avoid hangJaegeuk Kim1-7/+10
2022-04-08f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim4-2/+10
2022-04-08f2fs: fix to do sanity check on curseg->alloc_typeChao Yu1-0/+7
2022-04-08f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang2-2/+5
2022-04-08f2fs: fix to avoid potential deadlockChao Yu2-2/+10
2022-04-08f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim1-0/+1
2022-04-08f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu1-1/+1
2022-04-08f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu1-3/+5
2022-04-08f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park1-3/+3
2022-04-08f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu1-1/+3
2022-01-27f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu1-2/+2