aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/node.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: obsolete ALLOC_NID_LIST listChao Yu2017-12-061-12/+3
* f2fs: simplify the way of calulating next nat addressFan Li2017-07-211-5/+1
* f2fs: guard macro variables with bracesTomohiro Kusumi2017-05-211-11/+11
* f2fs: adjust the way of calculating nat blockFan Li2017-05-211-3/+6
* f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee2017-04-131-13/+7
* f2fs: remove unsafe bitmap checkingHou Pengyang2017-04-131-6/+0
* f2fs: change recovery policy of xattr node blockChao Yu2017-04-131-1/+1
* f2fs: check in-memory nat version bitmapChao Yu2017-04-131-0/+15
* f2fs: clean up with list_{first, last}_entryChao Yu2017-04-131-1/+1
* f2fs: split free nid listChao Yu2017-04-131-5/+6
* f2fs: fix sparse warningsEric Biggers2017-04-131-1/+1
* f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu2017-04-131-2/+2
* f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2017-04-131-28/+49
* f2fs: produce more nids and reduce readahead natsJaegeuk Kim2017-04-131-2/+3
* f2fs: control not to exceed # of cached nat entriesJaegeuk Kim2017-04-131-0/+7
* f2fs: fix wrong percentageJaegeuk Kim2017-04-131-1/+1
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2017-04-131-1/+1
* f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim2017-04-131-0/+15
* f2fs: export dirty_nats_ratio in sysfsChao Yu2017-04-131-1/+1
* f2fs: flush dirty nat entries when exceeding thresholdChao Yu2017-04-131-0/+9
* f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2017-04-131-2/+2
* f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu2017-04-131-1/+1
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-131-101/+126
* first commitMeizu OpenSource2016-08-151-0/+371