aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-31Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-16/+13
2022-05-12f2fs: change the current atomic write wayGravatar Daeho Jeong 1-4/+0
2022-05-09f2fs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-06f2fs: avoid infinite loop to flush node pagesGravatar Jaegeuk Kim 1-11/+12
2022-05-06f2fs: use flush command instead of FUA for zoned deviceGravatar Jaegeuk Kim 1-1/+1
2022-04-01f2fs: Get the superblock from the mapping instead of the pageGravatar Matthew Wilcox (Oracle) 1-2/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-14/+15
2022-03-15f2fs: Convert f2fs_set_node_page_dirty to f2fs_dirty_node_folioGravatar Matthew Wilcox (Oracle) 1-13/+14
2022-03-15f2fs: Convert invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-03f2fs: fix to avoid potential deadlockGravatar Chao Yu 1-1/+5
2022-02-12f2fs: add a way to limit roll forward recovery timeGravatar Jaegeuk Kim 1-0/+2
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsGravatar Tim Murray 1-42/+42
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-9/+14
2022-01-15mm: introduce memalloc_retry_wait()Gravatar NeilBrown 1-2/+2
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoGravatar Jaegeuk Kim 1-9/+10
2022-01-04f2fs: avoid down_write on nat_tree_lock during checkpointGravatar Jaegeuk Kim 1-0/+4
2021-09-20f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundGravatar Weichao Guo 1-0/+1
2021-08-23f2fs: rebuild nat_bits during umountGravatar Chao Yu 1-23/+78
2021-08-23f2fs: separate out iostat featureGravatar Daeho Jeong 1-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Gravatar Chao Yu 1-11/+12
2021-08-05f2fs: extent cache: support unaligned extentGravatar Chao Yu 1-0/+20
2021-08-02f2fs: do not submit NEW_ADDR to read node blockGravatar Jaegeuk Kim 1-1/+2
2021-07-25f2fs: don't sleep while grabing nat_tree_lockGravatar Jaegeuk Kim 1-4/+13
2021-07-06f2fs: drop dirty node pages when cp is in error statusGravatar Jaegeuk Kim 1-7/+4
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksGravatar Chao Yu 1-0/+14
2021-05-14f2fs: restructure f2fs page.private layoutGravatar Chao Yu 1-5/+5
2021-04-10f2fs: clean up build warningsGravatar Yi Zhuang 1-3/+5
2021-03-26f2fs: allow to change discard policy based on cached discard cmdsGravatar Sahitya Tummala 1-0/+8
2021-03-25f2fs: fix to avoid out-of-bounds memory accessGravatar Chao Yu 1-0/+3
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