summaryrefslogtreecommitdiff
path: root/fs/f2fs/checkpoint.c
AgeCommit message (Expand)Author
2022-05-31Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-12f2fs: kill volatile write supportJaegeuk Kim
2022-05-09f2fs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-06f2fs: avoid infinite loop to flush node pagesJaegeuk Kim
2022-05-06f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu
2022-04-20f2fs: fix wrong condition check when failing metapage readJaegeuk Kim
2022-04-01f2fs: Get the superblock from the mapping instead of the pageMatthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu
2022-03-15f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folioMatthew Wilcox (Oracle)
2022-03-15f2fs: Convert f2fs_set_meta_page_dirty to f2fs_dirty_meta_folioMatthew Wilcox (Oracle)
2022-03-15f2fs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-04f2fs: avoid an infinite loop in f2fs_sync_dirty_inodesJaegeuk Kim
2022-02-12f2fs: add a way to limit roll forward recovery timeJaegeuk Kim
2022-02-03f2fs: adjust readahead block number during recoveryChao Yu
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray
2022-01-04f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu
2021-09-16f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu
2021-09-16f2fs: quota: fix potential deadlockChao Yu
2021-08-23f2fs: rebuild nat_bits during umountChao Yu
2021-08-23f2fs: separate out iostat featureDaeho Jeong
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-08-05f2fs: avoid unneeded memory allocation in __add_ino_entry()Chao Yu
2021-08-03f2fs: fix to stop filesystem update once CP failedChao Yu
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-10f2fs: clean up build warningsYi Zhuang
2021-03-12f2fs: update comments for explicit memory barrierChao Yu
2021-03-12f2fs: fix a spacing coding stylejiahao
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-08f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong
2021-02-03f2fs: introduce checkpoint_merge mount optionDaeho Jeong
2021-01-27f2fs: deprecate f2fs_trace_ioJaegeuk Kim
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim
2020-12-02f2fs: fix kbytes written stat for multi-device caseChao Yu
2020-12-02f2fs: change to use rwsem for cp_mutexSahitya Tummala
2020-12-02f2fs: Remove the redundancy initializationZhang Qilong
2020-12-01f2fs: remove a few bd_part checksChristoph Hellwig
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim
2020-09-29f2fs: fix to check segment boundary during SIT page readaheadChao Yu
2020-09-29f2fs: add trace exit in exception pathZhang Qilong
2020-09-11f2fs: support age threshold based garbage collectionChao Yu
2020-09-10f2fs: introduce inmem cursegChao Yu
2020-08-03f2fs: prepare a waiter before entering io_scheduleJaegeuk Kim
2020-08-03f2fs: fix deadlock between quota writes and checkpointJaegeuk Kim
2020-08-03f2fs: correct comment of f2fs_exist_written_dataJack Qiu