summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: add fs-verity supportEric Biggers2019-08-121-1/+4
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-07-021-2/+2
* f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-021-46/+26
* f2fs: only set project inherit bit for directoryWang Shilong2019-06-211-0/+2
* f2fs: introduce DATA_GENERIC_ENHANCEChao Yu2019-05-081-3/+4
* f2fs: fix to do checksum even if inode page is uptodateChao Yu2019-05-081-2/+2
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-05-081-0/+1
* Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-03-151-0/+15
|\
| * f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu2019-03-121-0/+15
* | f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-231-2/+2
|/
* f2fs: check PageWriteback flag for ordered caseChao Yu2018-12-261-2/+2
* f2fs: clean up f2fs_sb_has_##feature_nameChao Yu2018-11-261-9/+9
* f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-221-3/+8
* f2fs: fix to recover cold bit of inode block during PORChao Yu2018-10-161-0/+6
* f2fs: checkpoint disablingDaniel Rosenberg2018-10-161-1/+5
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* f2fs: fix to skip verifying block address for non-regular inodeChao Yu2018-08-141-6/+8
* f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-141-2/+1
* f2fs: fix to do sanity check with block address in main area v2Chao Yu2018-08-131-5/+13
* f2fs: fix to do sanity check with inline flagsChao Yu2018-08-131-0/+20
* f2fs: fix to propagate error from __get_meta_page()Chao Yu2018-08-011-2/+10
* f2fs: fix to do sanity check with i_extra_isizeChao Yu2018-08-011-5/+17
* f2fs: clean up with IS_INODE()Chao Yu2018-08-011-1/+1
* f2fs: fix to do sanity check with block address in main areaChao Yu2018-08-011-0/+17
* f2fs: fix to do sanity check with node footer and iblocksChao Yu2018-07-281-2/+23
* f2fs: fix to do sanity check with extra_attr featureChao Yu2018-07-271-4/+15
* f2fs: introduce and spread verify_blkaddrChao Yu2018-07-271-3/+4
* f2fs: use timespec64 for inode timestampsArnd Bergmann2018-07-271-6/+6
* f2fs: support in-memory inode checksum when checking consistencyWeichao Guo2018-07-271-0/+8
* f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim2018-07-271-0/+3
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-6/+6
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-6/+6
* | f2fs: clean up symbol namespaceChao Yu2018-05-311-26/+26
* | f2fs: avoid stucking GC due to atomic writeChao Yu2018-05-311-2/+4
* | f2fs: clean up with is_valid_blkaddr()Chao Yu2018-05-311-1/+1
* | f2fs: fix to initialize i_current_depth according to inode typeChao Yu2018-05-311-3/+9
* | f2fs: avoid bug_on on corrupted inodeJaegeuk Kim2018-05-311-1/+19
* | f2fs: give message and set need_fsck given broken node idJaegeuk Kim2018-05-311-7/+6
* | f2fs: change le32 to le16 of f2fs_inode->i_extra_sizeZhikang Zhang2018-05-311-2/+2
* | f2fs: don't use GFP_ZERO for page cachesChao Yu2018-05-311-2/+2
* | f2fs: introduce private inode status mappingChao Yu2018-05-311-6/+6
|/
* f2fs: remain written times to update inode during fsyncJaegeuk Kim2018-04-031-0/+8
* f2fs: remove unneeded set_cold_node()Chao Yu2018-03-171-1/+0
* f2fs: don't put dentry page in pagecache into highmemYunlong Song2018-03-131-1/+1
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-041-1/+1
|\
| * fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers2018-01-111-1/+1
* | f2fs: support inode creation timeChao Yu2018-01-251-0/+15
* | f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong2018-01-181-0/+3
* | f2fs: fix an error case of missing update inode pageYunlei He2018-01-021-9/+7
|/
* Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-1/+25
|\