summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: use memcpy_{to,from}_page() where possibleEric Biggers2022-08-291-9/+2
* f2fs: LFS mode does not support ATGCJaegeuk Kim2022-08-291-0/+5
* Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2022-08-081-31/+59
|\
| * f2fs: clean up f2fs_abort_atomic_write()Chao Yu2022-08-051-2/+1
| * f2fs: introduce sysfs atomic write statisticsDaeho Jeong2022-07-301-0/+1
| * f2fs: enforce single zone capacityJaegeuk Kim2022-07-301-21/+12
| * f2fs: introduce memory modeDaeho Jeong2022-07-301-0/+24
| * f2fs: use the updated test_dummy_encryption helper functionsEric Biggers2022-06-251-8/+21
* | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
|/
* Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-311-44/+44
|\
| * f2fs: add f2fs_init_write_merge_io functionYufen Yu2022-05-251-24/+3
| * f2fs: do not stop GC when requiring a free sectionJaegeuk Kim2022-05-171-1/+2
| * f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim2022-05-121-1/+7
| * f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTIONEric Biggers2022-05-121-2/+3
| * f2fs: change the current atomic write wayDaeho Jeong2022-05-121-5/+1
| * f2fs: don't need inode lock for system hidden quotaJaegeuk Kim2022-05-121-2/+4
| * f2fs: skip GC if possible when checkpoint disablingWeichao Guo2022-05-091-2/+7
| * f2fs: ensure only power of 2 zone sizes are allowedLuis Chamberlain2022-05-061-0/+4
| * f2fs: call bdev_zone_sectors() only once on init_blkz_info()Luis Chamberlain2022-05-061-3/+6
| * f2fs: extend stat_lock to avoid potential race in statfsNiels Dossche2022-05-061-5/+8
* | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
|/
* f2fs: remove obsolete whint_modeJaegeuk Kim2022-04-201-31/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-6/+8
|\
| * f2fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-2/+6
| * f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown2022-03-221-4/+2
* | Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2022-03-221-35/+56
|\ \ | |/ |/|
| * f2fs: use aggressive GC policy during f2fs_disable_checkpoint()Chao Yu2022-03-181-0/+5
| * f2fs: initialize sbi->gc_mode explicitlyChao Yu2022-03-171-0/+1
| * f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim2022-03-111-0/+4
| * f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park2022-02-251-3/+3
| * f2fs: support idmapped mountsChao Yu2022-02-121-1/+1
| * f2fs: add a way to limit roll forward recovery timeJaegeuk Kim2022-02-121-2/+12
| * f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu2022-02-071-1/+2
| * f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-241-28/+28
* | Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-011-5/+5
|\ \ | |/ |/|
| * unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-5/+5
* | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-0/+46
|\ \ | |/ |/|
| * f2fs: fix to reserve space for IO align featureChao Yu2022-01-041-0/+44
| * f2fs: support fault injection to f2fs_trylock_op()Chao Yu2022-01-041-0/+1
| * f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong2021-12-101-0/+1
* | Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-171-19/+19
|\ \
| * | unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-111-6/+12
| * | f2fs: simplify f2fs_sb_read_encodingChristoph Hellwig2021-10-111-13/+7
* | | mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-3/+2
| |/ |/|
* | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-131-1/+1
|\ \
| * | lib: zstd: Add kernel-specific APINick Terrell2021-11-081-1/+1
* | | Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-131-2/+37
|\ \ \ | |/ / |/| |
| * | f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu2021-11-091-0/+2
| * | f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-291-0/+16
| * | f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu2021-10-291-1/+1