aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/f2fs/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-30f2fs: refactor flush_nat_entries to remove costly reorganizing opsJaegeuk Kim1-147/+152
2014-09-23f2fs: use MAX_BIO_BLOCKS(sbi)Jaegeuk Kim1-1/+1
2014-09-23f2fs: fix conditions to remain recovery information in f2fs_sync_fileJaegeuk Kim1-21/+35
2014-09-23f2fs: introduce a flag to represent each nat entry informationJaegeuk Kim1-6/+7
2014-09-09f2fs: refactor flush_sit_entries codes for reducing SIT writesChao Yu1-10/+3
2014-09-09f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim1-29/+29
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim1-26/+17
2014-08-25f2fs: truncate stale block for inline_dataJaegeuk Kim1-8/+12
2014-08-21f2fs: fix incorrect calculation with total/free inode numChao Yu1-1/+1
2014-08-21f2fs: remove rewrite_node_pageJaegeuk Kim1-9/+0
2014-08-21f2fs: handle EIO not to break fs consistencyJaegeuk Kim1-0/+2
2014-08-21f2fs: unlock_page when node page is redirtied outJaegeuk Kim1-2/+5
2014-08-19f2fs: fix to recover inline_xattr/data and blocksJaegeuk Kim1-8/+1
2014-08-19f2fs: should clear the inline_xattr flagJaegeuk Kim1-8/+7
2014-08-19f2fs: fix the initial inode page for recoveryJaegeuk Kim1-0/+2
2014-08-19f2fs: fix typoarter971-7/+7
2014-08-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu1-3/+1
2014-07-30f2fs: reduce competition among node page writesChao Yu1-2/+2
2014-07-09f2fs: refactor flush_nat_entries codes for reducing NAT writesChao Yu1-84/+179
2014-07-09f2fs: clean up an unused parameter and assignmentJaegeuk Kim1-1/+1
2014-07-09f2fs: check bdi->dirty_exceeded when trying to skip data writesJaegeuk Kim1-0/+2
2014-06-09Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-70/+84
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-2/+0
2014-06-04f2fs: fix to recover data written by dioJaegeuk Kim1-0/+12
2014-06-04f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pagesChao Yu1-28/+24
2014-05-07f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pagesChao Yu1-0/+2
2014-05-07f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pageChao Yu1-0/+2
2014-05-07f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim1-4/+4
2014-05-07f2fs: adjust free mem size to flush dentry blocksJaegeuk Kim1-18/+26
2014-05-07f2fs: avoid BUG_ON when mouting corrupted image having garbage blocksJaegeuk Kim1-1/+5
2014-05-07f2fs: add available_nids to fix handling max_nid correctlyJaegeuk Kim1-2/+4
2014-05-07f2fs: introduce raw_nat_from_node_info() to simplfy codesChao Yu1-12/+3
2014-05-07f2fs: make recover_inline_xattr() staticJingoo Han1-1/+1
2014-05-07f2fs: call redirty_page_for_writepageJaegeuk Kim1-4/+1
2014-04-02f2fs: use list_for_each_entry{_safe} for simplyfying codeChao Yu1-10/+6
2014-04-02f2fs: avoid free slab cache under spinlockChao Yu1-1/+16
2014-04-01f2fs: return -EIO when node id is not matchedJaegeuk Kim1-2/+1
2014-03-20f2fs: skip unnecessary node writes during fsyncJaegeuk Kim1-9/+28
2014-03-20f2fs: remove unnecessary thresholdJaegeuk Kim1-4/+1
2014-03-20f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim1-3/+20
2014-03-20f2fs: avoid to drop nat entries due to the negative nr_shrinkJaegeuk Kim1-1/+1
2014-03-20f2fs: call f2fs_wait_on_page_writeback instead of native functionJaegeuk Kim1-5/+7
2014-03-18f2fs: introduce nr_pages_to_write for segment alignmentJaegeuk Kim1-5/+3
2014-03-18f2fs: increase pages_skipped when skipping writepagesJaegeuk Kim1-1/+5
2014-03-18f2fs: avoid small data writes by skipping writepagesJaegeuk Kim1-7/+1
2014-03-18f2fs: introduce f2fs_has_xattr_block for better readabilityChao Yu1-2/+2
2014-03-12f2fs: introduce f2fs_has_inline_xattr for better readabilityChao Yu1-1/+1
2014-03-11f2fs: recover inline xattr data in roll-forward processChao Yu1-0/+33
2014-03-10f2fs: optimize restore_node_summary slightlyGu Zheng1-16/+12
2014-03-10f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()Gu Zheng1-2/+2