summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix compile warning in f2fs_destroy_node_manager()Chao Yu2023-06-301-2/+1
* f2fs: convert to use bitmap APIYangtao Li2023-03-291-11/+9
* f2fs: add block_age-based extent cacheJaegeuk Kim2022-12-121-0/+1
* f2fs: specify extent cache for read explicitlyJaegeuk Kim2022-12-121-1/+1
* f2fs: change the current atomic write wayDaeho Jeong2022-05-121-1/+0
* f2fs: add a way to limit roll forward recovery timeJaegeuk Kim2022-02-121-0/+3
* f2fs: introduce excess_dirty_threshold()Chao Yu2021-09-201-5/+0
* f2fs: swap: support migrating swapfile in aligned write modeChao Yu2021-06-231-0/+3
* f2fs: compress: add compress_inode to cache compressed blocksChao Yu2021-06-231-0/+1
* f2fs: restructure f2fs page.private layoutChao Yu2021-05-141-29/+0
* 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