summaryrefslogtreecommitdiff
path: root/fs/f2fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
9 daysf2fs: drop inode from the donation list when the last file is closedJaegeuk Kim1-1/+1
9 daysf2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim1-0/+14
9 daysf2fs: remove unused GC_FAILURE_PINChao Yu1-4/+2
2025-08-15f2fs: fix to avoid panic in f2fs_evict_inodeChao Yu1-0/+13
2025-08-15f2fs: fix to avoid UAF in f2fs_sync_inode_meta()Chao Yu1-2/+6
2025-06-27f2fs: fix to set atomic write status more clearChao Yu1-1/+3
2025-06-27f2fs: fix to do sanity check on ino and xnidChao Yu1-0/+6
2025-04-25f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil1-3/+1
2025-04-25f2fs: don't retry IO for corrupted data scenarioChao Yu1-0/+4
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han1-1/+3
2024-10-04f2fs: prevent atomic file from being dirtied before commitDaeho Jeong1-0/+5
2024-09-08f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu1-1/+1
2024-08-19f2fs: fix to cover read extent cache access with lockChao Yu1-5/+5
2024-08-03f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu1-8/+0
2024-08-03f2fs: use meta inode for GC of COW fileSunmin Jeong1-1/+2
2024-08-03f2fs: fix to don't dirty inode for readonly filesystemChao Yu1-0/+3
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-03-27f2fs: introduce get_dnode_addr() to clean up codesChao Yu1-18/+14
2024-03-27f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu1-25/+0
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