aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-26block: Add bio_max_segsGravatar Matthew Wilcox (Oracle) 1-1/+1
2021-01-27f2fs: deprecate f2fs_trace_ioGravatar Jaegeuk Kim 1-2/+0
2021-01-27f2fs: Replace expression with offsetof()Gravatar Zheng Yongjun 1-1/+1
2020-12-08f2fs: fix to account inline xattr correctly during recoveryGravatar Chao Yu 1-2/+8
2020-12-03f2fs: avoid race condition for shrinker countGravatar Jaegeuk Kim 1-11/+18
2020-11-02f2fs: call f2fs_get_meta_page_retry for nat pageGravatar Jaegeuk Kim 1-1/+1
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailGravatar Jaegeuk Kim 1-1/+1
2020-09-29f2fs: remove unused check on version_bitmapGravatar Wang Xiaojun 1-3/+0
2020-09-14f2fs: clean up kvfreeGravatar Chao Yu 1-1/+1
2020-09-08f2fs: fix indefinite loop scanning for free nidGravatar Sahitya Tummala 1-0/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-07-26f2fs: space related cleanupGravatar Jack Qiu 1-2/+2
2020-07-23f2fs: Change the type of f2fs_flush_inline_data() to voidGravatar Jia Yang 1-3/+1
2020-07-21f2fs: should avoid inode eviction in synchronous pathGravatar Jaegeuk Kim 1-3/+7
2020-07-08f2fs: fix error path in do_recover_data()Gravatar Chao Yu 1-2/+4
2020-07-07f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocksGravatar Yubo Feng 1-1/+3
2020-07-07f2fs: remove useless parameter of __insert_free_nid()Gravatar Liu Song 1-6/+4
2020-06-08f2fs: don't return vmalloc() memory from f2fs_kmalloc()Gravatar Eric Biggers 1-4/+4
2020-05-24f2fs: avoid inifinite loop to wait for flushing node pages at cp_errorGravatar Jaegeuk Kim 1-1/+8
2020-05-11f2fs: Avoid double lock for cp_rwsem during checkpointGravatar Sayali Lokhande 1-2/+49
2020-05-11f2fs: shrink spinlock coverageGravatar Chao Yu 1-10/+15
2020-04-17f2fs: support read iostatGravatar Chao Yu 1-1/+7
2020-03-30f2fs: don't trigger data flush in foreground operationGravatar Chao Yu 1-1/+1
2020-03-19f2fs: add prefix for f2fs slab cache nameGravatar Chao Yu 1-4/+4
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTGravatar Chao Yu 1-1/+1
2020-03-19f2fs: clean up codes with {f2fs_,}data_blkaddr()Gravatar Chao Yu 1-2/+1
2020-03-10f2fs: fix inconsistent commentsGravatar Chao Yu 1-5/+1
2020-02-27f2fs: add missing function name in kernel messageGravatar Chao Yu 1-2/+3
2020-02-27f2fs: fix to wait all node page writebackGravatar Chao Yu 1-3/+4
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 1-1/+1
2019-11-19f2fs: show f2fs instance in printk_ratelimitedGravatar Chao Yu 1-1/+1
2019-11-07f2fs: avoid kernel panic on corruption testGravatar Jaegeuk Kim 1-1/+0
2019-09-06f2fs: fix flushing node pages when checkpoint is disabledGravatar Jaegeuk Kim 1-2/+4
2019-09-06f2fs: fix to writeout dirty inode during node flushGravatar Chao Yu 1-0/+49
2019-08-23f2fs: fix wrong available node count calculationGravatar Chao Yu 1-1/+1
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDGravatar Chao Yu 1-3/+3
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Gravatar Joe Perches 1-18/+12
2019-05-30f2fs: fix sparse warningGravatar Chao Yu 1-1/+1
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-13/+30
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEGravatar Chao Yu 1-3/+10
2019-05-08f2fs: allow address pointer number of dnode aligning to specified sizeGravatar Chao Yu 1-5/+5
2019-05-08f2fs: fix to do sanity check on free nidGravatar Chao Yu 1-0/+3
2019-05-08f2fs: fix to do checksum even if inode page is uptodateGravatar Chao Yu 1-3/+4
2019-05-08f2fs: fix to avoid panic in f2fs_remove_inode_page()Gravatar Chao Yu 1-2/+8
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2019-03-12f2fs: fix to add refcount once page is tagged PG_privateGravatar Chao Yu 1-1/+1
2019-02-15f2fs: sync filesystem after roll-forward recoveryGravatar Jaegeuk Kim 1-1/+3
2018-12-26f2fs: check PageWriteback flag for ordered caseGravatar Chao Yu 1-11/+8
2018-12-26f2fs: use kvmalloc, if kmalloc is failedGravatar Jaegeuk Kim 1-5/+5
2018-12-14f2fs: fix to reorder set_page_dirty and wait_on_page_writebackGravatar Chao Yu 1-2/+3