summaryrefslogtreecommitdiff
path: root/fs/f2fs/recovery.c
AgeCommit message (Expand)Author
2026-01-17f2fs: support non-4KB block size without packed_ssa featureDaeho Jeong
2026-01-07f2fs: trace elapsed time for cp_global_sem lockChao Yu
2025-12-04f2fs: simplify list initialization in f2fs_recover_fsync_data()Baolin Liu
2025-12-04f2fs: revert summary entry count from 2048 to 512 in 16kb block supportDaeho Jeong
2025-12-04f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()Chao Yu
2025-08-28f2fs: fix to do sanity check on node footer for non inode dnodeChao Yu
2025-07-22f2fs: Pass a folio to IS_INODE()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to ADDRS_PER_PAGE()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to ofs_of_node()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to is_dent_dnode()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to is_fsync_dnode()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_recover_xattr_data()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to fill_node_footer()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass folios to copy_node_footer()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to is_recoverable_dnode()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to nid_of_node()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to ino_of_node()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to F2FS_INODE()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_recover_inode_page()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to recover_quota_data()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to recover_inode()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to recover_dentry()Matthew Wilcox (Oracle)
2025-06-30f2fs: account and print more stats during recoveryChao Yu
2025-04-28f2fs: Convert dnode_of_data->node_page to node_folioMatthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to f2fs_recover_inline_data()Matthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to f2fs_delete_entry()Matthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to __f2fs_find_entry()Matthew Wilcox (Oracle)
2025-04-28f2fs: Convert dnode_of_data->inode_page to inode_folioMatthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to f2fs_recover_inline_xattr()Matthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to do_recover_data()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in check_index_in_prev_nodes()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in check_index_in_prev_nodes()Matthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to next_blkaddr_of_node()Matthew Wilcox (Oracle)
2025-04-28f2fs: Convert f2fs_get_tmp_page() to f2fs_get_tmp_folio()Matthew Wilcox (Oracle)
2025-01-22f2fs: fix to avoid changing 'check only' behaior of recoveryZhiguo Niu
2024-11-21f2fs: fix changing cursegs if recovery fails on zoned deviceSheng Yong
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-07-23Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-10f2fs: clean up F2FS_I()Chao Yu
2024-06-07f2fs: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi
2024-05-09f2fs: remove unused GC_FAILURE_PINChao Yu
2024-03-12f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu
2024-03-04f2fs: fix to check return value __allocate_new_segmentZhiguo Niu
2024-02-29f2fs: fix write pointers all the timeJaegeuk Kim
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim
2024-02-05f2fs: fix to avoid potential panic during recoveryChao Yu
2023-12-04f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim
2023-11-17f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton
2023-09-02Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds