summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+8
2022-03-23f2fs: allocate inode by using alloc_inode_sb()Muchun Song1-2/+6
2022-03-23f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown1-4/+2
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-35/+56
2022-03-18f2fs: use aggressive GC policy during f2fs_disable_checkpoint()Chao Yu1-0/+5
2022-03-18f2fs: initialize sbi->gc_mode explicitlyChao Yu1-0/+1
2022-03-11f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim1-0/+4
2022-02-25f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park1-3/+3
2022-02-12f2fs: support idmapped mountsChao Yu1-1/+1
2022-02-12f2fs: add a way to limit roll forward recovery timeJaegeuk Kim1-2/+12
2022-02-07f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu1-1/+2
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+5
2022-01-25f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-28/+28
2022-01-21unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-5/+5
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+46
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-19/+19
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-3/+2
2022-01-05f2fs: fix to reserve space for IO align featureChao Yu1-0/+44
2022-01-05f2fs: support fault injection to f2fs_trylock_op()Chao Yu1-0/+1
2021-12-11f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong1-0/+1
2021-11-14Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds1-1/+1
2021-11-13Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+37
2021-11-09f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu1-0/+2
2021-11-09lib: zstd: Add kernel-specific APINick Terrell1-1/+1
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu1-0/+16
2021-10-29f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu1-1/+1
2021-10-27f2fs: multidevice: support direct IOChao Yu1-0/+7
2021-10-27f2fs: introduce fragment allocation mode mount optionDaeho Jeong1-0/+10
2021-10-12f2fs: fix to use WHINT_MODEKeoseong Park1-1/+1
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig1-6/+12
2021-10-11f2fs: simplify f2fs_sb_read_encodingChristoph Hellwig1-13/+7
2021-09-21fscrypt: remove fscrypt_operations::max_namelenEric Biggers1-1/+0
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-60/+182
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 Kim1-1/+10
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang1-1/+26
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong1-2/+11
2021-08-23f2fs: separate out iostat featureDaeho Jeong1-5/+5
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-1/+3
2021-08-06f2fs: fix to do sanity check for sb/cp fields correctlyChao Yu1-4/+18
2021-08-03f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong1-0/+1
2021-08-03f2fs: introduce discard_unit mount optionChao Yu1-3/+51
2021-08-02f2fs: fix wrong checkpoint_changed value in f2fs_remount()Chao Yu1-5/+2
2021-07-20f2fs: quota: fix potential deadlockChao Yu1-36/+48
2021-07-13f2fs: Convert to using invalidate_lockJan Kara1-1/+0
2021-07-02f2fs: compress: add nocompress extensions supportFengnan Chang1-1/+78
2021-06-23f2fs: introduce f2fs_casefolded_name slab cacheChao Yu1-0/+24
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu1-1/+34
2021-06-23f2fs: support RO featureJaegeuk Kim1-6/+31
2021-06-23f2fs: logging neateningJoe Perches1-2/+2