summaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
AgeCommit message (Expand)Author
2020-03-30f2fs: don't trigger data flush in foreground operationChao Yu
2020-03-19f2fs: add prefix for f2fs slab cache nameChao Yu
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu
2020-03-19f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu
2020-03-10f2fs: fix inconsistent commentsChao Yu
2020-02-27f2fs: add missing function name in kernel messageChao Yu
2020-02-27f2fs: fix to wait all node page writebackChao Yu
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2019-11-19f2fs: show f2fs instance in printk_ratelimitedChao Yu
2019-11-07f2fs: avoid kernel panic on corruption testJaegeuk Kim
2019-09-06f2fs: fix flushing node pages when checkpoint is disabledJaegeuk Kim
2019-09-06f2fs: fix to writeout dirty inode during node flushChao Yu
2019-08-23f2fs: fix wrong available node count calculationChao Yu
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches
2019-05-30f2fs: fix sparse warningChao Yu
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu
2019-05-08f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu
2019-05-08f2fs: fix to do sanity check on free nidChao Yu
2019-05-08f2fs: fix to do checksum even if inode page is uptodateChao Yu
2019-05-08f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2019-03-12f2fs: fix to add refcount once page is tagged PG_privateChao Yu
2019-02-15f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim
2018-12-14f2fs: fix to reorder set_page_dirty and wait_on_page_writebackChao Yu
2018-11-26f2fs: read page index before freeingPan Bian
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-21f2fs: Convert to XArrayMatthew Wilcox
2018-10-16f2fs: remove unneeded disable_nat_bits()Chao Yu
2018-10-16f2fs: fix to recover cold bit of inode block during PORChao Yu
2018-10-16f2fs: submit cached bio to avoid endless PageWritebackChao Yu
2018-09-30Revert: "f2fs: check last page index in cached bio to decide submission"Chao Yu
2018-09-28f2fs: fix missing up_readJaegeuk Kim
2018-09-28f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim
2018-09-26f2fs: fix to recover inode's crtime during PORChao Yu
2018-09-20f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim
2018-09-12f2fs: add SPDX license identifiersChao Yu
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann
2018-08-13f2fs: refresh recent accessed nat entry in lru listChao Yu
2018-08-10f2fs: fix to avoid broken of dnode block listChao Yu
2018-08-10f2fs: avoid f2fs_bug_on() in cp_error caseJaegeuk Kim
2018-08-01f2fs: let checkpoint flush dnode page of regularChao Yu
2018-08-01f2fs: clean up with get_current_nat_pageChao Yu
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu
2018-08-01f2fs: fix to do sanity check with block address in main areaChao Yu
2018-07-28f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu