summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2fs: fix a typo in inode.cRuiqi Gong2021-03-261-1/+1
* f2fs: compress: support chksumChao Yu2020-12-021-0/+3
* f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu2020-10-091-0/+3
* f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers2020-10-081-0/+7
* f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong2020-09-111-4/+7
* f2fs: fix to wait page writeback before updateChao Yu2020-07-071-2/+1
* f2fs: fix a race condition between f2fs_write_end_io and f2fs_del_fsync_node_...Wuyun Zhao2020-06-181-0/+1
* f2fs: fix potential .flags overflow on 32bit architectureChao Yu2020-03-301-1/+1
* f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu2020-03-191-1/+1
* f2fs: fix inconsistent commentsChao Yu2020-03-101-1/+1
* f2fs: fix to check i_compr_blocks correctlyChao Yu2020-03-101-3/+20
* f2fs: support data compressionChao Yu2020-01-171-0/+41
* f2fs: show f2fs instance in printk_ratelimitedChao Yu2019-11-191-1/+1
* f2fs: fix to update time in lazytime modeChao Yu2019-10-041-1/+5