summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-111-43/+14
|\
| * f2fs: introduce get_dnode_addr() to clean up codesChao Yu2023-12-111-18/+14
| * f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu2023-12-111-25/+0
* | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
|/
* Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-041-1/+1
|\
| * f2fs: Support Block Size == Page SizeDaniel Rosenberg2023-10-041-1/+1
* | f2fs: convert to new timestamp accessorsJeff Layton2023-10-181-12/+12
|/
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-021-25/+10
|\
| * f2fs: clean up error handling in sanity_check_{compress_,}inode()Chao Yu2023-08-231-19/+4
| * Revert "f2fs: fix to do sanity check on extent cache correctly"Chao Yu2023-08-141-6/+6
* | f2fs: convert to ctime accessor functionsJeff Layton2023-07-241-5/+5
|/
* f2fs: do more sanity check on inodeChao Yu2023-06-261-35/+65
* f2fs: compress: fix to check validity of i_compress_flag fieldChao Yu2023-06-261-3/+3
* f2fs: add sanity compress level check for compressed fileYangtao Li2023-06-261-29/+78
* f2fs: remove unneeded in-memory i_crtime copyChao Yu2023-04-101-1/+0
* f2fs: convert to use bitmap APIYangtao Li2023-03-291-2/+2
* f2fs: synchronize atomic write abortsDaeho Jeong2023-02-141-2/+9
* f2fs: fix to do sanity check on extent cache correctlyChao Yu2023-02-091-16/+6
* f2fs: retry to update the inode page given data corruptionJaegeuk Kim2023-02-021-6/+7
* f2fs: clean up i_compress_flag and i_compress_level usageChao Yu2023-02-021-3/+13
* f2fs: fix to do sanity check on extent cache correctlyChao Yu2023-01-311-6/+6
* f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li2023-01-111-3/+1
* f2fs: add block_age-based extent cacheJaegeuk Kim2022-12-121-0/+1
* f2fs: allocate the extent_cache by defaultJaegeuk Kim2022-12-121-2/+4
* f2fs: refactor extent_cache to support for read and moreJaegeuk Kim2022-12-121-3/+3
* f2fs: specify extent cache for read explicitlyJaegeuk Kim2022-12-121-1/+1
* f2fs: correct i_size change for atomic writesDaeho Jeong2022-11-111-1/+4
* f2fs: support recording errors into superblockChao Yu2022-10-041-1/+5
* f2fs: support recording stop_checkpoint reason into super_blockChao Yu2022-10-041-1/+2
* f2fs: fix to detect corrupted meta inoChao Yu2022-10-041-5/+16
* f2fs: add static init_idisk_time function to reduce the codeZhang Qilong2022-10-041-9/+12
* f2fs: clean up f2fs_abort_atomic_write()Chao Yu2022-08-051-2/+1
* f2fs: replace F2FS_I(inode) and sbi by the local variableYufen Yu2022-05-271-6/+6
* f2fs: fix to do sanity check for inline inodeChao Yu2022-05-181-2/+1
* f2fs: change the current atomic write wayDaeho Jeong2022-05-121-2/+1
* f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu2022-05-061-1/+15
* f2fs: should not truncate blocks during roll-forward recoveryJaegeuk Kim2022-04-211-1/+2
* f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim2022-03-111-2/+4
* f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim2022-02-251-0/+1
* Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-2/+16
|\
| * f2fs: remove redunant invalidate compress pagesFengnan Chang2022-01-041-1/+2
| * f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim2022-01-041-1/+1
| * f2fs: fix remove page failed in invalidate compress pagesFengnan Chang2021-12-101-0/+5
| * f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim2021-12-041-0/+8
* | mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-2/+2
|/
* f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-291-1/+1
* f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-09-161-1/+1
* f2fs: compress: add compress_inode to cache compressed blocksChao Yu2021-06-231-1/+20
* f2fs: restructure f2fs page.private layoutChao Yu2021-05-141-1/+1
* f2fs: clean up build warningsYi Zhuang2021-04-101-0/+1