summaryrefslogtreecommitdiff
path: root/fs/f2fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09f2fs: remove unused GC_FAILURE_PINChao Yu1-4/+2
2024-04-29f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-04-12f2fs: use folio_test_writebackJaegeuk Kim1-1/+2
2024-03-26f2fs: Prevent s_writer rw_sem count mismatch in f2fs_evict_inodeYeongjin Gil1-2/+5
2024-01-12Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-43/+14
2023-12-12f2fs: introduce get_dnode_addr() to clean up codesChao Yu1-18/+14
2023-12-12f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu1-25/+0
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-11-04Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton1-12/+12
2023-10-05f2fs: Support Block Size == Page SizeDaniel Rosenberg1-1/+1
2023-09-03Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-25/+10
2023-08-23f2fs: clean up error handling in sanity_check_{compress_,}inode()Chao Yu1-19/+4
2023-08-14Revert "f2fs: fix to do sanity check on extent cache correctly"Chao Yu1-6/+6
2023-07-24f2fs: convert to ctime accessor functionsJeff Layton1-5/+5
2023-06-26f2fs: do more sanity check on inodeChao Yu1-35/+65
2023-06-26f2fs: compress: fix to check validity of i_compress_flag fieldChao Yu1-3/+3
2023-06-26f2fs: add sanity compress level check for compressed fileYangtao Li1-29/+78
2023-04-10f2fs: remove unneeded in-memory i_crtime copyChao Yu1-1/+0
2023-03-30f2fs: convert to use bitmap APIYangtao Li1-2/+2
2023-02-14f2fs: synchronize atomic write abortsDaeho Jeong1-2/+9
2023-02-09f2fs: fix to do sanity check on extent cache correctlyChao Yu1-16/+6
2023-02-03f2fs: retry to update the inode page given data corruptionJaegeuk Kim1-6/+7
2023-02-03f2fs: clean up i_compress_flag and i_compress_level usageChao Yu1-3/+13
2023-01-31f2fs: fix to do sanity check on extent cache correctlyChao Yu1-6/+6
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li1-3/+1
2022-12-13f2fs: add block_age-based extent cacheJaegeuk Kim1-0/+1
2022-12-13f2fs: allocate the extent_cache by defaultJaegeuk Kim1-2/+4
2022-12-13f2fs: refactor extent_cache to support for read and moreJaegeuk Kim1-3/+3
2022-12-13f2fs: specify extent cache for read explicitlyJaegeuk Kim1-1/+1
2022-11-11f2fs: correct i_size change for atomic writesDaeho Jeong1-1/+4
2022-10-04f2fs: support recording errors into superblockChao Yu1-1/+5
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu1-1/+2
2022-10-04f2fs: fix to detect corrupted meta inoChao Yu1-5/+16
2022-10-04f2fs: add static init_idisk_time function to reduce the codeZhang Qilong1-9/+12
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Chao Yu1-2/+1
2022-05-27f2fs: replace F2FS_I(inode) and sbi by the local variableYufen Yu1-6/+6
2022-05-19f2fs: fix to do sanity check for inline inodeChao Yu1-2/+1
2022-05-12f2fs: change the current atomic write wayDaeho Jeong1-2/+1
2022-05-06f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu1-1/+15
2022-04-22f2fs: should not truncate blocks during roll-forward recoveryJaegeuk Kim1-1/+2
2022-03-11f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim1-2/+4
2022-02-25f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim1-0/+1
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+16
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-2/+2
2022-01-05f2fs: remove redunant invalidate compress pagesFengnan Chang1-1/+2
2022-01-05f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim1-1/+1
2021-12-11f2fs: fix remove page failed in invalidate compress pagesFengnan Chang1-0/+5
2021-12-04f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim1-0/+8
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu1-1/+1