summaryrefslogtreecommitdiff
path: root/fs/f2fs/inode.c (follow)
Commit message (Expand)AuthorAge
* f2fs: introduce DATA_GENERIC_ENHANCEChao Yu2019-05-08
* f2fs: fix to do checksum even if inode page is uptodateChao Yu2019-05-08
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-05-08
* f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu2019-03-14
* f2fs: check PageWriteback flag for ordered caseChao Yu2019-01-02
* f2fs: clean up f2fs_sb_has_##feature_nameChao Yu2019-01-02
* f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-29
* f2fs: fix to recover cold bit of inode block during PORChao Yu2018-10-29
* f2fs: checkpoint disablingDaniel Rosenberg2018-10-29
* f2fs: add SPDX license identifiersChao Yu2018-10-27
* f2fs: fix to skip verifying block address for non-regular inodeChao Yu2018-09-18
* f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-09-18
* f2fs: fix to do sanity check with block address in main area v2Chao Yu2018-09-18
* f2fs: fix to do sanity check with inline flagsChao Yu2018-09-18
* f2fs: fix to propagate error from __get_meta_page()Chao Yu2018-09-18
* f2fs: fix to do sanity check with i_extra_isizeChao Yu2018-09-18
* f2fs: clean up with IS_INODE()Chao Yu2018-09-18
* f2fs: fix to do sanity check with block address in main areaChao Yu2018-09-18
* f2fs: fix to do sanity check with node footer and iblocksChao Yu2018-09-18
* f2fs: fix to do sanity check with extra_attr featureChao Yu2018-09-18
* f2fs: introduce and spread verify_blkaddrChao Yu2018-09-18
* f2fs: support in-memory inode checksum when checking consistencyWeichao Guo2018-09-18
* f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim2018-09-18
* f2fs: clean up symbol namespaceChao Yu2018-07-08
* f2fs: avoid stucking GC due to atomic writeChao Yu2018-07-08
* f2fs: clean up with is_valid_blkaddr()Chao Yu2018-07-08
* f2fs: fix to initialize i_current_depth according to inode typeChao Yu2018-07-08
* f2fs: avoid bug_on on corrupted inodeJaegeuk Kim2018-07-08
* f2fs: give message and set need_fsck given broken node idJaegeuk Kim2018-07-08
* f2fs: change le32 to le16 of f2fs_inode->i_extra_sizeZhikang Zhang2018-07-08
* f2fs: don't use GFP_ZERO for page cachesChao Yu2018-07-08
* f2fs: introduce private inode status mappingChao Yu2018-07-08
* f2fs: remain written times to update inode during fsyncJaegeuk Kim2018-04-08
* f2fs: remove unneeded set_cold_node()Chao Yu2018-04-08
* f2fs: don't put dentry page in pagecache into highmemYunlong Song2018-03-13
* f2fs: support inode creation timeChao Yu2018-02-07
* f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong2018-02-07
* f2fs: fix an error case of missing update inode pageYunlei He2018-02-07
* fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2018-01-04
* f2fs: support flexible inline xattr sizeChao Yu2017-11-15
* f2fs: avoid stale fi->gdirty_list pointerJaegeuk Kim2017-11-15
* f2fs: enhance multiple device flushChao Yu2017-11-15
* f2fs: detect dirty inode in evict_inodeChao Yu2017-09-21
* f2fs: don't check inode's checksum if it was dirtied or writebackedJaegeuk Kim2017-09-21
* f2fs: support inode checksumChao Yu2017-09-21
* f2fs: support project quotaChao Yu2017-09-21
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-09-21
* f2fs: make max inline size changeableChao Yu2017-09-21
* f2fs: support plain user/group quotaChao Yu2017-07-13
* f2fs: don't count inode block in in-memory inode.i_blocksChao Yu2017-07-13