aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix wrong memory condition checkJaegeuk Kim2016-02-231-2/+2
* f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2016-02-231-12/+14
* f2fs: introduce __get_node_page to reuse common codeChao Yu2016-02-231-54/+34
* f2fs: check node id earily when readaheading node pageChao Yu2016-02-231-3/+8
* Revert "f2fs: check the node block address of newly allocated nid"Jaegeuk Kim2016-02-231-9/+0
* f2fs: cover more area with nat_tree_lockJaegeuk Kim2016-02-231-17/+12
* f2fs: write pending bios when cp_error is setJaegeuk Kim2016-02-231-1/+1
* f2fs: let user being aware of IO errorChao Yu2016-02-231-0/+5
* f2fs: return early when trying to read null nidJaegeuk Kim2016-02-231-0/+4
* f2fs: record node block allocation in dnode_of_dataJaegeuk Kim2016-02-231-0/+5
* f2fs: use atomic variable for total_extent_treeJaegeuk Kim2016-02-231-1/+2
* f2fs: clean up node page updating flowChao Yu2016-02-231-11/+15
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2016-02-231-0/+2140