summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-21f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu1-8/+1
2022-08-21f2fs: write checkpoint during FG_GCByungki Lee1-15/+23
2022-08-21f2fs: don't set GC_FAILURE_PIN for background GCChao Yu1-1/+2
2022-06-29f2fs: attach inline_data after setting compressionJaegeuk Kim1-6/+11
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: 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-04-08f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu1-3/+2
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: compress: remove unneeded read when rewrite whole clusterFengnan Chang1-0/+3
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 reserve space for IO align featureChao Yu4-2/+60
2022-01-27f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim1-28/+22
2022-01-27f2fs: fix to do sanity check in is_alive()Chao Yu1-0/+3
2022-01-11f2fs: quota: fix potential deadlockChao Yu1-1/+2
2021-12-29f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu1-1/+10
2021-12-01f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo1-0/+1
2021-11-26f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu1-1/+1
2021-11-26f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim1-2/+1
2021-11-26f2fs: fix to use WHINT_MODEKeoseong Park1-1/+1
2021-11-18f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2-2/+2
2021-09-18f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim1-0/+2
2021-09-18f2fs: deallocate compressed pages when error happensJaegeuk Kim1-6/+6
2021-09-18f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu1-3/+1
2021-09-18f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu1-0/+14
2021-09-18f2fs: fix to account missing .skipped_gc_rwsemChao Yu1-1/+3
2021-09-18f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li1-5/+9
2021-09-18f2fs: quota: fix potential deadlockChao Yu1-36/+48
2021-09-18f2fs: fix to do sanity check for sb/cp fields correctlyChao Yu1-4/+18
2021-09-15f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim2-4/+12
2021-09-08f2fs: report correct st_size for encrypted symlinksEric Biggers1-1/+10
2021-07-25f2fs: Show casefolding support only when supportedDaniel Rosenberg1-0/+4
2021-07-20f2fs: compress: fix to disallow temp extensionChao Yu1-4/+12
2021-07-20f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu1-0/+1
2021-07-20f2fs: atgc: fix to set default age thresholdChao Yu1-0/+1
2021-07-19f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu3-10/+23
2021-07-14f2fs: Prevent swap file in LFS modeShin'ichiro Kawasaki1-0/+6