summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: don't call f2fs_issue_discard_timeout() when discard_cmd_cnt is 0 in f2...Yangtao Li2022-12-121-6/+2
* f2fs: Fix spelling mistake in label: free_bio_enrty_cache -> free_bio_entry_c...Colin Ian King2022-12-121-2/+2
* f2fs: add block_age-based extent cacheJaegeuk Kim2022-12-121-0/+14
* f2fs: specify extent cache for read explicitlyJaegeuk Kim2022-12-121-6/+6
* f2fs: introduce f2fs_is_readonly() for readabilityYangtao Li2022-12-121-3/+2
* f2fs: do some cleanup for f2fs module initYangtao Li2022-12-081-6/+2
* f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li2022-11-281-1/+2
* f2fs: change type for 'sbi->readdir_ra'Yuwei Guan2022-11-281-1/+1
* f2fs: cleanup for 'f2fs_tuning_parameters' functionYuwei Guan2022-11-281-5/+3
* f2fs: fix to alloc_mode changed after remount on a small volume deviceYuwei Guan2022-11-281-2/+5
* f2fs: fix to set flush_merge opt and show noflush_mergeYangtao Li2022-11-111-2/+11
* f2fs: initialize locks earlier in f2fs_fill_super()Tetsuo Handa2022-11-111-18/+20
* f2fs: fix to avoid accessing uninitialized spinlockChao Yu2022-11-111-3/+3
* f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li2022-11-011-1/+1
* f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu2022-11-011-1/+1
* f2fs: add barrier mount optionYangtao Li2022-11-011-0/+7
* f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu2022-11-011-0/+1
* Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-101-14/+82
|\
| * f2fs: support recording errors into superblockChao Yu2022-10-041-2/+47
| * f2fs: support recording stop_checkpoint reason into super_blockChao Yu2022-10-041-0/+20
| * f2fs: increase the limit for reserve_rootJaegeuk Kim2022-09-121-2/+2
| * f2fs: complete checkpoints during remountJaegeuk Kim2022-09-121-0/+6
| * f2fs: flush pending checkpoints when freezing superJaegeuk Kim2022-09-121-3/+2
| * 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
* | fscrypt: work on block_devices instead of request_queuesChristoph Hellwig2022-09-211-12/+12
|/
* 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
|\ \ | |/ |/|