aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu2017-04-131-2/+2
* f2fs: trace old block address for CoWed pageChao Yu2017-04-131-3/+3
* f2fs: try to flush inode after merging inline dataChao Yu2017-04-131-1/+2
* f2fs: reorder nat cache lock in cache_nat_entryChao Yu2017-04-131-7/+11
* f2fs: split journal cache from curseg cacheChao Yu2017-04-131-13/+13
* f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu2017-04-131-20/+22
* f2fs: fix missing skip pages infoYunlei He2017-04-131-2/+3
* f2fs: introduce f2fs_submit_merged_bio_condChao Yu2017-04-131-3/+12
* f2fs: wait on page's writeback in writepages pathJaegeuk Kim2017-04-131-2/+3
* f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu2017-04-131-1/+36
* f2fs: remove unneeded pointer conversionChao Yu2017-04-131-4/+4
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2017-04-131-5/+5
* f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim2017-04-131-0/+41
* f2fs: export dirty_nats_ratio in sysfsChao Yu2017-04-131-0/+1
* f2fs: fix wrong memory condition checkJaegeuk Kim2017-04-131-2/+2
* f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2017-04-131-12/+14
* f2fs: introduce __get_node_page to reuse common codeChao Yu2017-04-131-54/+34
* f2fs: check node id earily when readaheading node pageChao Yu2017-04-131-3/+8
* Revert "f2fs: check the node block address of newly allocated nid"Jaegeuk Kim2017-04-131-9/+0
* f2fs: cover more area with nat_tree_lockJaegeuk Kim2017-04-131-17/+12
* f2fs: write pending bios when cp_error is setJaegeuk Kim2017-04-131-1/+1
* f2fs: let user being aware of IO errorChao Yu2017-04-131-0/+5
* f2fs: return early when trying to read null nidJaegeuk Kim2017-04-131-0/+4
* f2fs: record node block allocation in dnode_of_dataJaegeuk Kim2017-04-131-0/+5
* f2fs: use atomic variable for total_extent_treeJaegeuk Kim2017-04-131-1/+2
* f2fs: clean up node page updating flowChao Yu2017-04-131-11/+15
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-131-496/+839
* first commitMeizu OpenSource2016-08-151-0/+1797