summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu2022-10-261-1/+1
* f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu2022-10-264-8/+15
* f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2022-10-262-26/+40
* f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong2022-10-261-2/+1
* f2fs: fix to do sanity check on summary infoChao Yu2022-10-262-4/+21
* f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu2022-10-263-1/+21
* f2fs: increase the limit for reserve_rootJaegeuk Kim2022-10-261-2/+2
* f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu2022-08-251-0/+13
* f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu2022-08-251-1/+5
* f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu2022-08-211-8/+1
* f2fs: write checkpoint during FG_GCByungki Lee2022-08-211-15/+23
* f2fs: don't set GC_FAILURE_PIN for background GCChao Yu2022-08-211-1/+2
* f2fs: attach inline_data after setting compressionJaegeuk Kim2022-06-291-6/+11
* f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu2022-06-141-2/+2
* f2fs: fix to do sanity check for inline inodeChao Yu2022-06-093-7/+26
* f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu2022-06-091-0/+4
* f2fs: fix to do sanity check on total_data_blocksChao Yu2022-06-093-13/+25
* f2fs: don't need inode lock for system hidden quotaJaegeuk Kim2022-06-091-2/+4
* f2fs: fix deadloop in foreground GCChao Yu2022-06-091-12/+20
* f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu2022-06-091-1/+15
* f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu2022-06-091-4/+12
* f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu2022-06-091-4/+10
* f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel2022-06-091-3/+6
* f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu2022-04-081-3/+2
* f2fs: fix to do sanity check on curseg->alloc_typeChao Yu2022-04-081-0/+7
* f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang2022-04-082-2/+5
* f2fs: compress: remove unneeded read when rewrite whole clusterFengnan Chang2022-04-081-0/+3
* f2fs: fix to avoid potential deadlockChao Yu2022-04-082-2/+10
* f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim2022-04-081-0/+1
* f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu2022-04-081-1/+1
* f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu2022-04-081-3/+5
* f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park2022-04-081-3/+3
* f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu2022-04-081-1/+3
* f2fs: fix to reserve space for IO align featureChao Yu2022-01-274-2/+60
* f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim2022-01-271-28/+22
* f2fs: fix to do sanity check in is_alive()Chao Yu2022-01-271-0/+3
* f2fs: quota: fix potential deadlockChao Yu2022-01-111-1/+2
* f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu2021-12-291-1/+10
* f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo2021-12-011-0/+1
* f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu2021-11-261-1/+1
* f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim2021-11-261-2/+1
* f2fs: fix to use WHINT_MODEKeoseong Park2021-11-261-1/+1
* f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-11-182-2/+2
* f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim2021-09-181-0/+2
* f2fs: deallocate compressed pages when error happensJaegeuk Kim2021-09-181-6/+6
* f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu2021-09-181-3/+1
* f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu2021-09-181-0/+14
* f2fs: fix to account missing .skipped_gc_rwsemChao Yu2021-09-181-1/+3
* f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li2021-09-181-5/+9
* f2fs: quota: fix potential deadlockChao Yu2021-09-181-36/+48