summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-211-4/+7
|\
| * f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu2019-09-061-1/+1
| * f2fs: use wrapped f2fs_cp_error()Chao Yu2019-08-231-1/+1
| * f2fs: Support case-insensitive file name lookupsDaniel Rosenberg2019-08-231-1/+3
| * f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectlyChao Yu2019-08-231-1/+2
* | f2fs: add fs-verity supportEric Biggers2019-08-121-1/+4
|/
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-07-021-2/+2
* f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-021-46/+26
* f2fs: only set project inherit bit for directoryWang Shilong2019-06-211-0/+2
* f2fs: introduce DATA_GENERIC_ENHANCEChao Yu2019-05-081-3/+4
* f2fs: fix to do checksum even if inode page is uptodateChao Yu2019-05-081-2/+2
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-05-081-0/+1
* Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-03-151-0/+15
|\
| * f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu2019-03-121-0/+15
* | f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-231-2/+2
|/
* f2fs: check PageWriteback flag for ordered caseChao Yu2018-12-261-2/+2
* f2fs: clean up f2fs_sb_has_##feature_nameChao Yu2018-11-261-9/+9
* f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-221-3/+8
* f2fs: fix to recover cold bit of inode block during PORChao Yu2018-10-161-0/+6
* f2fs: checkpoint disablingDaniel Rosenberg2018-10-161-1/+5
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* f2fs: fix to skip verifying block address for non-regular inodeChao Yu2018-08-141-6/+8