aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-12f2fs: export ra_nid_pages to sysfsChao Yu1-1/+2
2015-10-12f2fs: readahead for free nids buildingChao Yu1-0/+3
2015-10-12f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu1-2/+3
2015-10-12f2fs: don't tag REQ_META for temporary non-meta pagesChao Yu1-1/+1
2015-10-12Revert "f2fs: do not skip dentry block writes"Jaegeuk Kim1-0/+5
2015-10-09f2fs: do not skip dentry block writesJaegeuk Kim1-5/+0
2015-10-09f2fs: cover number of dirty node pages under node_write lockJaegeuk Kim1-7/+8
2015-08-24f2fs: fix to release inode correctlyChao Yu1-5/+9
2015-08-24f2fs: fix wrong pointer access during try_to_free_nidsJaegeuk Kim1-3/+1
2015-08-24f2fs: use __GFP_NOFAIL to avoid infinite loopJaegeuk Kim1-2/+2
2015-08-20f2fs: check the node block address of newly allocated nidJaegeuk Kim1-0/+9
2015-08-20f2fs: reuse nids more aggressivelyJaegeuk Kim1-0/+4
2015-08-20f2fs: shrink free_nids entriesChao Yu1-0/+28
2015-08-05f2fs: fix to build free nids from readaheaded nat pagesChao Yu1-1/+1
2015-08-05f2fs: callers take care of the page from bio errorJaegeuk Kim1-11/+10
2015-08-04f2fs: shrink nat_cache entriesJaegeuk Kim1-3/+3
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_writebackTejun Heo1-2/+2
2015-05-28f2fs crypto: add encryption support in read/write pathsJaegeuk Kim1-0/+2
2015-05-28f2fs: do not re-lookup nat cache with same nidChao Yu1-1/+2
2015-05-28f2fs: add need_dentry_markJaegeuk Kim1-18/+17
2015-05-28f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim1-2/+6
2015-05-07f2fs: make has_fsynced_inode staticChao Yu1-1/+1
2015-04-10f2fs: fix unlocked nat set cache operationWanpeng Li1-0/+5
2015-04-10f2fs: report -ENOENT for unreached data indicesJaegeuk Kim1-1/+1
2015-04-10f2fs: clear page's up-to-date if block was deallocatedJaegeuk Kim1-0/+2
2015-03-03f2fs: add core functions for rb-tree extent cacheChao Yu1-1/+8
2015-02-11f2fs: fix accessing wrong indexed data blocksJaegeuk Kim1-1/+9
2015-02-11f2fs: check node page contents all the timeJaegeuk Kim1-4/+3
2015-02-11f2fs: merge {invalidate,release}page for meta/node/data pagesChao Yu1-21/+2
2015-02-11f2fs: keep PagePrivate during releasepageJaegeuk Kim1-0/+4
2015-02-11f2fs: merge flags in struct f2fs_sb_infoChao Yu1-2/+2
2015-01-09f2fs: free radix_tree_nodes used by nat_set entriesJaegeuk Kim1-2/+19
2015-01-09f2fs: avoid potential unnecessary codesJaegeuk Kim1-1/+2
2015-01-09f2fs: activate f2fs_trace_pidJaegeuk Kim1-0/+2
2015-01-09f2fs: use f2fs_io_info to clean up messy parameters during IO pathJaegeuk Kim1-4/+10
2015-01-09f2fs: use ra_meta_pages to simplify readahead code in restore_node_summaryChao Yu1-52/+13
2015-01-09f2fs: merge two uchar variable in struct node_info to reduce memory costChao Yu1-2/+2
2015-01-09f2fs: change atomic and volatile write policiesJaegeuk Kim1-0/+3
2015-01-09f2fs: remove checking dirty_exceedJaegeuk Kim1-2/+0
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim1-32/+9
2014-12-05f2fs: call radix_tree_preload before radix_tree_insertJaegeuk Kim1-2/+9
2014-12-03f2fs: use rw_semaphore for nat entry lockJaegeuk Kim1-26/+26
2014-12-03f2fs: fix missing kmem_cache_freeJaegeuk Kim1-1/+1
2014-11-25f2fs: no more dirty_nat_entires when flushingChangman Lee1-4/+4
2014-11-25f2fs: check dirty_nat_cnt before flushing nat entries in journalChangman Lee1-4/+3
2014-11-25f2fs: fix typos for the word "destroy" in jump labelsMarkus Elfring1-4/+4
2014-11-19f2fs: submit bio for node blocks in the reclaim pathJaegeuk Kim1-0/+4
2014-11-19f2fs: introduce struct inode_management to wrap inner fieldsChao Yu1-2/+2
2014-11-10f2fs: write node pages if checkpoint is not doingJaegeuk Kim1-4/+6