summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to do checksum even if inode page is uptodateChao Yu2019-06-151-3/+4
* f2fs: fix to do sanity check on free nidChao Yu2019-06-151-0/+3
* f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu2019-06-151-2/+8
* f2fs: read page index before freeingPan Bian2019-01-091-1/+3
* f2fs: fix to recover cold bit of inode block during PORChao Yu2018-11-131-1/+1
* f2fs: fix missing up_readJaegeuk Kim2018-11-131-1/+3
* f2fs: fix to recover inode's crtime during PORChao Yu2018-11-131-0/+7
* f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-141-2/+1Star
* 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-111-24/+120
* f2fs: avoid f2fs_bug_on() in cp_error caseJaegeuk Kim2018-08-111-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/+3Star
* 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-291-1/+3
* f2fs: check the right return value of memory alloc functionYunlei He2018-07-291-1/+1
* f2fs: Allocate and stat mem used by free nid bitmap more accuratelyYunlei He2018-07-291-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-121-0/+7
* treewide: Use array_size in f2fs_kvzalloc()Kees Cook2018-06-131-2/+4
* treewide: Use array_size() in f2fs_kzalloc()Kees Cook2018-06-131-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/+0Star
* f2fs: clean up symbol namespaceChao Yu2018-05-311-110/+113
* f2fs: clean up with clear_radix_tree_dirty_tagChao Yu2018-05-311-10/+2Star
* f2fs: clean up with is_valid_blkaddr()Chao Yu2018-05-311-3/+2Star
* f2fs: don't drop any page on f2fs_cp_error() caseJaegeuk Kim2018-05-311-5/+2Star
* 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-281-4/+25
* f2fs: clean up with F2FS_BLK_ALIGNChao Yu2018-03-281-2/+1Star
* 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/+2Star
* f2fs: drop page cache after fs shutdownChao Yu2018-01-221-9/+10
* f2fs: implement cgroup writeback supportYufen Yu2018-01-171-0/+1
* f2fs: update inode info to inode page for new fileYunlei He2018-01-171-1/+3
* f2fs: no need return value in restore summary processYunlei He2018-01-031-2/+1Star
* f2fs: inject fault to kvmallocChao Yu2018-01-031-3/+3
* f2fs: inject fault to kzallocChao Yu2018-01-031-3/+4
* f2fs: remove repeated f2fs_bug_onZhikang Zhang2018-01-031-2/+0Star
* f2fs: remove unused parameterSheng Yong2018-01-031-1/+1
* f2fs: fix concurrent problem for updating free bitmapLiFan2018-01-031-42/+43
* f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-01-031-6/+6