summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
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
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 avoid panic in is_alive() if metadata is inconsistentChao Yu1-1/+1
2022-01-27f2fs: fix remove page failed in invalidate compress pagesFengnan Chang1-0/+5
2022-01-27f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim2-7/+10
2022-01-27f2fs: fix to do sanity check in is_alive()Chao Yu1-0/+3
2022-01-27f2fs: fix to do sanity check on inode type during garbage collectionChao 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-12-01f2fs: quota: fix potential deadlockChao Yu1-1/+2
2021-11-25f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu1-1/+1
2021-11-25f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim1-2/+1
2021-11-25f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu1-1/+1
2021-11-25f2fs: fix to use WHINT_MODEKeoseong Park1-1/+1
2021-11-18f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu1-0/+2
2021-11-18f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong1-0/+1
2021-11-18f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2-2/+2
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-457/+1364
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2021-09-01f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim1-0/+2
2021-09-01f2fs: deallocate compressed pages when error happensJaegeuk Kim1-6/+6
2021-08-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+11
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-08-30f2fs: enable realtime discard iff device supports discardChao Yu1-2/+7
2021-08-30f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim2-4/+12
2021-08-30f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu1-3/+1
2021-08-30f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu1-0/+14
2021-08-30f2fs: fix to account missing .skipped_gc_rwsemChao Yu1-1/+3
2021-08-30f2fs: adjust unlock order for cleanupChao Yu1-2/+2
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang3-7/+46
2021-08-23f2fs: rebuild nat_bits during umountChao Yu3-59/+95
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong5-6/+220
2021-08-23f2fs: separate out iostat featureDaeho Jeong13-149/+223
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal1-1/+1
2021-08-17f2fs: compress: do sanity check on clusterChao Yu3-0/+62
2021-08-17f2fs: convert S_IRUGO to 0444Yangtao Li2-5/+5
2021-08-17f2fs: fix to keep compatibility of fault injection interfaceChao Yu1-0/+1