aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu1-2/+2
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches1-46/+26
2019-06-21f2fs: only set project inherit bit for directoryWang Shilong1-0/+2
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu1-3/+4
2019-05-08f2fs: fix to do checksum even if inode page is uptodateChao Yu1-2/+2
2019-05-08f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu1-0/+1
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+15
2019-03-12f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu1-0/+15
2019-01-23f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra1-2/+2
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu1-2/+2
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu1-9/+9
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu1-3/+8
2018-10-16f2fs: fix to recover cold bit of inode block during PORChao Yu1-0/+6
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg1-1/+5
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-08-14f2fs: fix to skip verifying block address for non-regular inodeChao Yu1-6/+8
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann1-2/+1
2018-08-13f2fs: fix to do sanity check with block address in main area v2Chao Yu1-5/+13
2018-08-13f2fs: fix to do sanity check with inline flagsChao Yu1-0/+20
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu1-2/+10
2018-08-01f2fs: fix to do sanity check with i_extra_isizeChao Yu1-5/+17
2018-08-01f2fs: clean up with IS_INODE()Chao Yu1-1/+1
2018-08-01f2fs: fix to do sanity check with block address in main areaChao Yu1-0/+17
2018-07-28f2fs: fix to do sanity check with node footer and iblocksChao Yu1-2/+23
2018-07-27f2fs: fix to do sanity check with extra_attr featureChao Yu1-4/+15
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu1-3/+4
2018-07-27f2fs: use timespec64 for inode timestampsArnd Bergmann1-6/+6
2018-07-27f2fs: support in-memory inode checksum when checking consistencyWeichao Guo1-0/+8
2018-07-27f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim1-0/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-6/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+6
2018-05-31f2fs: clean up symbol namespaceChao Yu1-26/+26
2018-05-31f2fs: avoid stucking GC due to atomic writeChao Yu1-2/+4
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu1-1/+1
2018-05-31f2fs: fix to initialize i_current_depth according to inode typeChao Yu1-3/+9
2018-05-31f2fs: avoid bug_on on corrupted inodeJaegeuk Kim1-1/+19
2018-05-31f2fs: give message and set need_fsck given broken node idJaegeuk Kim1-7/+6
2018-05-31f2fs: change le32 to le16 of f2fs_inode->i_extra_sizeZhikang Zhang1-2/+2
2018-05-31f2fs: don't use GFP_ZERO for page cachesChao Yu1-2/+2
2018-05-31f2fs: introduce private inode status mappingChao Yu1-6/+6
2018-04-03f2fs: remain written times to update inode during fsyncJaegeuk Kim1-0/+8
2018-03-17f2fs: remove unneeded set_cold_node()Chao Yu1-1/+0
2018-03-13f2fs: don't put dentry page in pagecache into highmemYunlong Song1-1/+1
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-1/+1
2018-01-25f2fs: support inode creation timeChao Yu1-0/+15
2018-01-18f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong1-0/+3
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers1-1/+1
2018-01-02f2fs: fix an error case of missing update inode pageYunlei He1-9/+7
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-1/+25
2017-11-05f2fs: support flexible inline xattr sizeChao Yu1-0/+21