summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala2021-03-261-0/+1
* f2fs: avoid race condition for shrinker countJaegeuk Kim2020-12-031-2/+2
* f2fs: shrink spinlock coverageChao Yu2020-05-111-0/+3
* f2fs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-081-1/+1
* f2fs: check PageWriteback flag for ordered caseChao Yu2018-12-261-1/+1
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* f2fs: let checkpoint flush dnode page of regularChao Yu2018-08-011-0/+5
* f2fs: support in-memory inode checksum when checking consistencyWeichao Guo2018-07-271-0/+4
* f2fs: don't track new nat entry in nat setChao Yu2018-03-271-0/+1
* f2fs: remove unneeded set_cold_node()Chao Yu2018-03-171-2/+2
* f2fs: allow to recover node blocks given updated checkpointJaegeuk Kim2018-01-221-0/+4
* f2fs: limit # of inmemory pagesJaegeuk Kim2017-10-261-0/+1
* f2fs: obsolete ALLOC_NID_LIST listChao Yu2017-10-101-12/+3
* f2fs: simplify the way of calulating next nat addressFan Li2017-07-041-5/+1
* f2fs: guard macro variables with bracesTomohiro Kusumi2017-04-101-11/+11
* f2fs: adjust the way of calculating nat blockFan Li2017-03-211-3/+6
* f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee2017-02-271-13/+7
* f2fs: remove unsafe bitmap checkingHou Pengyang2017-02-271-6/+0
* f2fs: change recovery policy of xattr node blockChao Yu2017-02-231-1/+1
* f2fs: check in-memory nat version bitmapChao Yu2017-02-221-0/+15
* f2fs: clean up with list_{first, last}_entryChao Yu2017-02-221-1/+1
* f2fs: split free nid listChao Yu2016-11-231-5/+6
* f2fs: fix sparse warningsEric Biggers2016-11-231-1/+1
* f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu2016-09-301-2/+2
* f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2016-09-301-28/+49
* f2fs: produce more nids and reduce readahead natsJaegeuk Kim2016-07-061-2/+3
* f2fs: control not to exceed # of cached nat entriesJaegeuk Kim2016-06-071-0/+7
* f2fs: fix wrong percentageJaegeuk Kim2016-06-071-1/+1
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-221-1/+1
* f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim2016-02-221-0/+15
* f2fs: export dirty_nats_ratio in sysfsChao Yu2016-02-221-1/+1
* f2fs: flush dirty nat entries when exceeding thresholdChao Yu2016-02-221-0/+9
* f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2016-01-081-2/+2
* f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu2015-12-041-1/+1
* f2fs: export ra_nid_pages to sysfsChao Yu2015-10-121-1/+3
* Revert "f2fs: do not skip dentry block writes"Jaegeuk Kim2015-10-121-0/+1
* f2fs: do not skip dentry block writesJaegeuk Kim2015-10-091-1/+0
* f2fs: move existing definitions into f2fs.hJaegeuk Kim2015-05-281-22/+0
* f2fs: introduce infra macro and data structure of rb-tree extent cacheChao Yu2015-03-031-0/+1
* f2fs: free radix_tree_nodes used by nat_set entriesJaegeuk Kim2015-01-091-0/+1
* f2fs: fix missing cold bit during recoveryJaegeuk Kim2015-01-091-1/+9
* f2fs: merge two uchar variable in struct node_info to reduce memory costChao Yu2015-01-091-11/+22
* f2fs: change atomic and volatile write policiesJaegeuk Kim2015-01-091-0/+1
* f2fs: control the memory footprint used by ino entriesJaegeuk Kim2014-11-061-1/+2
* f2fs: introduce f2fs_change_bit to simplify the change bit logicGu Zheng2014-11-031-4/+1
* f2fs: remove unused return valueJaegeuk Kim2014-10-051-3/+2
* f2fs: refactor flush_nat_entries to remove costly reorganizing opsJaegeuk Kim2014-09-301-6/+3
* f2fs: fix conditions to remain recovery information in f2fs_sync_fileJaegeuk Kim2014-09-231-9/+12
* f2fs: introduce a flag to represent each nat entry informationJaegeuk Kim2014-09-231-4/+24
* f2fs: fix a race condition in next_free_nidHuang Ying2014-09-161-2/+4