summaryrefslogtreecommitdiff
path: root/fs/f2fs/inode.c
AgeCommit message (Expand)Author
2019-07-12f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-07-12f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches
2019-07-11f2fs: 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-14f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu
2019-01-02f2fs: check PageWriteback flag for ordered caseChao Yu
2019-01-02f2fs: clean up f2fs_sb_has_##feature_nameChao Yu
2018-10-29f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-29f2fs: fix to recover cold bit of inode block during PORChao Yu
2018-10-29f2fs: checkpoint disablingDaniel Rosenberg
2018-10-27f2fs: add SPDX license identifiersChao Yu
2018-09-18f2fs: fix to skip verifying block address for non-regular inodeChao Yu
2018-09-18f2fs: rework fault injection handling to avoid a warningArnd Bergmann
2018-09-18f2fs: fix to do sanity check with block address in main area v2Chao Yu
2018-09-18f2fs: fix to do sanity check with inline flagsChao Yu
2018-09-18f2fs: fix to propagate error from __get_meta_page()Chao Yu
2018-09-18f2fs: fix to do sanity check with i_extra_isizeChao Yu
2018-09-18f2fs: clean up with IS_INODE()Chao Yu
2018-09-18f2fs: fix to do sanity check with block address in main areaChao Yu
2018-09-18f2fs: fix to do sanity check with node footer and iblocksChao Yu
2018-09-18f2fs: fix to do sanity check with extra_attr featureChao Yu
2018-09-18f2fs: introduce and spread verify_blkaddrChao Yu
2018-09-18f2fs: support in-memory inode checksum when checking consistencyWeichao Guo
2018-09-18f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim
2018-07-08f2fs: clean up symbol namespaceChao Yu
2018-07-08f2fs: avoid stucking GC due to atomic writeChao Yu
2018-07-08f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-07-08f2fs: fix to initialize i_current_depth according to inode typeChao Yu
2018-07-08f2fs: avoid bug_on on corrupted inodeJaegeuk Kim
2018-07-08f2fs: give message and set need_fsck given broken node idJaegeuk Kim
2018-07-08f2fs: change le32 to le16 of f2fs_inode->i_extra_sizeZhikang Zhang
2018-07-08f2fs: don't use GFP_ZERO for page cachesChao Yu
2018-07-08f2fs: introduce private inode status mappingChao Yu
2018-04-08f2fs: remain written times to update inode during fsyncJaegeuk Kim
2018-04-08f2fs: remove unneeded set_cold_node()Chao Yu
2018-03-13f2fs: don't put dentry page in pagecache into highmemYunlong Song
2018-02-07f2fs: support inode creation timeChao Yu
2018-02-07f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong
2018-02-07f2fs: fix an error case of missing update inode pageYunlei He
2018-01-04fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers
2017-11-15f2fs: support flexible inline xattr sizeChao Yu
2017-11-15f2fs: avoid stale fi->gdirty_list pointerJaegeuk Kim
2017-11-15f2fs: enhance multiple device flushChao Yu
2017-09-21f2fs: detect dirty inode in evict_inodeChao Yu
2017-09-21f2fs: don't check inode's checksum if it was dirtied or writebackedJaegeuk Kim
2017-09-21f2fs: support inode checksumChao Yu
2017-09-21f2fs: support project quotaChao Yu
2017-09-21f2fs: enhance on-disk inode structure scalabilityChao Yu