aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/node.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee2017-04-291-13/+7
* f2fs: remove unsafe bitmap checkingHou Pengyang2017-04-291-6/+0
* f2fs: change recovery policy of xattr node blockChao Yu2017-04-291-1/+1
* f2fs: check in-memory nat version bitmapChao Yu2017-04-291-0/+15
* f2fs: clean up with list_{first, last}_entryChao Yu2017-04-291-1/+1
* f2fs: split free nid listChao Yu2017-04-291-5/+6
* f2fs: fix sparse warningsEric Biggers2017-04-291-1/+1
* f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu2017-04-291-2/+2
* f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2017-04-291-28/+49
* f2fs: produce more nids and reduce readahead natsJaegeuk Kim2017-04-291-2/+3
* f2fs: control not to exceed # of cached nat entriesJaegeuk Kim2017-04-291-0/+7
* f2fs: fix wrong percentageJaegeuk Kim2017-04-291-1/+1
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2017-04-291-1/+1
* f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim2017-04-291-0/+15
* f2fs: export dirty_nats_ratio in sysfsChao Yu2017-04-291-1/+1
* f2fs: flush dirty nat entries when exceeding thresholdChao Yu2017-04-291-0/+9
* f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2017-04-291-2/+2
* f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu2017-04-291-1/+1
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-291-101/+126
* f2fs: fix the logic of IS_DNODE()Zhihui Zhang2013-04-091-1/+1
* f2fs: remove redundant lock_page callsJaegeuk Kim2013-04-031-0/+3
* f2fs: fix to give correct parent inode number for roll forwardJaegeuk Kim2013-03-271-0/+15
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-1/+1
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-111-1/+1
* f2fs: add superblock and major in-memory structureJaegeuk Kim2012-12-111-0/+353