summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
AgeCommit message (Expand)Author
2021-11-17f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu
2021-04-10f2fs: clean up build warningsYi Zhuang
2021-03-26f2fs: fix a typo in inode.cRuiqi Gong
2020-12-02f2fs: compress: support chksumChao Yu
2020-10-09f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu
2020-10-08f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers
2020-09-11f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong
2020-07-07f2fs: fix to wait page writeback before updateChao Yu
2020-06-18f2fs: fix a race condition between f2fs_write_end_io and f2fs_del_fsync_node_...Wuyun Zhao
2020-03-30f2fs: fix potential .flags overflow on 32bit architectureChao Yu
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu
2020-03-10f2fs: fix inconsistent commentsChao Yu
2020-03-10f2fs: fix to check i_compr_blocks correctlyChao Yu
2020-01-17f2fs: support data compressionChao Yu
2019-11-19f2fs: show f2fs instance in printk_ratelimitedChao Yu
2019-10-04f2fs: fix to update time in lazytime modeChao Yu
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu
2019-08-23f2fs: use wrapped f2fs_cp_error()Chao Yu
2019-08-23f2fs: Support case-insensitive file name lookupsDaniel Rosenberg
2019-08-23f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectlyChao Yu
2019-08-12f2fs: add fs-verity supportEric Biggers
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches
2019-06-21f2fs: only set project inherit bit for directoryWang Shilong
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu
2019-05-08f2fs: fix to do checksum even if inode page is uptodateChao Yu
2019-05-08f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-03-12f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu
2019-01-23f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-16f2fs: fix to recover cold bit of inode block during PORChao Yu
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg
2018-09-12f2fs: add SPDX license identifiersChao Yu
2018-08-14f2fs: fix to skip verifying block address for non-regular inodeChao Yu
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann
2018-08-13f2fs: fix to do sanity check with block address in main area v2Chao Yu
2018-08-13f2fs: fix to do sanity check with inline flagsChao Yu
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu
2018-08-01f2fs: fix to do sanity check with i_extra_isizeChao Yu
2018-08-01f2fs: clean up with IS_INODE()Chao Yu
2018-08-01f2fs: fix to do sanity check with block address in main areaChao Yu
2018-07-28f2fs: fix to do sanity check with node footer and iblocksChao Yu
2018-07-27f2fs: fix to do sanity check with extra_attr featureChao Yu
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu