summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: clean up build warningsYi Zhuang2021-04-101-0/+1
* f2fs: fix a typo in inode.cRuiqi Gong2021-03-261-1/+1
* f2fs: compress: support chksumChao Yu2020-12-021-0/+3
* f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu2020-10-091-0/+3
* f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers2020-10-081-0/+7
* f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong2020-09-111-4/+7
* f2fs: fix to wait page writeback before updateChao Yu2020-07-071-2/+1
* f2fs: fix a race condition between f2fs_write_end_io and f2fs_del_fsync_node_...Wuyun Zhao2020-06-181-0/+1
* f2fs: fix potential .flags overflow on 32bit architectureChao Yu2020-03-301-1/+1
* f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu2020-03-191-1/+1
* f2fs: fix inconsistent commentsChao Yu2020-03-101-1/+1
* f2fs: fix to check i_compr_blocks correctlyChao Yu2020-03-101-3/+20
* f2fs: support data compressionChao Yu2020-01-171-0/+41
* f2fs: show f2fs instance in printk_ratelimitedChao Yu2019-11-191-1/+1
* f2fs: fix to update time in lazytime modeChao Yu2019-10-041-1/+5
* Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-211-4/+7
|\
| * f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu2019-09-061-1/+1
| * f2fs: use wrapped f2fs_cp_error()Chao Yu2019-08-231-1/+1
| * f2fs: Support case-insensitive file name lookupsDaniel Rosenberg2019-08-231-1/+3
| * f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectlyChao Yu2019-08-231-1/+2
* | 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