summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/checkpoint.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu2024-03-121-18/+22
* f2fs: fix to truncate meta inode pages forcelyChao Yu2024-03-121-2/+3
* f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim2024-02-271-5/+5
* f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu2024-02-051-4/+15
* f2fs: fix to account cp stats correctlyChao Yu2023-08-141-1/+1
* f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu2023-05-081-5/+2
* f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim2023-04-181-0/+10
* f2fs: add radix_tree_preload_end in error caseYohan Joung2023-04-121-0/+1
* f2fs: fix to recover quota data correctlyChao Yu2023-04-121-22/+1
* f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2023-04-101-2/+10
* f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only()Chao Yu2023-04-101-1/+1
* f2fs: convert to use bitmap APIYangtao Li2023-03-291-1/+1
* f2fs: make f2fs_sync_inode_meta() staticLi Zetao2023-03-291-1/+1
* Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-271-21/+16
|\
| * f2fs: fix typos in commentsJinyoung CHOI2023-02-071-2/+2
| * f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu2023-02-021-3/+3
| * f2fs: simplify do_checkpointChristoph Hellwig2023-02-021-12/+10
| * f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li2023-01-111-4/+1
* | f2fs: convert f2fs_sync_meta_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-021-23/+26
|/
* f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li2022-11-011-1/+3
* f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu2022-11-011-0/+5
* f2fs: support recording stop_checkpoint reason into super_blockChao Yu2022-10-041-3/+7
* f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu2022-10-041-4/+9
* f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu2022-10-041-1/+9
* f2fs: fix wrong dirty page count when race between mmap and fallocate.Shuqi Zhang2022-10-041-2/+1
* f2fs: flush pending checkpoints when freezing superJaegeuk Kim2022-09-121-6/+18
* f2fs: iostat: support accounting compressed IOChao Yu2022-08-291-2/+3
* f2fs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-3/+1
* Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-311-12/+4
|\
| * f2fs: kill volatile write supportJaegeuk Kim2022-05-121-3/+1
| * f2fs: avoid infinite loop to flush node pagesJaegeuk Kim2022-05-061-7/+1
| * f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu2022-05-061-2/+2
* | f2fs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
|/
* f2fs: fix wrong condition check when failing metapage readJaegeuk Kim2022-04-201-3/+3
* f2fs: Get the superblock from the mapping instead of the pageMatthew Wilcox (Oracle)2022-04-011-1/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-15/+16
|\
| * f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folioMatthew Wilcox (Oracle)2022-03-151-2/+2
| * f2fs: Convert f2fs_set_meta_page_dirty to f2fs_dirty_meta_folioMatthew Wilcox (Oracle)2022-03-151-12/+13
| * f2fs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
* | f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu2022-03-211-3/+5
* | f2fs: avoid an infinite loop in f2fs_sync_dirty_inodesJaegeuk Kim2022-03-041-0/+7
* | f2fs: add a way to limit roll forward recovery timeJaegeuk Kim2022-02-121-0/+1
* | f2fs: adjust readahead block number during recoveryChao Yu2022-02-031-2/+6
* | f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-241-17/+17
|/
* f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu2022-01-041-2/+2
* f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim2022-01-041-1/+1
* f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-291-1/+1
* f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu2021-09-161-3/+0
* f2fs: quota: fix potential deadlockChao Yu2021-09-161-1/+2
* f2fs: rebuild nat_bits during umountChao Yu2021-08-231-6/+15