summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2023-02-07f2fs: stop calling fscrypt_add_test_dummy_key()Eric Biggers
2022-12-12f2fs: don't call f2fs_issue_discard_timeout() when discard_cmd_cnt is 0 in f2...Yangtao Li
2022-12-12f2fs: Fix spelling mistake in label: free_bio_enrty_cache -> free_bio_entry_c...Colin Ian King
2022-12-12f2fs: add block_age-based extent cacheJaegeuk Kim
2022-12-12f2fs: specify extent cache for read explicitlyJaegeuk Kim
2022-12-12f2fs: introduce f2fs_is_readonly() for readabilityYangtao Li
2022-12-08f2fs: do some cleanup for f2fs module initYangtao Li
2022-11-28f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li
2022-11-28f2fs: change type for 'sbi->readdir_ra'Yuwei Guan
2022-11-28f2fs: cleanup for 'f2fs_tuning_parameters' functionYuwei Guan
2022-11-28f2fs: fix to alloc_mode changed after remount on a small volume deviceYuwei Guan
2022-11-11f2fs: fix to set flush_merge opt and show noflush_mergeYangtao Li
2022-11-11f2fs: initialize locks earlier in f2fs_fill_super()Tetsuo Handa
2022-11-11f2fs: fix to avoid accessing uninitialized spinlockChao Yu
2022-11-01f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li
2022-11-01f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu
2022-11-01f2fs: add barrier mount optionYangtao Li
2022-11-01f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu
2022-10-10Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-04f2fs: support recording errors into superblockChao Yu
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu
2022-09-21fscrypt: work on block_devices instead of request_queuesChristoph Hellwig
2022-09-12f2fs: increase the limit for reserve_rootJaegeuk Kim
2022-09-12f2fs: complete checkpoints during remountJaegeuk Kim
2022-09-12f2fs: flush pending checkpoints when freezing superJaegeuk Kim
2022-08-29f2fs: use memcpy_{to,from}_page() where possibleEric Biggers
2022-08-29f2fs: LFS mode does not support ATGCJaegeuk Kim
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Chao Yu
2022-07-30f2fs: introduce sysfs atomic write statisticsDaeho Jeong
2022-07-30f2fs: enforce single zone capacityJaegeuk Kim
2022-07-30f2fs: introduce memory modeDaeho Jeong
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-25f2fs: use the updated test_dummy_encryption helper functionsEric Biggers
2022-05-31Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-25f2fs: add f2fs_init_write_merge_io functionYufen Yu
2022-05-17f2fs: do not stop GC when requiring a free sectionJaegeuk Kim
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim
2022-05-12f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTIONEric Biggers
2022-05-12f2fs: change the current atomic write wayDaeho Jeong
2022-05-12f2fs: don't need inode lock for system hidden quotaJaegeuk Kim
2022-05-09f2fs: skip GC if possible when checkpoint disablingWeichao Guo
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-06f2fs: ensure only power of 2 zone sizes are allowedLuis Chamberlain
2022-05-06f2fs: call bdev_zone_sectors() only once on init_blkz_info()Luis Chamberlain
2022-05-06f2fs: extend stat_lock to avoid potential race in statfsNiels Dossche
2022-04-20f2fs: remove obsolete whint_modeJaegeuk Kim
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22f2fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown