summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
AgeCommit message (Expand)Author
2020-01-04f2fs: fix to update time in lazytime modeChao Yu
2019-10-01f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-06-15f2fs: fix to do checksum even if inode page is uptodateChao Yu
2019-06-15f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu
2018-11-13f2fs: fix to recover cold bit of inode block during PORChao 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
2018-07-27f2fs: use timespec64 for inode timestampsArnd Bergmann
2018-07-27f2fs: support in-memory inode checksum when checking consistencyWeichao Guo
2018-07-27f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-05-31f2fs: avoid stucking GC due to atomic writeChao Yu
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-05-31f2fs: fix to initialize i_current_depth according to inode typeChao Yu
2018-05-31f2fs: avoid bug_on on corrupted inodeJaegeuk Kim
2018-05-31f2fs: give message and set need_fsck given broken node idJaegeuk Kim
2018-05-31f2fs: change le32 to le16 of f2fs_inode->i_extra_sizeZhikang Zhang
2018-05-31f2fs: don't use GFP_ZERO for page cachesChao Yu
2018-05-31f2fs: introduce private inode status mappingChao Yu
2018-04-03f2fs: remain written times to update inode during fsyncJaegeuk Kim
2018-03-17f2fs: remove unneeded set_cold_node()Chao Yu
2018-03-13f2fs: don't put dentry page in pagecache into highmemYunlong Song
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-25f2fs: support inode creation timeChao Yu
2018-01-18f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers
2018-01-02f2fs: fix an error case of missing update inode pageYunlei He
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-05f2fs: support flexible inline xattr sizeChao Yu
2017-10-26f2fs: avoid stale fi->gdirty_list pointerJaegeuk Kim
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers
2017-10-10f2fs: enhance multiple device flushChao Yu
2017-09-12f2fs: detect dirty inode in evict_inodeChao Yu
2017-09-05f2fs: don't check inode's checksum if it was dirtied or writebackedJaegeuk Kim
2017-08-03f2fs: support inode checksumChao Yu
2017-07-31f2fs: support project quotaChao Yu
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu
2017-07-31f2fs: make max inline size changeableChao Yu
2017-07-08f2fs: support plain user/group quotaChao Yu