summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-141-2/+1
* f2fs: refresh recent accessed nat entry in lru listChao Yu2018-08-131-4/+42
* f2fs: fix to avoid broken of dnode block listChao Yu2018-08-101-24/+120
* f2fs: avoid f2fs_bug_on() in cp_error caseJaegeuk Kim2018-08-101-0/+4
* f2fs: let checkpoint flush dnode page of regularChao Yu2018-08-011-1/+7
* f2fs: clean up with get_current_nat_pageChao Yu2018-08-011-6/+3
* f2fs: fix to propagate error from __get_meta_page()Chao Yu2018-08-011-19/+71
* f2fs: fix to do sanity check with block address in main areaChao Yu2018-08-011-0/+4
* f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu2018-07-281-1/+3
* f2fs: check the right return value of memory alloc functionYunlei He2018-07-281-1/+1
* f2fs: Allocate and stat mem used by free nid bitmap more accuratelyYunlei He2018-07-281-1/+1
* f2fs: introduce and spread verify_blkaddrChao Yu2018-07-271-2/+2
* f2fs: fix to propagate return value of scan_nat_page()Chao Yu2018-07-271-12/+30
* f2fs: support in-memory inode checksum when checking consistencyWeichao Guo2018-07-271-1/+9
* f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim2018-07-271-1/+2
* f2fs: flush journal nat entries for nat_bits during unmountJaegeuk Kim2018-07-111-0/+7
* treewide: Use array_size in f2fs_kvzalloc()Kees Cook2018-06-121-2/+4
* treewide: Use array_size() in f2fs_kzalloc()Kees Cook2018-06-121-2/+4
* f2fs: let sync node IO interrupt async oneChao Yu2018-06-041-3/+18
* f2fs: don't change wbc->sync_modeChao Yu2018-06-041-1/+0
* f2fs: clean up symbol namespaceChao Yu2018-05-311-110/+113
* f2fs: clean up with clear_radix_tree_dirty_tagChao Yu2018-05-311-10/+2
* f2fs: clean up with is_valid_blkaddr()Chao Yu2018-05-311-3/+2
* f2fs: don't drop any page on f2fs_cp_error() caseJaegeuk Kim2018-05-311-5/+2
* f2fs: give message and set need_fsck given broken node idJaegeuk Kim2018-05-311-2/+19
* f2fs: clear PageError on writepageJaegeuk Kim2018-05-021-0/+1
* Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"Jaegeuk Kim2018-05-021-1/+1
* page cache: use xa_lockMatthew Wilcox2018-04-111-4/+4
* f2fs: don't track new nat entry in nat setChao Yu2018-03-271-4/+25
* f2fs: clean up with F2FS_BLK_ALIGNChao Yu2018-03-271-2/+1
* f2fs: align memory boundary for bitopsJaegeuk Kim2018-03-171-3/+17
* f2fs: remove unneeded set_cold_node()Chao Yu2018-03-171-1/+2
* f2fs: use GFP_F2FS_ZERO for cleanupChao Yu2018-01-251-4/+2
* f2fs: drop page cache after fs shutdownChao Yu2018-01-221-9/+10
* f2fs: implement cgroup writeback supportYufen Yu2018-01-161-0/+1
* f2fs: update inode info to inode page for new fileYunlei He2018-01-161-1/+3
* f2fs: no need return value in restore summary processYunlei He2018-01-021-2/+1
* f2fs: inject fault to kvmallocChao Yu2018-01-021-3/+3
* f2fs: inject fault to kzallocChao Yu2018-01-021-3/+4
* f2fs: remove repeated f2fs_bug_onZhikang Zhang2018-01-021-2/+0
* f2fs: remove unused parameterSheng Yong2018-01-021-1/+1
* f2fs: fix concurrent problem for updating free bitmapLiFan2018-01-021-42/+43
* f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-01-021-6/+6
* f2fs: reserve nid resource for quota sysfileChao Yu2018-01-021-1/+1
* Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-185/+225
|\
| * f2fs: separate nat entry mem alloc from nat_tree_lockYunlei He2017-11-131-39/+59
| * f2fs: validate before set/clear free nat bitmapLiFan2017-11-101-7/+10
| * f2fs: introduce scan_curseg_cache for cleanupChao Yu2017-11-091-26/+23
| * f2fs: optimize the way of traversing free_nid_bitmapFan Li2017-11-091-5/+5
| * f2fs: keep scanning until enough free nids are acquiredFan Li2017-11-091-1/+1