summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-13f2fs: fix to check readonly condition correctlyChao Yu1-1/+1
2023-04-10f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only()Chao Yu1-2/+2
2023-04-10f2fs: set default compress option only when sb_has_compressionYangtao Li1-4/+6
2023-04-04f2fs: add compression feature check for all compress mount optYangtao Li1-0/+12
2023-03-30f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim1-1/+1
2023-03-30f2fs: convert to use bitmap APIYangtao Li1-8/+8
2023-02-28Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-31/+32
2023-02-14f2fs: synchronize atomic write abortsDaeho Jeong1-2/+0
2023-02-08f2fs: stop calling fscrypt_add_test_dummy_key()Eric Biggers1-6/+0
2023-02-07f2fs: fix to set ipu policyYangtao Li1-4/+11
2023-02-06f2fs: fix f2fs_show_options to show nogc_merge mount optionYangtao Li1-0/+2
2023-01-31f2fs: return true if all cmd were issued or no cmd need to be issued for f2fs...Yangtao Li1-4/+3
2023-01-31f2fs: fix to show discard_unit mount optYangtao Li1-9/+9
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li1-6/+2
2023-01-11f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONEDYangtao Li1-6/+5
2023-01-07f2fs: introduce IS_F2FS_IPU_* macroYangtao Li1-2/+2
2022-12-13f2fs: don't call f2fs_issue_discard_timeout() when discard_cmd_cnt is 0 in f2...Yangtao Li1-6/+2
2022-12-13f2fs: Fix spelling mistake in label: free_bio_enrty_cache -> free_bio_entry_c...Colin Ian King1-2/+2
2022-12-13f2fs: add block_age-based extent cacheJaegeuk Kim1-0/+14
2022-12-13f2fs: specify extent cache for read explicitlyJaegeuk Kim1-6/+6
2022-12-13f2fs: introduce f2fs_is_readonly() for readabilityYangtao Li1-3/+2
2022-12-08f2fs: do some cleanup for f2fs module initYangtao Li1-6/+2
2022-11-28f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li1-1/+2
2022-11-28f2fs: change type for 'sbi->readdir_ra'Yuwei Guan1-1/+1
2022-11-28f2fs: cleanup for 'f2fs_tuning_parameters' functionYuwei Guan1-5/+3
2022-11-28f2fs: fix to alloc_mode changed after remount on a small volume deviceYuwei Guan1-2/+5
2022-11-11f2fs: fix to set flush_merge opt and show noflush_mergeYangtao Li1-2/+11
2022-11-11f2fs: initialize locks earlier in f2fs_fill_super()Tetsuo Handa1-18/+20
2022-11-11f2fs: fix to avoid accessing uninitialized spinlockChao Yu1-3/+3
2022-11-02f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li1-1/+1
2022-11-02f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu1-1/+1
2022-11-02f2fs: add barrier mount optionYangtao Li1-0/+7
2022-11-02f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu1-0/+1
2022-10-11Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+82
2022-10-04f2fs: support recording errors into superblockChao Yu1-2/+47
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu1-0/+20
2022-09-22fscrypt: work on block_devices instead of request_queuesChristoph Hellwig1-12/+12
2022-09-13f2fs: increase the limit for reserve_rootJaegeuk Kim1-2/+2
2022-09-13f2fs: complete checkpoints during remountJaegeuk Kim1-0/+6
2022-09-13f2fs: flush pending checkpoints when freezing superJaegeuk Kim1-3/+2
2022-08-30f2fs: use memcpy_{to,from}_page() where possibleEric Biggers1-9/+2
2022-08-30f2fs: LFS mode does not support ATGCJaegeuk Kim1-0/+5
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-31/+59
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Chao Yu1-2/+1
2022-07-31f2fs: introduce sysfs atomic write statisticsDaeho Jeong1-0/+1
2022-07-31f2fs: enforce single zone capacityJaegeuk Kim1-21/+12
2022-07-31f2fs: introduce memory modeDaeho Jeong1-0/+24
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-25f2fs: use the updated test_dummy_encryption helper functionsEric Biggers1-8/+21
2022-06-01Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-44/+44