summaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu1-0/+10
2024-06-16f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu1-1/+1
2023-07-27f2fs: fix error path handling in truncate_dnode()Chao Yu1-1/+3
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu1-1/+5
2022-04-15f2fs: fix to avoid potential deadlockChao Yu1-1/+5
2021-12-01f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo1-0/+1
2021-09-22f2fs: show f2fs instance in printk_ratelimitedChao Yu1-1/+1
2021-05-11f2fs: fix to avoid out-of-bounds memory accessChao Yu1-0/+3
2021-01-06f2fs: avoid race condition for shrinker countJaegeuk Kim1-11/+18
2020-12-30f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim1-1/+1
2020-11-05f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim1-1/+1
2020-10-01f2fs: avoid kernel panic on corruption testJaegeuk Kim1-1/+0
2020-09-23f2fs: fix indefinite loop scanning for free nidSahitya Tummala1-0/+3
2020-09-03f2fs: fix error path in do_recover_data()Chao Yu1-2/+4
2020-06-24f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers1-4/+4
2020-04-23f2fs: fix to wait all node page writebackChao Yu1-3/+4
2019-09-06f2fs: fix flushing node pages when checkpoint is disabledJaegeuk Kim1-2/+4
2019-09-06f2fs: fix to writeout dirty inode during node flushChao Yu1-0/+49
2019-08-23f2fs: fix wrong available node count calculationChao Yu1-1/+1
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu1-3/+3
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches1-18/+12
2019-05-30f2fs: fix sparse warningChao Yu1-1/+1
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+30
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu1-3/+10
2019-05-08f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu1-5/+5
2019-05-08f2fs: fix to do sanity check on free nidChao Yu1-0/+3
2019-05-08f2fs: fix to do checksum even if inode page is uptodateChao Yu1-3/+4
2019-05-08f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu1-2/+8
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-03-12f2fs: fix to add refcount once page is tagged PG_privateChao Yu1-1/+1
2019-02-15f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim1-1/+3
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu1-11/+8
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim1-5/+5
2018-12-14f2fs: fix to reorder set_page_dirty and wait_on_page_writebackChao Yu1-2/+3
2018-11-26f2fs: read page index before freeingPan Bian1-1/+3
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu1-3/+3
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-4/+2
2018-10-21f2fs: Convert to XArrayMatthew Wilcox1-4/+2
2018-10-16f2fs: remove unneeded disable_nat_bits()Chao Yu1-3/+1
2018-10-16f2fs: fix to recover cold bit of inode block during PORChao Yu1-1/+1
2018-10-16f2fs: submit cached bio to avoid endless PageWritebackChao Yu1-3/+10
2018-09-30Revert: "f2fs: check last page index in cached bio to decide submission"Chao Yu1-6/+5
2018-09-28f2fs: fix missing up_readJaegeuk Kim1-1/+3
2018-09-28f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim1-8/+24
2018-09-26f2fs: fix to recover inode's crtime during PORChao Yu1-0/+7
2018-09-20f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim1-2/+3
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann1-2/+1
2018-08-13f2fs: refresh recent accessed nat entry in lru listChao Yu1-4/+42
2018-08-10f2fs: fix to avoid broken of dnode block listChao Yu1-24/+120