aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/checkpoint.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-01f2fs: Get the superblock from the mapping instead of the pageGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-15/+16
2022-03-21f2fs: fix to do sanity check on .cp_pack_total_block_countGravatar Chao Yu 1-3/+5
2022-03-15f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folioGravatar Matthew Wilcox (Oracle) 1-2/+2
2022-03-15f2fs: Convert f2fs_set_meta_page_dirty to f2fs_dirty_meta_folioGravatar Matthew Wilcox (Oracle) 1-12/+13
2022-03-15f2fs: Convert invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-04f2fs: avoid an infinite loop in f2fs_sync_dirty_inodesGravatar Jaegeuk Kim 1-0/+7
2022-02-12f2fs: add a way to limit roll forward recovery timeGravatar Jaegeuk Kim 1-0/+1
2022-02-03f2fs: adjust readahead block number during recoveryGravatar Chao Yu 1-2/+6
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsGravatar Tim Murray 1-17/+17
2022-01-04f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Gravatar Chao Yu 1-2/+2
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoGravatar Jaegeuk Kim 1-1/+1
2021-10-29f2fs: support fault injection for dquot_initialize()Gravatar Chao Yu 1-1/+1
2021-09-16f2fs: avoid attaching SB_ACTIVE flag during mountGravatar Chao Yu 1-3/+0
2021-09-16f2fs: quota: fix potential deadlockGravatar Chao Yu 1-1/+2
2021-08-23f2fs: rebuild nat_bits during umountGravatar Chao Yu 1-6/+15
2021-08-23f2fs: separate out iostat featureGravatar Daeho Jeong 1-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Gravatar Chao Yu 1-1/+2
2021-08-05f2fs: avoid unneeded memory allocation in __add_ino_entry()Gravatar Chao Yu 1-5/+17
2021-08-03f2fs: fix to stop filesystem update once CP failedGravatar Chao Yu 1-3/+9
2021-05-14f2fs: restructure f2fs page.private layoutGravatar Chao Yu 1-2/+2
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+7
2021-04-10f2fs: clean up build warningsGravatar Yi Zhuang 1-0/+1
2021-03-12f2fs: update comments for explicit memory barrierGravatar Chao Yu 1-1/+5
2021-03-12f2fs: fix a spacing coding styleGravatar jiahao 1-1/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 1-1/+1
2021-02-08f2fs: don't grab superblock freeze for flush/ckpt threadGravatar Jaegeuk Kim 1-4/+0
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeGravatar Daeho Jeong 1-1/+2
2021-02-03f2fs: introduce checkpoint_merge mount optionGravatar Daeho Jeong 1-0/+177
2021-01-27f2fs: deprecate f2fs_trace_ioGravatar Jaegeuk Kim 1-3/+0
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+29
2020-12-03f2fs: avoid race condition for shrinker countGravatar Jaegeuk Kim 1-1/+1
2020-12-02f2fs: fix kbytes written stat for multi-device caseGravatar Chao Yu 1-4/+23
2020-12-02f2fs: change to use rwsem for cp_mutexGravatar Sahitya Tummala 1-4/+4
2020-12-02f2fs: Remove the redundancy initializationGravatar Zhang Qilong 1-1/+1
2020-12-01f2fs: remove a few bd_part checksGravatar Christoph Hellwig 1-4/+1
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailGravatar Jaegeuk Kim 1-1/+1
2020-09-29f2fs: fix to check segment boundary during SIT page readaheadGravatar Chao Yu 1-0/+2
2020-09-29f2fs: add trace exit in exception pathGravatar Zhang Qilong 1-1/+5
2020-09-11f2fs: support age threshold based garbage collectionGravatar Chao Yu 1-2/+2
2020-09-10f2fs: introduce inmem cursegGravatar Chao Yu 1-1/+6
2020-08-03f2fs: prepare a waiter before entering io_scheduleGravatar Jaegeuk Kim 1-2/+2
2020-08-03f2fs: fix deadlock between quota writes and checkpointGravatar Jaegeuk Kim 1-0/+2
2020-08-03f2fs: correct comment of f2fs_exist_written_dataGravatar Jack Qiu 1-1/+1
2020-07-26f2fs: space related cleanupGravatar Jack Qiu 1-1/+1
2020-07-08f2fs: don't keep meta inode pages used for compressed block migrationGravatar Chao Yu 1-2/+3
2020-06-08f2fs: don't return vmalloc() memory from f2fs_kmalloc()Gravatar Eric Biggers 1-2/+2
2020-05-18f2fs: flush dirty meta pages when flushing themGravatar Jaegeuk Kim 1-0/+3
2020-05-11f2fs: refactor resize_fs to avoid meta updates in progressGravatar Jaegeuk Kim 1-2/+4
2020-05-11f2fs: Avoid double lock for cp_rwsem during checkpointGravatar Sayali Lokhande 1-0/+5