aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-21fscrypt: work on block_devices instead of request_queuesGravatar Christoph Hellwig 1-12/+12
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-31/+59
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Gravatar Chao Yu 1-2/+1
2022-07-30f2fs: introduce sysfs atomic write statisticsGravatar Daeho Jeong 1-0/+1
2022-07-30f2fs: enforce single zone capacityGravatar Jaegeuk Kim 1-21/+12
2022-07-30f2fs: introduce memory modeGravatar Daeho Jeong 1-0/+24
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-1/+1
2022-06-25f2fs: use the updated test_dummy_encryption helper functionsGravatar Eric Biggers 1-8/+21
2022-05-31Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-44/+44
2022-05-25f2fs: add f2fs_init_write_merge_io functionGravatar Yufen Yu 1-24/+3
2022-05-17f2fs: do not stop GC when requiring a free sectionGravatar Jaegeuk Kim 1-1/+2
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersGravatar Jaegeuk Kim 1-1/+7
2022-05-12f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTIONGravatar Eric Biggers 1-2/+3
2022-05-12f2fs: change the current atomic write wayGravatar Daeho Jeong 1-5/+1
2022-05-12f2fs: don't need inode lock for system hidden quotaGravatar Jaegeuk Kim 1-2/+4
2022-05-09f2fs: skip GC if possible when checkpoint disablingGravatar Weichao Guo 1-2/+7
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-06f2fs: ensure only power of 2 zone sizes are allowedGravatar Luis Chamberlain 1-0/+4
2022-05-06f2fs: call bdev_zone_sectors() only once on init_blkz_info()Gravatar Luis Chamberlain 1-3/+6
2022-05-06f2fs: extend stat_lock to avoid potential race in statfsGravatar Niels Dossche 1-5/+8
2022-04-20f2fs: remove obsolete whint_modeGravatar Jaegeuk Kim 1-31/+1
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-6/+8
2022-03-22f2fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-2/+6
2022-03-22f2fs: replace congestion_wait() calls with io_schedule_timeout()Gravatar NeilBrown 1-4/+2
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-35/+56
2022-03-18f2fs: use aggressive GC policy during f2fs_disable_checkpoint()Gravatar Chao Yu 1-0/+5
2022-03-17f2fs: initialize sbi->gc_mode explicitlyGravatar Chao Yu 1-0/+1
2022-03-11f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsGravatar Jaegeuk Kim 1-0/+4
2022-02-25f2fs: quota: fix loop condition at f2fs_quota_sync()Gravatar Juhyung Park 1-3/+3
2022-02-12f2fs: support idmapped mountsGravatar Chao Yu 1-1/+1
2022-02-12f2fs: add a way to limit roll forward recovery timeGravatar Jaegeuk Kim 1-2/+12
2022-02-07f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyGravatar Chao Yu 1-1/+2
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-5/+5
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsGravatar Tim Murray 1-28/+28
2022-01-20unicode: clean up the Kconfig symbol confusionGravatar Christoph Hellwig 1-5/+5
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+46
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-19/+19
2022-01-15mm: introduce memalloc_retry_wait()Gravatar NeilBrown 1-3/+2
2022-01-04f2fs: fix to reserve space for IO align featureGravatar Chao Yu 1-0/+44
2022-01-04f2fs: support fault injection to f2fs_trylock_op()Gravatar Chao Yu 1-0/+1
2021-12-10f2fs: add gc_urgent_high_remaining sysfs nodeGravatar Daeho Jeong 1-0/+1
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxGravatar Linus Torvalds 1-1/+1
2021-11-13Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+37
2021-11-09f2fs: fix UAF in f2fs_available_free_memoryGravatar Dongliang Mu 1-0/+2
2021-11-08lib: zstd: Add kernel-specific APIGravatar Nick Terrell 1-1/+1
2021-10-29f2fs: support fault injection for dquot_initialize()Gravatar Chao Yu 1-0/+16
2021-10-29f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Gravatar Chao Yu 1-1/+1
2021-10-26f2fs: multidevice: support direct IOGravatar Chao Yu 1-0/+7
2021-10-26f2fs: introduce fragment allocation mode mount optionGravatar Daeho Jeong 1-0/+10
2021-10-11f2fs: fix to use WHINT_MODEGravatar Keoseong Park 1-1/+1