summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-231-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/+1Star
* 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/+1Star
* 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-291-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-061-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/+6Star
* | 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-041-0/+8
* f2fs: remove unneeded set_cold_node()Chao Yu2018-03-171-1/+0Star
* 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-121-1/+1
* | f2fs: support inode creation timeChao Yu2018-01-251-0/+15
* | f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong2018-01-191-0/+3
* | f2fs: fix an error case of missing update inode pageYunlei He2018-01-031-9/+7Star
|/
* Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-1/+25
|\
| * f2fs: support flexible inline xattr sizeChao Yu2017-11-061-0/+21
| * f2fs: avoid stale fi->gdirty_list pointerJaegeuk Kim2017-10-261-1/+3
| * f2fs: enhance multiple device flushChao Yu2017-10-101-0/+1
* | fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-191-1/+4
|/
* f2fs: detect dirty inode in evict_inodeChao Yu2017-09-121-0/+3
* f2fs: don't check inode's checksum if it was dirtied or writebackedJaegeuk Kim2017-09-051-1/+2
* f2fs: support inode checksumChao Yu2017-08-041-0/+70
* f2fs: support project quotaChao Yu2017-08-011-1/+23
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-08-011-11/+21
* f2fs: make max inline size changeableChao Yu2017-08-011-2/+2
* f2fs: support plain user/group quotaChao Yu2017-07-091-0/+5
* f2fs: don't count inode block in in-memory inode.i_blocksChao Yu2017-07-071-2/+2