aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c
AgeCommit message (Expand)Author
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim
2014-12-05f2fs: call radix_tree_preload before radix_tree_insertJaegeuk Kim
2014-12-03f2fs: use rw_semaphore for nat entry lockJaegeuk Kim
2014-12-03f2fs: fix missing kmem_cache_freeJaegeuk Kim
2014-11-25f2fs: no more dirty_nat_entires when flushingChangman Lee
2014-11-25f2fs: check dirty_nat_cnt before flushing nat entries in journalChangman Lee
2014-11-25f2fs: fix typos for the word "destroy" in jump labelsMarkus Elfring
2014-11-19f2fs: submit bio for node blocks in the reclaim pathJaegeuk Kim
2014-11-19f2fs: introduce struct inode_management to wrap inner fieldsChao Yu
2014-11-10f2fs: write node pages if checkpoint is not doingJaegeuk Kim
2014-11-06f2fs: control the memory footprint used by ino entriesJaegeuk Kim
2014-09-30f2fs: refactor flush_nat_entries to remove costly reorganizing opsJaegeuk Kim
2014-09-23f2fs: use MAX_BIO_BLOCKS(sbi)Jaegeuk Kim
2014-09-23f2fs: fix conditions to remain recovery information in f2fs_sync_fileJaegeuk Kim
2014-09-23f2fs: introduce a flag to represent each nat entry informationJaegeuk Kim
2014-09-09f2fs: refactor flush_sit_entries codes for reducing SIT writesChao Yu
2014-09-09f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim
2014-08-25f2fs: truncate stale block for inline_dataJaegeuk Kim
2014-08-21f2fs: fix incorrect calculation with total/free inode numChao Yu
2014-08-21f2fs: remove rewrite_node_pageJaegeuk Kim
2014-08-21f2fs: handle EIO not to break fs consistencyJaegeuk Kim
2014-08-21f2fs: unlock_page when node page is redirtied outJaegeuk Kim
2014-08-19f2fs: fix to recover inline_xattr/data and blocksJaegeuk Kim
2014-08-19f2fs: should clear the inline_xattr flagJaegeuk Kim
2014-08-19f2fs: fix the initial inode page for recoveryJaegeuk Kim
2014-08-19f2fs: fix typoarter97
2014-08-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu
2014-07-30f2fs: reduce competition among node page writesChao Yu
2014-07-09f2fs: refactor flush_nat_entries codes for reducing NAT writesChao Yu
2014-07-09f2fs: clean up an unused parameter and assignmentJaegeuk Kim
2014-07-09f2fs: check bdi->dirty_exceeded when trying to skip data writesJaegeuk Kim
2014-06-09Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-04f2fs: fix to recover data written by dioJaegeuk Kim
2014-06-04f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pagesChao Yu
2014-05-07f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pagesChao Yu
2014-05-07f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pageChao Yu
2014-05-07f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim
2014-05-07f2fs: adjust free mem size to flush dentry blocksJaegeuk Kim
2014-05-07f2fs: avoid BUG_ON when mouting corrupted image having garbage blocksJaegeuk Kim
2014-05-07f2fs: add available_nids to fix handling max_nid correctlyJaegeuk Kim
2014-05-07f2fs: introduce raw_nat_from_node_info() to simplfy codesChao Yu
2014-05-07f2fs: make recover_inline_xattr() staticJingoo Han
2014-05-07f2fs: call redirty_page_for_writepageJaegeuk Kim
2014-04-02f2fs: use list_for_each_entry{_safe} for simplyfying codeChao Yu
2014-04-02f2fs: avoid free slab cache under spinlockChao Yu
2014-04-01f2fs: return -EIO when node id is not matchedJaegeuk Kim
2014-03-20f2fs: skip unnecessary node writes during fsyncJaegeuk Kim
2014-03-20f2fs: remove unnecessary thresholdJaegeuk Kim