aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-20f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo1-0/+1
2021-08-23f2fs: rebuild nat_bits during umountChao Yu1-23/+78
2021-08-23f2fs: separate out iostat featureDaeho Jeong1-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-11/+12
2021-08-05f2fs: extent cache: support unaligned extentChao Yu1-0/+20
2021-08-02f2fs: do not submit NEW_ADDR to read node blockJaegeuk Kim1-1/+2
2021-07-25f2fs: don't sleep while grabing nat_tree_lockJaegeuk Kim1-4/+13
2021-07-06f2fs: drop dirty node pages when cp is in error statusJaegeuk Kim1-7/+4
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu1-0/+14
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu1-5/+5
2021-04-10f2fs: clean up build warningsYi Zhuang1-3/+5
2021-03-26f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala1-0/+8
2021-03-25f2fs: fix to avoid out-of-bounds memory accessChao Yu1-0/+3
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-1/+1
2021-01-27f2fs: deprecate f2fs_trace_ioJaegeuk Kim1-2/+0
2021-01-27f2fs: Replace expression with offsetof()Zheng Yongjun1-1/+1
2020-12-08f2fs: fix to account inline xattr correctly during recoveryChao Yu1-2/+8
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim1-11/+18
2020-11-02f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim1-1/+1
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim1-1/+1
2020-09-29f2fs: remove unused check on version_bitmapWang Xiaojun1-3/+0
2020-09-14f2fs: clean up kvfreeChao Yu1-1/+1
2020-09-08f2fs: fix indefinite loop scanning for free nidSahitya Tummala1-0/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-26f2fs: space related cleanupJack Qiu1-2/+2
2020-07-23f2fs: Change the type of f2fs_flush_inline_data() to voidJia Yang1-3/+1
2020-07-21f2fs: should avoid inode eviction in synchronous pathJaegeuk Kim1-3/+7
2020-07-08f2fs: fix error path in do_recover_data()Chao Yu1-2/+4
2020-07-07f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocksYubo Feng1-1/+3
2020-07-07f2fs: remove useless parameter of __insert_free_nid()Liu Song1-6/+4
2020-06-08f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers1-4/+4
2020-05-24f2fs: avoid inifinite loop to wait for flushing node pages at cp_errorJaegeuk Kim1-1/+8
2020-05-11f2fs: Avoid double lock for cp_rwsem during checkpointSayali Lokhande1-2/+49
2020-05-11f2fs: shrink spinlock coverageChao Yu1-10/+15
2020-04-17f2fs: support read iostatChao Yu1-1/+7
2020-03-30f2fs: don't trigger data flush in foreground operationChao Yu1-1/+1
2020-03-19f2fs: add prefix for f2fs slab cache nameChao Yu1-4/+4
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu1-1/+1
2020-03-19f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu1-2/+1
2020-03-10f2fs: fix inconsistent commentsChao Yu1-5/+1
2020-02-27f2fs: add missing function name in kernel messageChao Yu1-2/+3
2020-02-27f2fs: fix to wait all node page writebackChao Yu1-3/+4
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2019-11-19f2fs: show f2fs instance in printk_ratelimitedChao Yu1-1/+1
2019-11-07f2fs: avoid kernel panic on corruption testJaegeuk Kim1-1/+0
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