aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-19f2fs: show f2fs instance in printk_ratelimitedGravatar Chao Yu 1-1/+1
2019-10-04f2fs: fix to update time in lazytime modeGravatar Chao Yu 1-1/+5
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-4/+7
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityGravatar Chao Yu 1-1/+1
2019-08-23f2fs: use wrapped f2fs_cp_error()Gravatar Chao Yu 1-1/+1
2019-08-23f2fs: Support case-insensitive file name lookupsGravatar Daniel Rosenberg 1-1/+3
2019-08-23f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectlyGravatar Chao Yu 1-1/+2
2019-08-12f2fs: add fs-verity supportGravatar Eric Biggers 1-1/+4
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDGravatar Chao Yu 1-2/+2
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Gravatar Joe Perches 1-46/+26
2019-06-21f2fs: only set project inherit bit for directoryGravatar Wang Shilong 1-0/+2
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEGravatar Chao Yu 1-3/+4
2019-05-08f2fs: fix to do checksum even if inode page is uptodateGravatar Chao Yu 1-2/+2
2019-05-08f2fs: fix to clear dirty inode in error path of f2fs_iget()Gravatar Chao Yu 1-0/+1
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-0/+15
2019-03-12f2fs: fix to do sanity check with inode.i_inline_xattr_sizeGravatar Chao Yu 1-0/+15
2019-01-23f2fs: use IS_ENCRYPTED() to check encryption statusGravatar Chandan Rajendra 1-2/+2
2018-12-26f2fs: check PageWriteback flag for ordered caseGravatar Chao Yu 1-2/+2
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameGravatar Chao Yu 1-9/+9
2018-10-22f2fs: guarantee journalled quota data by checkpointGravatar Chao Yu 1-3/+8
2018-10-16f2fs: fix to recover cold bit of inode block during PORGravatar Chao Yu 1-0/+6
2018-10-16f2fs: checkpoint disablingGravatar Daniel Rosenberg 1-1/+5
2018-09-12f2fs: add SPDX license identifiersGravatar Chao Yu 1-4/+1
2018-08-14f2fs: fix to skip verifying block address for non-regular inodeGravatar Chao Yu 1-6/+8
2018-08-14f2fs: rework fault injection handling to avoid a warningGravatar Arnd Bergmann 1-2/+1
2018-08-13f2fs: fix to do sanity check with block address in main area v2Gravatar Chao Yu 1-5/+13
2018-08-13f2fs: fix to do sanity check with inline flagsGravatar Chao Yu 1-0/+20
2018-08-01f2fs: fix to propagate error from __get_meta_page()Gravatar Chao Yu 1-2/+10
2018-08-01f2fs: fix to do sanity check with i_extra_isizeGravatar Chao Yu 1-5/+17
2018-08-01f2fs: clean up with IS_INODE()Gravatar Chao Yu 1-1/+1
2018-08-01f2fs: fix to do sanity check with block address in main areaGravatar Chao Yu 1-0/+17
2018-07-28f2fs: fix to do sanity check with node footer and iblocksGravatar Chao Yu 1-2/+23
2018-07-27f2fs: fix to do sanity check with extra_attr featureGravatar Chao Yu 1-4/+15
2018-07-27f2fs: introduce and spread verify_blkaddrGravatar Chao Yu 1-3/+4
2018-07-27f2fs: use timespec64 for inode timestampsGravatar Arnd Bergmann 1-6/+6
2018-07-27f2fs: support in-memory inode checksum when checking consistencyGravatar Weichao Guo 1-0/+8
2018-07-27f2fs: indicate shutdown f2fs to allow unmount successfullyGravatar Jaegeuk Kim 1-0/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-6/+6
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-6/+6
2018-05-31f2fs: clean up symbol namespaceGravatar Chao Yu 1-26/+26
2018-05-31f2fs: avoid stucking GC due to atomic writeGravatar Chao Yu 1-2/+4
2018-05-31f2fs: clean up with is_valid_blkaddr()Gravatar Chao Yu 1-1/+1
2018-05-31f2fs: fix to initialize i_current_depth according to inode typeGravatar Chao Yu 1-3/+9
2018-05-31f2fs: avoid bug_on on corrupted inodeGravatar Jaegeuk Kim 1-1/+19
2018-05-31f2fs: give message and set need_fsck given broken node idGravatar Jaegeuk Kim 1-7/+6
2018-05-31f2fs: change le32 to le16 of f2fs_inode->i_extra_sizeGravatar Zhikang Zhang 1-2/+2
2018-05-31f2fs: don't use GFP_ZERO for page cachesGravatar Chao Yu 1-2/+2
2018-05-31f2fs: introduce private inode status mappingGravatar Chao Yu 1-6/+6
2018-04-03f2fs: remain written times to update inode during fsyncGravatar Jaegeuk Kim 1-0/+8
2018-03-17f2fs: remove unneeded set_cold_node()Gravatar Chao Yu 1-1/+0