summaryrefslogtreecommitdiff
path: root/fs/f2fs/checkpoint.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-16f2fs: fix typos in commentsJinyoung CHOI1-2/+2
2024-03-27f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu1-3/+3
2023-05-24f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu1-2/+10
2023-03-17f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim1-1/+1
2022-10-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu1-4/+9
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu1-1/+9
2022-10-26f2fs: flush pending checkpoints when freezing superJaegeuk Kim1-6/+18
2022-06-14f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu1-2/+2
2022-06-09f2fs: support fault injection for dquot_initialize()Chao Yu1-1/+1
2022-04-08f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu1-3/+5
2022-01-27f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu1-2/+2
2021-12-01f2fs: quota: fix potential deadlockChao Yu1-1/+2
2021-08-23f2fs: rebuild nat_bits during umountChao Yu1-6/+15
2021-08-23f2fs: separate out iostat featureDaeho Jeong1-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-1/+2
2021-08-06f2fs: avoid unneeded memory allocation in __add_ino_entry()Chao Yu1-5/+17
2021-08-04f2fs: fix to stop filesystem update once CP failedChao Yu1-3/+9
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu1-2/+2
2021-05-05Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+7
2021-04-10f2fs: clean up build warningsYi Zhuang1-0/+1
2021-03-13f2fs: update comments for explicit memory barrierChao Yu1-1/+5
2021-03-13f2fs: fix a spacing coding stylejiahao1-1/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-02-09f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim1-4/+0
2021-02-04f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong1-1/+2
2021-02-04f2fs: introduce checkpoint_merge mount optionDaeho Jeong1-0/+177
2021-01-28f2fs: deprecate f2fs_trace_ioJaegeuk Kim1-3/+0
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+29
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim1-1/+1
2020-12-03f2fs: fix kbytes written stat for multi-device caseChao Yu1-4/+23
2020-12-03f2fs: change to use rwsem for cp_mutexSahitya Tummala1-4/+4
2020-12-03f2fs: Remove the redundancy initializationZhang Qilong1-1/+1
2020-12-02f2fs: remove a few bd_part checksChristoph Hellwig1-4/+1
2020-10-14f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim1-1/+1
2020-09-29f2fs: fix to check segment boundary during SIT page readaheadChao Yu1-0/+2
2020-09-29f2fs: add trace exit in exception pathZhang Qilong1-1/+5
2020-09-11f2fs: support age threshold based garbage collectionChao Yu1-2/+2
2020-09-11f2fs: introduce inmem cursegChao Yu1-1/+6
2020-08-04f2fs: prepare a waiter before entering io_scheduleJaegeuk Kim1-2/+2
2020-08-03f2fs: fix deadlock between quota writes and checkpointJaegeuk Kim1-0/+2
2020-08-03f2fs: correct comment of f2fs_exist_written_dataJack Qiu1-1/+1
2020-07-26f2fs: space related cleanupJack Qiu1-1/+1
2020-07-09f2fs: don't keep meta inode pages used for compressed block migrationChao Yu1-2/+3
2020-06-09f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers1-2/+2
2020-05-18f2fs: flush dirty meta pages when flushing themJaegeuk Kim1-0/+3
2020-05-12f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim1-2/+4
2020-05-12f2fs: Avoid double lock for cp_rwsem during checkpointSayali Lokhande1-0/+5
2020-05-12f2fs: remove blk_plugging in block_operationsJaegeuk Kim1-8/+3
2020-04-17f2fs: support read iostatChao Yu1-0/+5
2020-04-17f2fs: fix to handle error path of f2fs_ra_meta_pages()Chao Yu1-2/+3