aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2022-05-01iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2022-04-08f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu
2022-04-08f2fs: use spin_lock to avoid hangJaegeuk Kim
2022-04-08f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim
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: 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 check available space of CP area correctly in update_ckpt_flags()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 avoid panic in is_alive() if metadata is inconsistentChao Yu
2022-01-27f2fs: fix remove page failed in invalidate compress pagesFengnan Chang
2022-01-27f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim
2022-01-27f2fs: fix to do sanity check in is_alive()Chao Yu
2022-01-27f2fs: fix to do sanity check on inode type during garbage collectionChao 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-12-01f2fs: quota: fix potential deadlockChao Yu
2021-11-25f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu
2021-11-25f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim
2021-11-25f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu
2021-11-25f2fs: fix to use WHINT_MODEKeoseong Park
2021-11-18f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu
2021-11-18f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong
2021-11-18f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim
2021-08-31f2fs: deallocate compressed pages when error happensJaegeuk Kim
2021-08-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30f2fs: enable realtime discard iff device supports discardChao Yu
2021-08-30f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim
2021-08-30f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu
2021-08-30f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu
2021-08-30f2fs: fix to account missing .skipped_gc_rwsemChao Yu
2021-08-30f2fs: adjust unlock order for cleanupChao Yu
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang
2021-08-23f2fs: rebuild nat_bits during umountChao Yu
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong
2021-08-23f2fs: separate out iostat featureDaeho Jeong
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal
2021-08-17f2fs: compress: do sanity check on clusterChao Yu
2021-08-17f2fs: convert S_IRUGO to 0444Yangtao Li