summaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
AgeCommit message (Expand)Author
2017-02-23f2fs: check last page index in cached bio to decide submissionJaegeuk Kim
2017-02-23f2fs: check io submission more preciselyJaegeuk Kim
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim
2017-02-23f2fs: move write_node_page above fsync_node_pagesJaegeuk Kim
2017-02-22f2fs: check in-memory nat version bitmapChao Yu
2017-01-29f2fs: don't cache nat entry if out of memoryChao Yu
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2016-11-25f2fs: fix to account total free nid correctlyChao Yu
2016-11-25f2fs: fix an infinite loop when flush nodes in cpYunlei He
2016-11-23f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim
2016-11-23f2fs: declare static function for __build_free_nidsJaegeuk Kim
2016-11-23f2fs: don't interrupt free nids building during nid allocationChao Yu
2016-11-23f2fs: clean up free nid list operationsJaegeuk Kim
2016-11-23f2fs: split free nid listChao Yu
2016-11-23f2fs: fix sparse warningsEric Biggers
2016-11-23f2fs: fix error handling in fsync_node_pagesChao Yu
2016-11-23f2fs: give a chance to detach from dirty listChao Yu
2016-11-23f2fs: exclude free nids building and allocationChao Yu
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-30f2fs: fix to commit bio cache after flushing node pagesChao Yu
2016-09-30f2fs: support configuring fault injection per superblockChao Yu
2016-09-30f2fs: add customized migrate_page callbackWeichao Guo
2016-09-16f2fs: use filemap_check_errors()Miklos Szeredi
2016-09-13f2fs: avoid ENOMEM during roll-forward recoveryJaegeuk Kim
2016-08-29f2fs: remove redundant judgement condition in available_free_memoryChao Yu
2016-08-19Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim
2016-07-15f2fs: refactor __exchange_data_block for speed upJaegeuk Kim
2016-07-08f2fs: use percpu_rw_semaphoreJaegeuk Kim
2016-07-08f2fs: skip to check the block address of node pageJaegeuk Kim
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim
2016-07-08f2fs: fix to detect truncation prior rather than EIO during readChao Yu
2016-07-06f2fs: produce more nids and reduce readahead natsJaegeuk Kim
2016-06-07f2fs: use bio op accessorsMike Christie
2016-06-07f2fs: control not to exceed # of cached nat entriesJaegeuk Kim
2016-06-02f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-20f2fs: fix to update dirty page count correctlyChao Yu
2016-05-07f2fs: read node blocks ahead when truncating blocksJaegeuk Kim
2016-05-07f2fs: remove an obsolete variableJaegeuk Kim
2016-05-07f2fs: inject ENOSPC failuresJaegeuk Kim