aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-28f2fs: avoid to flush nat journal entriesJaegeuk Kim1-1/+1
2017-02-27f2fs: use MAX_FREE_NIDS for the free nids targetKinglong Mee1-5/+3
2017-02-27f2fs: introduce free nid bitmapChao Yu1-10/+115
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee1-4/+1
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu1-1/+3
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim1-16/+172
2017-02-23f2fs: avoid reading NAT page by get_node_infoJaegeuk Kim1-7/+9
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu1-12/+17
2017-02-23f2fs: check last page index in cached bio to decide submissionJaegeuk Kim1-5/+7
2017-02-23f2fs: check io submission more preciselyJaegeuk Kim1-8/+19
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim1-3/+7
2017-02-23f2fs: move write_node_page above fsync_node_pagesJaegeuk Kim1-67/+73
2017-02-22f2fs: check in-memory nat version bitmapChao Yu1-0/+11
2017-01-29f2fs: don't cache nat entry if out of memoryChao Yu1-7/+20
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-85/+141
2016-11-25f2fs: fix to account total free nid correctlyChao Yu1-5/+29
2016-11-25f2fs: fix an infinite loop when flush nodes in cpYunlei He1-0/+1
2016-11-23f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim1-2/+1
2016-11-23f2fs: declare static function for __build_free_nidsJaegeuk Kim1-1/+1
2016-11-23f2fs: don't interrupt free nids building during nid allocationChao Yu1-12/+10
2016-11-23f2fs: clean up free nid list operationsJaegeuk Kim1-30/+26
2016-11-23f2fs: split free nid listChao Yu1-53/+83
2016-11-23f2fs: fix sparse warningsEric Biggers1-2/+3
2016-11-23f2fs: fix error handling in fsync_node_pagesChao Yu1-2/+3
2016-11-23f2fs: give a chance to detach from dirty listChao Yu1-0/+1
2016-11-23f2fs: exclude free nids building and allocationChao Yu1-3/+8
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+2
2016-09-30f2fs: fix to commit bio cache after flushing node pagesChao Yu1-2/+16
2016-09-30f2fs: support configuring fault injection per superblockChao Yu1-1/+1
2016-09-30f2fs: add customized migrate_page callbackWeichao Guo1-0/+3
2016-09-16f2fs: use filemap_check_errors()Miklos Szeredi1-5/+2
2016-09-13f2fs: avoid ENOMEM during roll-forward recoveryJaegeuk Kim1-3/+5
2016-08-29f2fs: remove redundant judgement condition in available_free_memoryChao Yu1-2/+0
2016-08-19Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim1-24/+23
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-73/+71
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-1/+1
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim1-0/+3
2016-07-15f2fs: refactor __exchange_data_block for speed upJaegeuk Kim1-0/+1
2016-07-08f2fs: use percpu_rw_semaphoreJaegeuk Kim1-23/+24
2016-07-08f2fs: skip to check the block address of node pageJaegeuk Kim1-3/+3
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim1-3/+6
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim1-1/+1
2016-07-08f2fs: fix to detect truncation prior rather than EIO during readChao Yu1-3/+3
2016-07-06f2fs: produce more nids and reduce readahead natsJaegeuk Kim1-3/+6
2016-06-07f2fs: use bio op accessorsMike Christie1-3/+5
2016-06-07f2fs: control not to exceed # of cached nat entriesJaegeuk Kim1-0/+4
2016-06-02f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song1-5/+10
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim1-2/+7